Stairway to Heaven
How to make a ladder and use CLIP brushes
First encounter in original map village3 - Stables
At the time I discovered Hexen II, I was immediately struck by its ladders. Being able to go magically straight up or down was such a cool (and realistic) way of exploring and such a nice change after the usual ramps and even more classic stairs and moving platforms known for as long as Doom itself! It may sound strange that I praise it so much because maybe you think it's just silly static architecture with absolutely nothing spectacular. But it's not how I see it and you're on my website, so let me explain how you can make your own ladders to exploit a real 3D architecture and give the player more variety to experience it.For a long time I believed the brush scaffolding was encompassed inside trigger_push or trigger_whatever (something they actually did in Quoth for Quake maps with their aptly named trigger_ladder). But not at all! It's actually far more simple. It's... well... a trick! I had a hard time figuring out when I first wanted to solve the mystery because no trigger_whatever was visible in the map once it was decompiled with Bsp2mph2. Contrary to how I work usually, I turned TrenchBroom into 2D view in the hope that it would help, and that's how I unveiled the ladder's secret.
What a mess! No wonder the obvious didn't immediately jump out at me!
The trick is right in front of your eyes. Can you see it? Okay no more suspense: the ladder is nothing more that a super steep staircase! It looks absolutely vertical but is not: each step is offset by one unit from the one below. If you carefully pay attention, on top of the ladder you'll see the small gap between the step and banister front faces which doesn't exist at the bottom (that clue could actually be removed by making the banister accordingly steep instead of vertical; it would still look vertical to the player).
And now everything is explained: why you can go so easily up or down, or even stop halfway (you rarely experience that because ladders are usually never high enough).
So now let's go a bit further...
Time to go for a second trick for the price of one! Here is how this ladder is designed in TrenchBroom:
Note that the grid on the screenshot is 4 units, so each step is 12 units high. This is not the maximum. Each step may be up to 18 units. Above that value, the player cannot just walk over seamlessly anymore and has to jump. On the other hand, no matter whether the rise looks vertical or sloping to the player's eyes, the actual steps must be absolutely vertical, otherwise the player will get frustatingly stopped in their move, even with very low steps. If the slope makes an uneasy or varying angle, play with the steps' height or depth instead (like I did, look above) but always keep them strictly vertical.
I use CLIP brushes for a similar purpose to facilitate rock climbing: if what looks to the player like a steep slope or a messy rock pile is actually a staircase, obviously the ascent won't be such a problem! So remember the trick where jumping from a platform to the next is not where you intend to put the challenge (of course the configuration of the area must be such that the presence of your invisible staircase will not be noticed by the player nor give them the feeling of an improbable levitation!).
Let's finish with a third related trick (wow, it's clearance day!).
Still to ease player movement, use CLIP brushes in horizontal settings as well. Remember players are plunged into a hostile world where danger can arise at any time. In such a situation, what would you do in their place? You would probably hug the walls! Please consider that this is exactly what they do all the time while playing and running everywhere, and imagine how awkward, inappropriate and irritating that would be for them to be continually trapped by columns slightly protruding from the walls, salient angles and other similar stuff.
That's why each time the player sees this kind of setting in-game, they should actually be facing that one:
Want to ask for clarification, report an issue with this trick or propose another one? Drop me an email
If you use the trick please credit me and put a link to this website.
