Frictional Games Forum (read-only)

Full Version: how to: static objects become moveable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey guys.

i just got into Amnesia modding. i was wondering if there is an "easy" to make static objects, like desks or statues moveable and candles carriable?
i couldn't find any information so far; i also thought about creating entire new objects

does anybody know how to do this or is there already a topic like this?

kind regards
Use the model editor - find the entity you want to change and open it. Make sure the object has a body defined. Make sure the body mass is set to a non-zero value.
Then go to settings->User Defined Vars and change the type to "Object" - pick either grab or push as the sub-type. Enter the body's name into the "Main Physics Body" feild. The object will now be able to be moved around.

This answer is just a quick list of things you need to do. If you haven't used the model editor yet - I advise you check out:
http://wiki.frictionalgames.com/hpl2/tut...tutorial_1
I've always wanted to discover how to do this myself. Awesome. Big Grin