Frictional Games Forum (read-only)
[STILL NOT SOLVED] Zelda OOT Fire Temple - Fake Door Slam - 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: [STILL NOT SOLVED] Zelda OOT Fire Temple - Fake Door Slam (/thread-24274.html)

Pages: 1 2


RE: [UPDATED] Zelda OOT Fire Temple - Fake Door Slam - Zokrar - 01-02-2014

(01-02-2014, 09:17 PM)Statyk Wrote: In my honest opinion, I would import the door model into 3D software, rig it, and give it that animated wobble and "life". Then when a player interacts with the door, that animation will play, script damage on the player, and have it reset. It'll look more like it and make it more unique.

If only I knew the first thing about rigging & modelling Undecided


RE: [UPDATED] Zelda OOT Fire Temple - Fake Door Slam - Damascus - 01-03-2014

(01-02-2014, 04:25 PM)Zokrar Wrote:
(01-02-2014, 08:39 AM)Damascus Wrote: Also, make sure that the door has mass that's not 0, otherwise it won't move at all.

How do I do this? I didn't see a mass option in user defined variables. It's not the script that's not working now - the door is literally hovering in mid air

P.S., thanks for all the help so far everyone.

Edit: The door has 10 mass & has gravity, but it is still not moving
[Image: GvDTGB9.png]

Try putting values in the other ones too. Like::
Mass: 10
Angular Damping: 0.3
Linear Damping: 0.3
Max Angular Speed: 16
Max Linear Speed: 16


RE: [UPDATED] Zelda OOT Fire Temple - Fake Door Slam - Zokrar - 01-03-2014

Still hovers in mid air. Just a quick thing - I thought the whole idea of static objects was that they don't move. Hence static physics. How come the entity version hovers as well?


RE: [UPDATED] Zelda OOT Fire Temple - Fake Door Slam - PutraenusAlivius - 01-03-2014

What I would do was edit it in the Model Editor, change it to a MoveObject like the move_shelf entity, with 0 indicating at a vertical 90 degrees upwards, and 0 indicating a horizontal 90 degrees to the left side (or just 270 degrees; moving clockwise).

Next would be importing it to Amnesia. Easy probably. Now, add an area below the door and set it as Angular on the properties on the Level Editor. Name it whatever you want, as long as it corresponds with the name of the said area.

Now, script it. There.

I hope it'll work out for you.


RE: [UPDATED] Zelda OOT Fire Temple - Fake Door Slam - Zokrar - 01-03-2014

(01-03-2014, 02:25 PM)JustAnotherPlayer Wrote: with 0 indicating at a vertical 90 degrees upwards, and 0 indicating a horizontal 90 degrees to the left side (or just 270 degrees; moving clockwise).

I am not sure what you're referring to with this


RE: [STILL NOT SOLVED] Zelda OOT Fire Temple - Fake Door Slam - Zokrar - 01-07-2014

Anyone?


RE: [STILL NOT SOLVED] Zelda OOT Fire Temple - Fake Door Slam - PutraenusAlivius - 01-07-2014

(01-03-2014, 03:57 PM)Zokrar Wrote:
(01-03-2014, 02:25 PM)JustAnotherPlayer Wrote: with 0 indicating at a vertical 90 degrees upwards, and 0 indicating a horizontal 90 degrees to the left side (or just 270 degrees; moving clockwise).

I am not sure what you're referring to with this

A MoveObject has two states, 0 and 1.
The first state, 0, should be lying on the floor.
The second state, 1, should be like a regular door.