Re: map-server problem :(
Could you copy and paste two rows above the error as well?
like
#Whatever
#whatever
filelist limit: filelist_add
Re: map-server problem :(
i get the same sort of thing
read conf/grf-files.txt done
C:\Program Files\Gravity\RO\data.grf file reading...
filelist limit : filelist_add
0 NPCs removed.
and then it shuts off
Re: map-server problem :(
managed to fix the problem...
For other ppl encountering the problem like Lotic described:
Open your GRF-Files.txt in the conf folder.
You'll probably have 2 lines saying:
Code:
data: C:\Program Files\Gravity\RO\data.grf
sdata: C:\Program Files\Gravity\RO\sdata.grf
change these to:
Code:
grf: C:\Program Files\Gravity\RO\data.grf
grf: C:\Program Files\Gravity\RO\sdata.grf
Of course IF you installed RO at that path, if you didn't change the path to your current RO directory.
This should take care of that error.
Any mod please close thread, problem solved.