Frictional Games Forum (read-only)
Preventing moveable objects from resetting upon level re-entry - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Preventing moveable objects from resetting upon level re-entry (/thread-18975.html)



Preventing moveable objects from resetting upon level re-entry - bleakraven - 10-29-2012

Hey guys!

I've run into a problem with my custom story. At some point in map1, there is a stack of moveable boxes hiding a door. If the player messes with these boxes and goes out to map2 and then comes back to map1, the boxes will not remember the place the player left them at and instead will be blocking the door again.

Is there a way to prevent this or to allow the game to "remember" where the player left these boxes at?

Thanks


RE: Preventing moveable objects from resetting upon level re-entry - Adny - 10-29-2012

Under all entities there is a checkbox with something like "Full Game Save". Make sure that's checked (only for a few objects, the boxes in your case) and and they will not reset, no matter how many times you enter/re-enter that level.

Hope that helped!


RE: Preventing moveable objects from resetting upon level re-entry - bleakraven - 10-29-2012

Hey!

That worked! Thanks a lot Big Grin