Frictional Games Forum (read-only)
[SCRIPT] Lever machine (aka lever puzzle) - 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: [SCRIPT] Lever machine (aka lever puzzle) (/thread-14007.html)



Lever machine (aka lever puzzle) - ClayPigeon - 03-15-2012

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


RE: Lever machine (aka lever puzzle) - SilentStriker - 03-15-2012

Look at the TDD's script and you see how that looks like



RE: Lever machine (aka lever puzzle) - ClayPigeon - 03-15-2012

(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?


RE: Lever machine (aka lever puzzle) - SilentStriker - 03-15-2012

The original game. Look in the machine room script to find how they did the puzzle



RE: Lever machine (aka lever puzzle) - ClayPigeon - 03-15-2012

(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?


RE: Lever machine (aka lever puzzle) - SilentStriker - 03-15-2012

(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





RE: Lever machine (aka lever puzzle) - ClayPigeon - 03-15-2012

(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


RE: Lever machine (aka lever puzzle) - SilentStriker - 03-15-2012

(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