Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-19-2003, 11:57 PM
sp0rkulat0r sp0rkulat0r is offline
Registered User
Join Date: Apr 2003
Posts: 35
sp0rkulat0r is on a distinguished road
Send a message via AIM to sp0rkulat0r Send a message via Yahoo to sp0rkulat0r
Question Folder Configuration

Since there is no forum for RC, so I thought the script monkeys might be able to help me.

Heres my problem:
To be efficient, I changed the folder configuration, everything works fine, except the levels folder or any of its subfolders because I cannot upload to them. It says in the bottom console that the files have been uploaded, but there is no trace of uploading in the folder window itself.

Our folder configuration is as follows:
file ganis/*.gani
file ganis/weapons/*.gani
file ganis/items/*.gani
level levels/*.nw
level levels/*.graal
file levels/*.gmap
level levels/dungeon/*.nw
level levels/dungeon/*.graal
level levels/event/*.nw
level levels/event/*.graal
level levels/house/*.nw
level levels/house/*.graal
level levels/misc/*.nw
level levels/misc/*.graal

level levels/overworld/*.nw
file levels/overworld/*.gmap
level levels/overworld/*.graal
guild guilds/*.txt
body images/bodies/*.gif
body images/bodies/*.png
body images/bodies/*.mng
file images/macabre/*.gif
file images/macabre/*.png
file images/macabre/*.mng
file images/hats/*.gif
file images/hats/*.png
file images/hats/*.mng
head images/heads/*.gif
head images/heads/*.png
head images/heads/*.mng
file images/misc/*.gif
file images/misc/*.png
file images/misc/*.mng
shield images/shields/*.gif
shield images/shields/*.png
shield images/shields/*.mng
sword images/swords/*.gif
sword images/swords/*.png
sword images/swords/*.mng
file sound/midi/*.mid
file sound/wav/*.wav
guild guilds/staff/guild*.txt
guild guilds/player/guild*.txt
guild guilds/kingdoms/guild*.txt

My rights are as follows:
r logs/*.txt
rw midis/*
rw levels/levels/*.nw
rw levels/levels/*.graal
rw levels/levels/*.gmap
rw temp/*
rw levels/images/bodies/*
rw levels/images/macabre/*
rw levels/images/hats/*
rw levels/images/heads/*
rw levels/images/misc/*
rw levels/images/shields/*
rw levels/images/swords/*
rw levels/levels/overworld/*.nw
rw levels/levels/overworld/*.gmap
rw levels/levels/overworld/*.graal
rw levels/levels/dungeon/*.nw
rw levels/levels/dungeon/*.graal
rw levels/levels/event/*.nw
rw levels/levels/event/*.graal
rw levels/levels/house/*.nw
rw levels/levels/house/*.graal
rw levels/levels/misc/*.nw
rw levels/levels/misc/*.graal

rw levels/guilds/staff/guild*.txt
rw levels/guilds/player/guild*.txt
rw levels/guilds/kingdoms/guild*.txt
rw levels/ganis/*.gani
rw levels/ganis/weapons/*.gani
rw levels/ganis/items/*.gani


I have tried downloading the files to my computer, and uploading them from there, but that doesn't work.
I have also tried using Froggy as a lab-rat to upload them for me, that doesn't work.
I tried to upload the files from the old folder using the "drag'n'drop" method.

So I don't know what's going on? Cripes.
__________________
Beautiful things in RC:
Quote:
Time: Wed Sep 17 02:03:26 2003
Admin-Playerworld69 sends admin message: Administrator Admin-Playerworld69:§*abuses powers* xD

Last edited by sp0rkulat0r; 10-20-2003 at 12:11 AM..
Reply With Quote
  #2  
Old 10-20-2003, 12:03 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
1.) guild isn't a proper file config I believe, the only working folder is the default one

2.) using the folder config automatically puts levels/ in front of everything, that's your problem, you put levels/ in your config so its looking at levels/levels/
Reply With Quote
  #3  
Old 10-20-2003, 12:08 AM
sp0rkulat0r sp0rkulat0r is offline
Registered User
Join Date: Apr 2003
Posts: 35
sp0rkulat0r is on a distinguished road
Send a message via AIM to sp0rkulat0r Send a message via Yahoo to sp0rkulat0r
I realize that, we were going for a seperate folder in "levels" with the subfolders "overworld" and etc. etc.
__________________
Beautiful things in RC:
Quote:
Time: Wed Sep 17 02:03:26 2003
Admin-Playerworld69 sends admin message: Administrator Admin-Playerworld69:§*abuses powers* xD
Reply With Quote
  #4  
Old 10-20-2003, 12:28 AM
voicedcow6666 voicedcow6666 is offline
Registered User
Join Date: May 2002
Location: Texas
Posts: 182
voicedcow6666 is on a distinguished road
Give yourself this right:

rw levels/levels/*

and it will work when you try to upload soemthing to levels/levels/dungeons/
__________________
-Zega, Staff Advisor of Delteria
Reply With Quote
  #5  
Old 10-20-2003, 12:31 AM
voicedcow6666 voicedcow6666 is offline
Registered User
Join Date: May 2002
Location: Texas
Posts: 182
voicedcow6666 is on a distinguished road
BTW, you don't have to give yourself FTP to each file type in one folder.

Instead of this:

rw levels/levels/dungeons/*.nw
rw levels/levels/dungeons/*.graal
rw levels/levels/dungeons/*.gmap

do this:

rw levels/lelvels/dungeons/*
__________________
-Zega, Staff Advisor of Delteria
Reply With Quote
  #6  
Old 10-20-2003, 01:01 AM
sp0rkulat0r sp0rkulat0r is offline
Registered User
Join Date: Apr 2003
Posts: 35
sp0rkulat0r is on a distinguished road
Send a message via AIM to sp0rkulat0r Send a message via Yahoo to sp0rkulat0r
That's not the problem, If you do that, you're able to put GFX in the levels folder etc, go away.
__________________
Beautiful things in RC:
Quote:
Time: Wed Sep 17 02:03:26 2003
Admin-Playerworld69 sends admin message: Administrator Admin-Playerworld69:§*abuses powers* xD
Reply With Quote
  #7  
Old 10-20-2003, 01:22 AM
Riot-Starter Riot-Starter is offline
Registered User
Join Date: Aug 2001
Location: Central Florida, USA
Posts: 79
Riot-Starter is on a distinguished road
Send a message via AIM to Riot-Starter
Please read Jagen's post:
Quote:
Originally posted by Python523
2.) using the folder config automatically puts levels/ in front of everything, that's your problem, you put levels/ in your config so its looking at levels/levels/
So instead of
level levels/dungeon/*.nw
Put
level dungeon/*.nw
Reply With Quote
  #8  
Old 10-20-2003, 01:22 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Upload a file to the parent directory first so it gets created, then you can upload to the subfolders of that directory, repeat throughout the tree.
Reply With Quote
  #9  
Old 10-20-2003, 02:00 AM
sp0rkulat0r sp0rkulat0r is offline
Registered User
Join Date: Apr 2003
Posts: 35
sp0rkulat0r is on a distinguished road
Send a message via AIM to sp0rkulat0r Send a message via Yahoo to sp0rkulat0r
Quote:
Originally posted by sp0rkulat0r
I realize that, we were going for a seperate folder in "levels" with the subfolders "overworld" and etc. etc.
Please read my post.



And thank you Lance.
__________________
Beautiful things in RC:
Quote:
Time: Wed Sep 17 02:03:26 2003
Admin-Playerworld69 sends admin message: Administrator Admin-Playerworld69:§*abuses powers* xD
Reply With Quote
  #10  
Old 10-20-2003, 02:15 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally posted by sp0rkulat0r


And thank you Lance.
You're welcome. I remember how annoying that was when I encountered that problem.

Quote:
Originally posted by zs0
O.o
Spam is always yummy.
Reply With Quote
  #11  
Old 10-20-2003, 10:55 AM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
Chacnes are this was in my document I made
__________________
--Spark911
Reply With Quote
  #12  
Old 10-20-2003, 03:03 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
I deem it hilarious how many of you missed the original poster's point
Good to know about this, though.
Reply With Quote
  #13  
Old 10-21-2003, 12:53 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by Spark910
Chacnes are this was in my document I made
And you failed to mention half of the GST team.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:16 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.