Frictional Games Forum (read-only)
Diagonal LadderArea? - 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: Diagonal LadderArea? (/thread-19088.html)



Diagonal LadderArea? - Tiger - 11-04-2012

Is there any way to make a ladder area rotated so that it looks like you're climbing up a slanted area?
I've tried rotating the Area itself but it doesn't work. It still looks like I climb upwards. Does someone know how to do that?


RE: Diagonal LadderArea? - The chaser - 11-04-2012

Rotating well should do the work. The Z line is where you look at, try making it so it looks like it's slanted.


RE: Diagonal LadderArea? - Ongka - 11-04-2012

That's not possible. The ladder areas are configured to work like that.


RE: Diagonal LadderArea? - Tiger - 11-04-2012

(11-04-2012, 07:01 PM)Ongka Wrote: That's not possible. The ladder areas are configured to work like that.
ok :c
Thanks anyway Smile


RE: Diagonal LadderArea? - Damascus - 11-04-2012

DAMMIT. And I was planning to have a sideways LadderArea later in my game for the player crossing a gorge on a piece of work. Looks like I'm gonna have to rethink that idea.


RE: Diagonal LadderArea? - FlawlessHappiness - 11-04-2012

You can fake it maybe with blockboxes?


RE: Diagonal LadderArea? - Tiger - 11-04-2012

(11-04-2012, 09:23 PM)Damascus Wrote: DAMMIT. And I was planning to have a sideways LadderArea later in my game for the player crossing a gorge on a piece of work. Looks like I'm gonna have to rethink that idea.
Yeah, I was planning on making the character climb up a slanted roof.

(11-04-2012, 10:07 PM)beecake Wrote: You can fake it maybe with blockboxes?
What's that? :o


RE: Diagonal LadderArea? - FlawlessHappiness - 11-05-2012

The blockbox is an entity under Entities/Technical. There are different types, and i do not know the difference between them, but the one that is just the plain blockbox is like an invisible wall. To you. Entities can pass through it, but you can't.


RE: Diagonal LadderArea? - Tiger - 11-05-2012

(11-05-2012, 12:00 PM)beecake Wrote: The blockbox is an entity under Entities/Technical. There are different types, and i do not know the difference between them, but the one that is just the plain blockbox is like an invisible wall. To you. Entities can pass through it, but you can't.
ok, thanks Smile