Clipping after loading the game

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Post Reply
User avatar
Drakkan
Posts: 1318
Joined: Mon Dec 31, 2012 12:25 am

Clipping after loading the game

Post by Drakkan »

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 ?
Breath from the unpromising waters.
Eye of the Atlantis
minmay
Posts: 2790
Joined: Mon Sep 23, 2013 2:24 am

Re: Clipping after loading the game

Post by minmay »

you changed the state of an object with minimalSaveState, which is lost when the object is respawned on reload
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.
User avatar
Drakkan
Posts: 1318
Joined: Mon Dec 31, 2012 12:25 am

Re: Clipping after loading the game

Post by Drakkan »

minmay wrote:you changed the state of an object with minimalSaveState, which is lost when the object is respawned on reload
solution: dont do that
I was suspecting that parameter... thanks minmay
Breath from the unpromising waters.
Eye of the Atlantis
Post Reply