Page 1 of 1
My map crashes
Posted: Sat Feb 14, 2009 1:27 am
by jango
my map crashes when it loads. it says this in the bfront log:
BfrontError.jpg
Re: My map crashes
Posted: Sat Feb 14, 2009 12:10 pm
by jedikiller32
What are you trying to do?
It looks like the game can't find your mission. What's it called?
Re: My map crashes
Posted: Sat Feb 14, 2009 3:34 pm
by jango
Utapao: Invasion i had changed it 2 coruscant: invasion. then i changed it back. i might of messed it up by changing it
Re: My map crashes
Posted: Sat Feb 14, 2009 3:57 pm
by giftheck
Hmm, did you actually change the folder, or the level name? Check the following line in the lua:
Code: Select all
-- Level Stats
ClearWalkers()
AddWalkerType(0, 8) -- 8 droidekas with 0 leg pairs each
SetMemoryPoolSize("MountedTurret", 10)
SetMemoryPoolSize("Obstacle", 514)
SetSpawnDelay(10.0, 0.25)
ReadDataFile("BES\\bes2.lvl")
SetDenseEnvironment("true")
This is an example, but it should point to the same name that your mod has IE:
The "dc" is important - it tells the game to look in the same folder the addme's _LVL_PC folder is. Otherwise it looks inside the default _LVL_PC folder.
Re: My map crashes
Posted: Sun Feb 15, 2009 3:29 pm
by jango
well ive fixed that problem now

but now there's a new problem. i can fix the crate by deleting it from map, but ive never seen the shader problem b4.