Creating Ladders (CSGO): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(First draft, split from the main ladder page.)
 
Tag: Redirect target changed
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Create a brush in front of the object/brush you want to be climbable, as close as you can to it, but without touching it.
#REDIRECT [[Working_ladders#Non-object_brush-based ladders]]
 
Make sure that the face is the same width/height as the climbable object.
{{warning|Do not tie the brush to a [[func_ladder]], just leave it as a world brush.}}
 
 
Assign the material <code>tools/toolsinvisibleladder</code> to this brush.
 
{| border=0 cellspacing=0 cellpadding=0
| [[Image:CSGO_Ladder.PNG|thumb|600px|left|[[Brush | World Brush]] textured with 'tools/toolsinvisibleladder' in front of a [[prop_static]] ladder.]]
|}
 
You now have a climbable face which is in front of the object/brush. No other setup is required for your ladder to work in game.
 
{{todo|Can you nodraw other faces of the brush to stop them being climbable?}}

Latest revision as of 07:12, 12 March 2025