About Store Forum Documentation Contact



Post Reply 
Error after changing world
Author Message
Harton Offline
Member

Post: #1
Error after changing world
My level designers have created the world but with bad parameters.
When they changed the parameters of the correct, the world does not want to load to the game.

Changed parameters are:
Area Size from 64 to 32
Heightmap Resolution from 64 to 128
Path Resolution from 32 to 64

When I load a new map, the game loads everything and stops responding without any error...
01-15-2011 09:55 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Error after changing world
you can try using "world/build/clean all and build all"

if that won't help
run in debug mode
once it hangs, do menu "debug/break/stop debugging" and view your call stack (paste here)
01-16-2011 12:28 AM
Find all posts by this user Quote this message in a reply
Harton Offline
Member

Post: #3
RE: Error after changing world
Error resolved. Thanks!
I forgot check call stack when game stopped responding. Error was in reference to our function which load mini map of the new world.
01-16-2011 12:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply