Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't resolve <FILE.OPEN Data/TreasureMap.cfg>
Author Message
babazar
Journeyman
*

Posts: 189
Likes Given: 2
Likes Received: 10 in 9 posts
Joined: Jun 2013
Reputation: 0



Post: #1
Can't resolve <FILE.OPEN Data/TreasureMap.cfg>
How do i sort this error -
Can't resolve <FILE.OPEN Data/TreasureMap.cfg>

I have the Data folder in my sphere folder, but no joy.

[FUNCTION F_GETMAPLOCATION]
FILE.MODE.READFLAG=1
IF (<FILE.OPEN Data/TreasureMap.cfg>)
LOCAL.LINES=<FILE.FILELINES <FILE.FILEPATH>>
LOCAL.TEXT=<FILE.READLINE <R1,<LOCAL.LINES>>>
FILE.CLOSE
RETURN <LOCAL.TEXT>
ENDIF
08-20-2013 04:35 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Can't resolve <FILE.OPEN Data/TreasureMap.cfg>
Did you enabled
OF_FileCommands = 00000080 in the sphere.ini ?

If not, add |080 to OptionFlag =


Also, is possible that without expliciting the absolute path, sphere will look in "sphere/scripts/data" instead of "sphere/data"
(This post was last modified: 08-20-2013 05:44 AM by darksun84.)
08-20-2013 05:01 AM
Find all posts by this user Like Post Quote this message in a reply
babazar
Journeyman
*

Posts: 189
Likes Given: 2
Likes Received: 10 in 9 posts
Joined: Jun 2013
Reputation: 0



Post: #3
RE: Can't resolve <FILE.OPEN Data/TreasureMap.cfg>
ty seems fixed now
08-20-2013 06:43 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)