Skip: Difference between revisions
m (Better wording) |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
{{ | {{subpage|[[Tool textures (Source)#skip|Tool textures (Source)]]|[[Tool textures (Source 2)#toolsskip|Tool textures (Source 2)]]}} | ||
[[File:Toolsskip.gif|left|link=]] | [[File:Toolsskip.gif|left|link=]] | ||
'''Skip''' is a [[tool texture]] that tells the compiler ([[VBSP]]) to skip processing the brush face which is textured with it. | '''Skip''' is a [[tool texture]] that tells the compiler ([[VBSP]]) to skip processing the brush face which is textured with it. | ||
It still exists inside the map although the engine (usually) ignores it at run-time. | It still exists inside the map although the engine (usually) ignores it at run-time. | ||
{{bug|In {{css|4}}, skip brushes act as [[clip]] brushes for the [[weapon c4|bomb]]. | {{bug|hidetested=1|In {{css|4}}, skip brushes act as [[clip]] brushes for the [[weapon c4|bomb]]. | ||
{{tip|This can be exploited by a mapper to prevent the bomb from falling into a pit if planted too close to the edge.}} }} | {{tip|This can be exploited by a mapper to prevent the bomb from falling into a pit if planted too close to the edge.}} }} | ||
Latest revision as of 21:56, 13 June 2025

Skip is a tool texture that tells the compiler (VBSP) to skip processing the brush face which is textured with it. It still exists inside the map although the engine (usually) ignores it at run-time.



The Skip texture is used especially for Hint brushes. It is applied to the surfaces on brushes with the Hint texture that should not be used to break up visleaves (or leaves in short). Usually, a brush used for hinting has the Hint texture on one or two surfaces and the Skip texture on the rest. The Skip texture does nothing more than make the tools skip the brushsides they are applied to as a result of using the %compileskip VMT parameter.
The Skip texture can also be used to help preserve exact grid positions of other objects. Enveloping a group of precisely placed objects, inside a normal brush on par with a larger grid size, and then selecting these components together with the brush, will preserve the exact grid positions of the components when the group is moved according to the gridsize of the enveloping brush. As this brush is merely a tool for the design phase, covering the enveloping brush with the Skip texture will prevent this brush from being processed into the map. For detailed instructions, see the prefab article.

Never use normal textures together with Skip on one brush. Instead, either replace Skip with Nodraw or use a Displacement.