Page 1 of 1
Game freezes at loading screen
Posted: Sun Apr 06, 2008 11:26 am
by Eggman
Right at the moment when a map I'm working on is about to finish loading, the game freezes. There aren't any munging issues, and there weren't any game crashing problems in the error log, just the usual "InVehicle" stuff. The only thing I can think of it being is that I've hit the object limit, but I don't know how to check for sure if I have or not. Is this the kind of problem that happens when the limit is hit, and is there a way to identify how many objects I have (besides counting them one by one in ZeroEditor

)?
Re: Game freezes at loading screen
Posted: Sun Apr 06, 2008 11:38 am
by AceMastermind
If you open your lyr or wld files in NotePad++ you can get an object count by clicking ctrl+f and type the word "object" (without quotes), then click on "Count" in that window and it'll give you the # that corresponds to how many times "object" was found in that file.
Thanks to MasterSaitek009 for this info.
Re: Game freezes at loading screen
Posted: Sun Apr 06, 2008 12:59 pm
by Eggman
Thanks! I hadn't downloaded Notepad++ until now, but it looks like a great improvement over the normal Notepad program.