Func ladder (GoldSrc): Difference between revisions
Jump to navigation
Jump to search

Important:A ladder must be a convex shape, or else interaction will be buggy. If it is necessary to make a concave ladder, it must be split into multiple entities.
Tip:Any brush entity can be a ladder as long as it has collisions set to SOLID_NOT, contents set to -16 via game code, and has clipnodes. For example, a func_illusionary with its skin KV set to -16 could be used for both the visible brush and the climbable surface.
(Preparing page for move. This action was perfomed by a bot under supervision.) |
SirYodaJedi (talk | contribs) No edit summary |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
{{TabsBar|main=Func ladder}} | |||
{{CD|CLadder|goldsrc=1}} | |||
{{This is a|brush entity|name=func_ladder|engine=GoldSrc}} | |||
A ladder. Players will be able to freely move along this brush, as if it was a ladder. | |||
The most common way to build a ladder is to first construct it out of brushes (or | The most common way to build a ladder is to first construct it out of brushes (or a masked-textured brush) and then place the ''func_ladder'' over it. Only the brush construction will be visible in the game. | ||
{{Important|A ladder ''must'' be a convex shape, or else interaction will be buggy. If it is necessary to make a concave ladder, it must be split into multiple entities.}} | |||
{{tip|Any brush entity can be a ladder as long as it has collisions set to SOLID_NOT, [[BSP flags (Quake and GoldSrc)|contents]] set to -16 via game code, and has [[clipnodes]]. For example, a {{ent|engine=goldsrc|func_illusionary}} with its {{code|skin}} KV set to -16 could be used for both the visible brush and the climbable surface.}} | |||
==Key Values== | ==Key Values== | ||
{{Hl1_kv_targetname}} | {{Hl1_kv_targetname}} | ||
[[Category:Entities]] | |||
[[Category:Half-Life entities]] |
Latest revision as of 11:03, 2 May 2025


![]() |
---|
CLadder |
![]() |
func_ladder
is a brush entity available in all GoldSrc games.
A ladder. Players will be able to freely move along this brush, as if it was a ladder. The most common way to build a ladder is to first construct it out of brushes (or a masked-textured brush) and then place the func_ladder over it. Only the brush construction will be visible in the game.


Key Values
- Name (targetname) <string>
- The targetname that other entities refer to this entity by.