This tutorial til show you how to make a basic ladder correctly in Hammer.
Firstly make a brush with a ladder texture (For example {LADDER1 ) where it is supposed to be one, like I have done here:
Tie this brush to an entity called func_wall, and use this values:
Name: A name
Render Mode: Solid
FX Amount: 255
This makes the ladder. Now you got a visible ladder, but it isn't climbable! That's the next step.
Now you make a brush on top of the ladder, that covers it. Like I've done here:
Tie this brush to an entity called func_ladder, and it's ready for use.
Congratulations with making your first ladder
