Frictional Games Forum (read-only)

Full Version: How to make a door more heavy?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I make it that a normal mansion door opens much slower when opening it. in my mod you're a kid and you shouldnt be able to open it really fast
Create a copy of the mansion door entity, then edit it in the ModelEditor. Set the angular damping to a higher value and it should restrict how fast it rotates.

Save it as something else, like "mansion_door_slow.ent" or so, then use that in your level. Keep a copy of it within your custom story's folder when you export it so that other people can use it too. To use it in the LevelEditor you must keep it in the default /entities folder.