I have some automatic tiles placed (for example forest_underwater) on which I place manualy some tile objects (like beach_ground_01)
when I start the game everything is ok. After saving / load, it is clipping horribly. Any clues which parameter is causing this or what can be done about it and why it is working at start and after load not ?
Clipping after loading the game
Re: Clipping after loading the game
you changed the state of an object with minimalSaveState, which is lost when the object is respawned on reload
solution: dont do that
solution: dont do that
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Re: Clipping after loading the game
I was suspecting that parameter... thanks minmayminmay wrote:you changed the state of an object with minimalSaveState, which is lost when the object is respawned on reload
solution: dont do that