Frictional Games Forum (read-only)
Ladder won't work - 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: Ladder won't work (/thread-24497.html)

Pages: 1 2 3 4


Ladder won't work - Radical Batz - 01-31-2014

I have a new problem, I made a tileable ladder with a script box of the ladder and when I play and click on the ladder it shows me the icon of the ladder, when I click on it nothing happens. why is this?


RE: How to make ladder out of hatch? - PutraenusAlivius - 01-31-2014

Put a LadderArea in the Ladder. Just go to Areas in the Level Editor and select LadderArea.


RE: How to make ladder out of hatch? - Radical Batz - 01-31-2014

(01-31-2014, 03:36 PM)JustAnotherPlayer Wrote: Put a LadderArea in the Ladder. Just go to Areas in the Level Editor and select LadderArea.

But I want a ladder to be like in front of you and when you open the hatch, then you can climb all the way up, is there a way to do that. or how? I 2ant it to be like in the picture but all I know is that in this pic it's not good


RE: How to make ladder out of hatch? - LordOfDragons - 01-31-2014

You dont want to do a LadderArea?
Just look under " doors " in your editor and load a level door for the hatch, if you mean that. It will teleport you up to the room if you set it up correctly.


RE: How to make ladder out of hatch? - FlawlessHappiness - 01-31-2014

I'm thinking you want it, like in Skyrim, where when you interact with the ladder you are automatically transportated to the next place.

This is easy.
You cover the ladder in a ScriptArea.
Call the area something you can remember.
Then you place a "PlayerStartArea" where you want the player to spawn.
At last you create an interaction function that calls the following line:

PHP Code:
TeleportPlayer(stringasStartPosName); 



RE: How to make ladder out of hatch? - Radical Batz - 01-31-2014

actually no, i just want the ladder to go through the ceiling hatch, like when you open the hatch you can climb up the ladder up, but when I do that, the ladder goes trough the hatch Sad so i don't know how


RE: How to make ladder out of hatch? - FlawlessHappiness - 01-31-2014

Oh.
If you look inside the hatch's properties, i think there is a value called "Open Amount".
Try making it bigger.


RE: How to make ladder out of hatch? - Radical Batz - 02-01-2014

(01-31-2014, 09:35 PM)FlawlessHair Wrote: Oh.
If you look inside the hatch's properties, i think there is a value called "Open Amount".
Try making it bigger.

When I keep making into open amount and I keep clicking until the number goes high or low, nothing seems to happen tot he hatch, it just stays the same


RE: How to make ladder out of hatch? - 7heDubz - 02-01-2014

In the level editor it will not change, look at it in game.


RE: How to make ladder out of hatch? - Radical Batz - 02-01-2014

(02-01-2014, 08:38 AM)WIWWM Wrote: In the level editor it will not change, look at it in game.

I can't cause it keeps getting me this error

FATAL ERROR: Could not load script file 'custom_stories/Lifeless_The Abandon/maps/Lifeless_The Abandon.hps'!
main (76, 55) : ERR : Expected '('

I made another topic which is about o the error in my script that I can't find

but anyway do you know how much it should be open for a ladder to go through it pls?