Frictional Games Forum (read-only)

Full Version: Lever machine (aka lever puzzle)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I wanna recreate the lever macine/lever puzzle on my amnesia custom story, like in this movie:
http://www.youtube.com/watch?v=tnt6fJhcuxw (starting from 4:25)


And I have tried many times but nothing helped, I'm lost...

I have no idea how to start...
First of all, in the level editor, the machine has 6 individual levers, that I want the player to move in a specific direction(up, middle or down) and when he does it correctly, a door will open.

Do you have any idea how to start? I have the entities made already(the box with 6 levers).

Thanks to all helpers. Smile
Look at the TDD's script and you see how that looks like
(03-15-2012, 04:21 PM)SilentStriker Wrote: [ -> ]Look at the TDD's script and you see how that looks like
Hmm what do you mean? What's TDD's script?
The original game. Look in the machine room script to find how they did the puzzle
(03-15-2012, 07:05 PM)SilentStriker Wrote: [ -> ]The original game. Look in the machine room script to find how they did the puzzle
I was looking everywhere for the game scripts after I found out that TDD stands for The Dark Descent (I think it is) and I didn't find it. In what folder are the scripts and what are their names?
(03-15-2012, 07:49 PM)ClayPigeon Wrote: [ -> ]
(03-15-2012, 07:05 PM)SilentStriker Wrote: [ -> ]The original game. Look in the machine room script to find how they did the puzzle
I was looking everywhere for the game scripts after I found out that TDD stands for The Dark Descent (I think it is) and I didn't find it. In what folder are the scripts and what are their names?
Yes TDD stands for the dark descent and all the scripts are inside the map folder. And the one you are looking for is in Maps/CH01 Machine Room.hps


(03-15-2012, 08:07 PM)SilentStriker Wrote: [ -> ]
(03-15-2012, 07:49 PM)ClayPigeon Wrote: [ -> ]
(03-15-2012, 07:05 PM)SilentStriker Wrote: [ -> ]The original game. Look in the machine room script to find how they did the puzzle
I was looking everywhere for the game scripts after I found out that TDD stands for The Dark Descent (I think it is) and I didn't find it. In what folder are the scripts and what are their names?
Yes TDD stands for the dark descent and all the scripts are inside the map folder. And the one you are looking for is in Maps/CH01 Machine Room.hps
Thank you very much! Smile
(03-15-2012, 08:21 PM)ClayPigeon Wrote: [ -> ]
(03-15-2012, 08:07 PM)SilentStriker Wrote: [ -> ]
(03-15-2012, 07:49 PM)ClayPigeon Wrote: [ -> ]
(03-15-2012, 07:05 PM)SilentStriker Wrote: [ -> ]The original game. Look in the machine room script to find how they did the puzzle
I was looking everywhere for the game scripts after I found out that TDD stands for The Dark Descent (I think it is) and I didn't find it. In what folder are the scripts and what are their names?
Yes TDD stands for the dark descent and all the scripts are inside the map folder. And the one you are looking for is in Maps/CH01 Machine Room.hps
Thank you very much! Smile
You're welcome Smile