This article's documentation is for anything that uses the Source engine. Click here for more information.

Tool textures (Source): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Clips — Game-Specific: added Camera Clip and Player Clip Interactable)
 
(48 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{LanguageBar}}
{{LanguageBar}}
{{Source topicon}}
{{Source topicon}}
{{TabsBar|main=Tool textures}}
{{Toc-right}}
[[Tool textures]] are used, mostly by the tools but sometimes by the engine, to perform special tasks. They can easily be found in [[Hammer]] by using "tools\" as a filter in the [[Hammer Texture Browser|texture browser]], but other tool textures may be located in different directory.


<onlyinclude>{{tabs|Tool textures|goldsrc = 1|source = 1|source2 = 1}}</onlyinclude>
Anyone can make their very own tool texture, by utilizing available [[Material Map Compile Flags]], such as {{code|[[%compilenonsolid|%compileNonSolid]] 1}}, {{code|[[%compiledetail|%compileDetail]] 1}} and {{code|[[%compilenodraw|%compileNodraw]] 1}} for a tool texture which is not solid, does not cut [[visleafs]] and is invisible.
 
{{Toc-right}}
{{Cleanup|Separate non valve games, too many textures cluttering this}}
{{Cleanup|The tables should use the actual VMT filenames with paths.}}
[[Tool textures]] are used, mostly by the tools but sometimes by the engine, to perform special tasks. They can easily be found in [[Hammer]] by using "tools\" as a filter in the [[Hammer Texture Browser|texture browser]].


Anyone can make their very own tool texture, by utilizing available [[Material Map Compile Flags]], such as {{Code|[[%compilenonsolid]] 1}}, {{Code|[[%compiledetail|%compileDetail]] 1}} and {{Code|[[%compilenodraw]] 1}} for a tool texture which is not solid, does not cut [[visleafs]] and is invisible.
A {{code|[[%tooltexture]]}} may also be set, which is only to be seen in Hammer's texture browser, while the {{code|[[$basetexture]]}} is seen in-game; however, the self made tool textures must be shipped with the map, else they might not work.


A {{Code|[[%tooltexture]]}} may also be set, which is only to be seen in Hammer's texture browser, while the {{Code|[[$basetexture]]}} is seen in-game; however, the self made tool textures must be shipped with the map, else they might not work.
This page contains tool textures which can be found on any Source games (including description for third-party games which changes how the tool texture works or have different behavior). For third-party games specific tool textures, see [[/Third-party_games|third-party page]].


{{tip|[[WiseClipped]] gives a tutorial on using many of the Source Tool textures shown below.}}
{{tip|[[WiseClipped]] gives a tutorial on using many of the Source Tool textures shown below.}}


{{Note|All tool textures that are assumed to be texturing an entity work exactly like ordinary textures if applied to world brushes instead. As this makes them useless for world brushes, their visibility as world brushes is irrelevant. Also, many tool textures cut [[visleaf|VIS leaves]]. If you aren't texturing an entity, you should tie the brush to {{Ent|func_detail}} or {{Ent|func_brush}} for [[Optimization (level design)|optimization]].}}
{{Note|All tool textures that are assumed to be texturing an entity work exactly like ordinary textures if applied to world brushes instead. As this makes them useless for world brushes, their visibility as world brushes is irrelevant. Also, many tool textures cut [[visleaf|VIS leaves]]. If you aren't texturing an entity, you should tie the brush to {{ent|func_detail}} or {{ent|func_brush}} for [[Optimization (level design)|optimization]].}}
 
{{warning|Some games may have outdated or obsolete tool textures in the "Dev" folder, such as {{Code|dev/dev_windowportal}} in {{l4dseries}}.}}
 
{{Note|Next to tool textures, there are also brush entities, which can perform tasks similar to tool textures.


For example, {{l4dseries}} have [[#clip|Clip]] for both teams, [[#playerclip|Player Clip]] for survivors and [[#npcclip|NPC Clip]] for infected; however, it also has {{Ent|func_playerinfected_clip}} just for player controlled infected.
{{warning|Some games may have outdated or obsolete tool textures in the "Dev" folder, such as {{code|dev/dev_windowportal}} in {{l4dseries}}.}}


{{Note|Next to tool textures, there are also brush entities, which can perform tasks similar to tool textures.<br>
For example, {{l4dseries}} have [[#clip|Clip]] for both teams, [[#playerclip|Player Clip]] for survivors and [[#npcclip|NPC Clip]] for infected; however, it also has {{ent|func_playerinfected_clip}} just for player controlled infected.<br>
If you cannot find a tool texture fit for a task, perhaps the game you're mapping for has a brush entity for that.}}
If you cannot find a tool texture fit for a task, perhaps the game you're mapping for has a brush entity for that.}}
{{tip|Some of these tool textures cut [[visleaf|VIS leaves]] Such as <code>toolsinvisible</code>, <code>toolsinvisibleladder</code>, and <code>invismetal</code>. Which are never seen and would be wasteful to create visleaves for them.<br>You may want to add {{cmd|%CompileDetail}} to the offending materials to prevent them from cutting visleaves. The modified VMT's do not need to be shared with the compiled map, as only [[vbsp]] uses these compile flags right when building the maps.<br>But you do need to use [[custom folder]] (if available, preferred), or pack these up in a vpk file and load them into hammer by editing the [[gameinfo]] to load your vpk with modified files above all other folders and search paths.
{{note|For <code>toolsinvisibleladder</code>, it alternatively is possible in some games to use {{cmd|%CompileClip}} (and optionally {{cmd|$translucent}}) instead of {{cmd|%CompileNoDraw}} and {{cmd|%CompilePassBullets}}, but only if tied to [[func_ladder]] (works in {{dods}}, not in {{css}}).}} }}


== General ==
== General ==
=== General — Common ===
=== General — Common ===
These tool textures are available in every Source engine game.<br>
These tool textures are available in every Source engine game.<br>
Some of these textures have special function in some games. These special functions are noted by having the game's icon listed in the description. Such as {{css}},{{csgo}},{{l4d}},{{l4d2}}, ect.
Some of these textures have special function in some games. These special functions are noted by having the game's icon listed in the description (such as {{css}}, {{csgo}}, {{l4dseries}}, {{p2}}, etc.).
{| class="standard-table"
{| class="standard-table"
|- style="z-index:1; position:sticky; top:0"
|- style="z-index:1; position:sticky; top:0;border:2px solid #525252;"
! width="64px" | Image
! width="64px" style="background-color: #323232;color:white" | Image
! width="100px" | Filename
! width="110px" style="background-color: #323232;color:white" | Filename
! width="75px" | Visible if <br /> [[world brush]]
! width="75px" style="background-color: #323232;color:white" | Visible if <br /> [[world brush]]
! width="75px" | Casts shadows
! width="75px" style="background-color: #323232;color:white" | Casts shadows
! width="75px" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" style="background-color: #323232;color:white" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" | Blocks NPC [[LOS]]
! width="75px" style="background-color: #323232;color:white" | Blocks NPC [[LOS]]
! width="75px" | Solid to NPCs
! width="75px" style="background-color: #323232;color:white" | Solid to NPCs
! width="75px" | Solid to player(s)
! width="75px" style="background-color: #323232;color:white" | Solid to player(s)
! width="75px" | Solid to physics
! width="75px" style="background-color: #323232;color:white" | Solid to physics
! width="75px" | Solid to bullets
! width="75px" style="background-color: #323232;color:white" | Solid to bullets
! Usage / Notes
! style="background-color: #323232;color:white" | Usage / Notes
|- id="black"
|- id="black"
| [[File:Toolsblack.gif|64px]]
| [[File:Toolsblack.gif|64px]]
| <center>toolsblack</center>
| <center>{{mono|toolsblack}}</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
Line 53: Line 51:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (Marks)}}
| {{Yes|Yes <br /> (Marks)}}
| {{ModernConfusion|This is the [[UnlitGeneric]] <tt>Tools/ToolsBlack</tt> texture, not the [[LightmappedGeneric]] <tt>Halflife/Black</tt> texture.}}
| {{ModernConfusion|This is the [[UnlitGeneric]] {{mono|Tools/ToolsBlack}} texture, not the [[LightmappedGeneric]] {{mono|Halflife/Black}} texture.}}
This texture is often used for brushes that are far away and they are dark. It cannot be lit by any type of light, but is affected by fog color.<br>
This texture is often used for brushes that are far away and they are dark. It cannot be lit by any type of light, but is affected by fog color.<br>
An example of its use is in the "space" backgrounds during the G-Man monologues in {{hl2|2}} or for crude buildings in the 3D Skybox.<br>
An example of its use is in the "space" backgrounds during the G-Man monologues in {{hl2|2}} or for crude buildings in the 3D Skybox.<br>
Uses {{Ent|UnlitGeneric}} in: {{hl2}} {{portalseries}} {{as}} <br>
Uses [[UnlitGeneric]] in: {{hl2}} {{portalseries}} {{as}} <br>
Uses {{Ent|LightmappedGeneric}} in: {{csseries|src=1}} {{l4dseries}}<br>
Uses [[LightmappedGeneric]] in: {{csseries|src=1}} {{dods}} {{l4dseries}}<br>
While in most games, the different shader has no impact, it might have a different function in other games. In that case, you may want to use <code>vgui/black</code> instead or make your own tool texture.
In games where it uses LightmappedGeneric, you may want to use <code>vgui/black</code> instead (to avoid wasting lightmap usage) or make your own tool texture.
|- id="white"
|- id="white"
| [[File:Toolswhite.gif|64px]]
| [[File:Toolswhite.gif|64px]]
| <center>toolswhite</center>
| <center>{{mono|toolswhite}}</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
Line 71: Line 69:
| {{Yes|Yes <br /> (Marks)}}
| {{Yes|Yes <br /> (Marks)}}
| {{hl2ep2|since}}
| {{hl2ep2|since}}
Identical to <tt>Tools/ToolsBlack</tt>, only in white.
{{note|Not in {{tf2|2.bold}}}}
Identical to {{mono|lights/white}} (which is available in all Source games), but [[RAD file|doesn't cast any light]] by default. Using glass [[surfaceprop]].
 
|- id="blockbullets"
|- id="blockbullets"
| [[File:Toolsblockbullets.gif|64px]]
| [[File:Toolsblockbullets.gif|64px]]
| <center>toolsblockbullets</center>
| <center>{{mono|[[Blockbullets|toolsblockbullets]]}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 83: Line 83:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (No Marks)}}
| {{Yes|Yes <br /> (No Marks)}}
| Foremost solid to bullets, but also to NPCs and physics projectiles. It does not block ''all'' projectiles, though. Projectiles from NPCs, such as the acid spit from [[npc_antlion|antlion workers]], will still get through.<br>
| {{Warning|This tool texture is actually just a solid invisible wall in every way shape and form. It does absolutely nothing useful.<br>See [[Blockbullets]] for info on how to actually block bullets and projectiles.}}
{{warning|Its ability to block bullets does not come from a [[Material_Map_Compile_Flags|Compile Flag]], but from the fact that it is just an invisible wall. If the brush is too thin, bullets will pass like any other thin wall.<br>
This texture is basically <code>ToolsInvisible</code>, but without the <code>%compilepassbullets</code> flag.
{{Workaround|Two invisible, not movable, prop_physics models with the flag "Debris" in the same spot can block bullets. But only bullets.<br>
If you want to block grenades or other thrown objects, create a {{ent|trigger_multiple}}, using a {{ent|filter_activator_model}} to filter for the grenade model, with the outputs "<Code>OnStartTouch - !Activator - Kill</Code>". If the game has multiple thrown objects use a {{ent|filter_activator_model}} for each model and a {{ent|filter_multi}}.}}}}
{{csgo}} Use <code>blockbullets_cs</code> variant, which correctly stops bullets even with 1 unit thickness.<br>
{{csgo}} Use <code>blockbullets_cs</code> variant, which correctly stops bullets even with 1 unit thickness.<br>
{{l4dseries}} Solid to everything, including throwable items, Boomer vomit, Smoker tongues, Spitter spit and Tank rocks.
|- id="invisible"
|- id="invisible"
| [[File:Toolsinvisible.gif|64px]]
| [[File:Toolsinvisible.gif|64px]]
| <center>toolsinvisible</center>
| <center>{{mono|toolsinvisible}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 101: Line 96:
| {{Yes}}
| {{Yes}}
| {{No}}
| {{No}}
| Solid to {{Ent|prop_physics}}, projectiles, players, & NPCs. Not solid to bullets.<br>
| Solid to {{ent|prop_physics}}, projectiles, players, & NPCs. Not solid to bullets.<br>
{{csseries|src=1}}{{tf2}} Also solid to bullets.<br>
{{csseries|src=1}}{{tf2}} Also solid to bullets.<br>
{{l4dseries}} Smokers, Boomers and Spitters can attack you through it. Survivors stop being dragged towards smokers when touching a <tt>tools/invisible</tt> wall.<br>
{{l4dseries}} Smokers, Boomers and Spitters can attack you through it. Survivors stop being dragged towards smokers when touching a {{mono|toolsinvisible}} wall.<br>
{{ModernConfusion| {{l4dseries}} <tt>Tools/ToolsNodraw_Noshadow</tt> uses the same tool texture in the texture browser, which also blocks LOS!}}
{{ModernConfusion| {{l4dseries}} {{mono|ToolsNodraw_Noshadow}} uses the same tool texture in the texture browser, which also blocks LOS!}}
|- id="ladder"
|- id="ladder"
| [[File:Toolsladder.gif|64px]]
| [[File:Toolsladder.gif|64px]]
| <center>toolsinvisibleladder</center>
| <center>{{mono|toolsinvisibleladder}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 116: Line 111:
| {{Yes}}
| {{Yes}}
| {{No}}
| {{No}}
| Used for ladders in most multiplayer games except {{Hl2dm}}, either by itself, or tied to {{Ent|func_ladder}}.<br>{{tip|Add {{cmd|%CompileDetail}} to prevent this material from cutting visleaves (the modified VMT does not need to be shared with the compiled map).  
| Used for ladders in most multiplayer games except {{hl2dm}}, either by itself, or tied to {{ent|func_ladder}}.
{{note|Alternatively, it is possible to use {{cmd|%CompileClip}} (and optionally {{cmd|$translucent}}) instead of {{cmd|%CompileNoDraw}} and {{cmd|%CompilePassBullets}}, but only if tied to [[func_ladder]].}} }}
{{important|Leave at least a unit gap between the ladder and any detail brushes to prevent it from eating brush faces of the drawn ladder. This is not an issue in {{l4dseries}}, which keeps brush ladders as a separate entity.}}
|- id="nodraw" {{Anchor|Nodraw}}
|- id="nodraw" {{Anchor|Nodraw}}
| [[File:Toolsnodraw.gif|64px]]
| [[File:Toolsnodraw.gif|64px]]
| <center>toolsnodraw</center>
| <center>{{mono|toolsnodraw}}</center>
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
Line 129: Line 124:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (No Marks)}}
| {{Yes|Yes <br /> (No Marks)}}
| Not drawn in game, seals [[leak]]s, and is skipped by VRAD. Blocks visibility if used on all surfaces of the same brush. Optimally, every face that can't be seen during normal gameplay should have this texture.<br>{{portal}} Portals can be placed on it, but not in {{portal2}}. Use Nodraw Portalable instead if this behavior is desired.
| Not drawn in game, seals [[leak]]s, and is skipped by VRAD. Blocks visibility if used on all surfaces of the same brush. Optimally, every face that can't be seen during normal gameplay should have this texture.<br>{{portal}} Portals can be placed on it, but not in {{p2}}. Use Nodraw Portalable instead if this behavior is desired.
{{note|The "glass footsteps" version of this texture in {{portal2}} does not [[seal]] maps.}}
{{note|The "glass footsteps" version of this texture in {{p2}} does not [[seal]] maps.}}
{{todo|Insert this "glass footsteps" version into the list}}
{{note|While no lightmap data is generated on nodraw faces, nodraw brushes still cast shadows.}}
{{note|While no lightmap data is generated on nodraw faces, nodraw brushes still cast shadows.}}
{{note|Despite common misconception, it is not necessary to use nodraw on faces that are outside the map and faces that are flush with other faces '''of the same entity''', as these are automatically removed by [[VBSP]]. Additionally, [[func_detail]] faces which touch structural faces will be removed, but vice versa will not (faces completely obscured by func_detail should still be nodrawn).}}
{{note|Despite common misconception, it is not necessary to use nodraw on faces that are outside the map and faces that are flush with other faces '''of the same entity''', as these are automatically removed by [[VBSP]]. Additionally, [[func_detail]] faces which touch structural faces will be removed, but vice versa will not (faces completely obscured by func_detail should still be nodrawn).}}
|- id="origin"
|- id="origin"
| [[File:Toolsorigin.gif|64px]]
| [[File:Toolsorigin.gif|64px]]
| <center>toolsorigin</center>
| <center>{{mono|toolsorigin}}</center>
| {{N/A}}
| {{N/A}}
| {{No}}
| {{No}}
Line 144: Line 140:
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{ModernDeprecated|Leftover from {{gldsrc|2}}, where a brush with this texture was used to set the rotation origin of rotating [[entity|entities]]. It is still functional in Source (overriding the entity's origin keyvalue) but no longer necessary. When placed outside of a brush entity, the compiler will fail with the error <tt>origin brushes not allowed in world</tt>.}}
| {{Deprecated}} Leftover from {{gldsrc|2}}, where a brush with this texture was used to set the rotation origin of rotating [[entity|entities]]. It is still functional in Source (overriding the entity's origin keyvalue) but no longer necessary. When placed outside of a brush entity, the compiler will fail with the error "{{mono|origin brushes not allowed in world}}".
|- id="blocklos"
|- id="blocklos"
| [[File:Toolsblocklos.gif|64px]]
| [[File:Toolsblocklos.gif|64px]]
| <center>toolsblock_los</center>
| <center>{{mono|toolsblock_los}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 156: Line 152:
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| Blocks the [[line of sight]] of [[NPC]]s and [[bot]]s.<br> {{Ent|mat_wireframe|1/2}} will reveal that, while this texture doesn't block [[visleaf|visleaves]], it draws crossing polygons, and they alone are capable of preventing the engine from rendering enveloped brushwork. This can be worked around by turning the Block LOS–textured brush into a {{Ent|func_brush}} with its <tt>Solidity</tt> keyvalue set to a solid state. (A Block LOS <tt>func_brush</tt> can still be traversed in this state.)
| Blocks the [[line of sight]] of [[NPC]]s and [[bot]]s.<br> {{cmd|mat_wireframe|1/2}} will reveal that, while this texture doesn't block [[visleaf|visleaves]], it draws crossing polygons, and they alone are capable of preventing the engine from rendering enveloped brushwork. This can be worked around by turning the Block LOS–textured brush into a {{ent|func_brush}} with its {{mono|Solidity}} keyvalue set to a solid state. (A Block LOS {{mono|func_brush}} can still be traversed in this state.)
|- id="blocklight"
|- id="blocklight"
| [[File:Toolsblocklight.gif|64px]]
| [[File:Toolsblocklight.gif|64px]]
| <center>toolsblocklight</center>
| <center>{{mono|toolsblocklight}}</center>
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
Line 171: Line 167:
|- id="trigger"
|- id="trigger"
| [[File:Toolstrigger.gif|64px]]
| [[File:Toolstrigger.gif|64px]]
| <center>toolstrigger</center>
| <center>{{mono|[[Triggers|toolstrigger]]}}</center>
| {{Yes}}
| {{Yes}}
| {{No}}
| {{No}}
Line 180: Line 176:
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| Used on [[trigger]]s and on {{Ent|func_viscluster}} entities.
| Used on [[trigger]]s and on {{ent|func_viscluster}} entities. Visible if used on an entity without EF_NODRAW.
|}
|}


Line 186: Line 182:
These tool textures are only available in specific Source engine games.
These tool textures are only available in specific Source engine games.
{| class="standard-table"
{| class="standard-table"
|- style="z-index:1; position:sticky; top:0"
|- style="z-index:1; position:sticky; top:0;border:2px solid #525252;"
! width="64px" | Image
! width="64px" style="background-color: #323232;color:white" | Image
! width="100px" | Name
! width="110px" style="background-color: #323232;color:white" | Filename
! width="75px" | Visible if <br /> [[world brush]]
! width="75px" style="background-color: #323232;color:white" | Visible if <br /> [[world brush]]
! width="75px" | Casts shadows
! width="75px" style="background-color: #323232;color:white" | Casts shadows
! width="75px" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" style="background-color: #323232;color:white" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" | Blocks NPC [[LOS]]
! width="75px" style="background-color: #323232;color:white" | Blocks NPC [[LOS]]
! width="75px" | Solid to NPCs
! width="75px" style="background-color: #323232;color:white" | Solid to NPCs
! width="75px" | Solid to player(s)
! width="75px" style="background-color: #323232;color:white" | Solid to player(s)
! width="75px" | Solid to physics
! width="75px" style="background-color: #323232;color:white" | Solid to physics
! width="75px" | Solid to bullets
! width="75px" style="background-color: #323232;color:white" | Solid to bullets
! Usage / Notes
! style="background-color: #323232;color:white" | Usage / Notes
|- id="black_cheap"
|- id="black_cheap"
| [[File:Toolsblack.gif|64px]]
| [[File:Toolsblack.gif|64px]]
| <center>Black Cheap</center>
| <center>{{mono|toolsblack_cheap}}</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
Line 209: Line 205:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (Marks)}}
| {{Yes|Yes <br /> (Marks)}}
| {{Portal2}} Identical to <tt>Tools/ToolsBlack</tt>, the only difference is that uses special <code>"black"</code> shader.<br/> {{Gmod}} has a replacement that works with older engines. <br/>{{todo|Find more about <code>"black"</code> shader}}
| {{p2}} Identical to {{mono|ToolsBlack}}, the only difference is that uses a special {{code|preset=2|[[Black]]}} shader.<br/> {{gmod}} has a replacement that works with older engines.
|- id="black_nofog"
|- id="black_nofog"
| [[File:Toolsblack.gif|64px]]
| [[File:Toolsblack.gif|64px]]
| <center>Black Nofog</center>
| <center>{{mono|toolsblack_nofog}}</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
Line 221: Line 217:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (Marks)}}
| {{Yes|Yes <br /> (Marks)}}
| {{l4dseries}} Identical to <tt>Tools/ToolsBlack</tt>, but no fog will appear in front of it. Uses the {{Ent|UnlitGeneric}} shader.<br>
| {{l4dseries}} Identical to {{mono|ToolsBlack}}, but no fog will appear in front of it. Uses the [[UnlitGeneric]] shader.<br>
Inherits various City17 [[%25keywords]] from <tt>Tools/ToolsBlack</tt>.
Inherits various City17 [[%25keywords]] from {{mono|ToolsBlack}}.
|- id="black_noportal"
|- id="black_noportal"
| [[File:Toolsblack.gif|64px]]
| [[File:Toolsblack.gif|64px]]
| <center>Black Noportal</center>
| <center>{{mono|toolsblack_noportal}}</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
Line 234: Line 230:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (Marks)}}
| {{Yes|Yes <br /> (Marks)}}
| {{Portal2}} Identical to <tt>Tools/ToolsBlack</tt>. Seems to have been intended as a non-portalable version, but this is already the case with the normal texture in the final game.
| {{p2}} Identical to {{mono|ToolsBlack}}. Seems to have been intended as a non-portalable version, but this is already the case with the normal texture in the final game.  
|- id="black_noportal_nofog"
|- id="black_noportal_nofog"
| [[File:Toolsblack.gif|64px]]
| [[File:Toolsblack.gif|64px]]
| <center>Black Noportal Nofog</center>
| <center>{{mono|toolsblack_noportal_nofog}}</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
Line 246: Line 242:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (Marks)}}
| {{Yes|Yes <br /> (Marks)}}
| {{Portal2}} Identical to <tt>Tools/ToolsBlack</tt>, but does not render fog.
| {{p2}} Identical to {{mono|ToolsBlack}}, but does not render fog.
|- id="black_noportal_skybox"
|- id="black_noportal_skybox"
| [[File:Toolsblack.gif|64px]]
| [[File:Toolsblack.gif|64px]]
| <center>Black Noportal Skybox</center>
| <center>{{mono|toolsblack_noportal_skybox}}</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
Line 258: Line 254:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (Marks)}}
| {{Yes|Yes <br /> (Marks)}}
| {{Portal2}} Identical to <tt>Tools/ToolsBlack_Cheap</tt>.
| {{p2}} Functions like {{mono|ToolsBlack_Cheap}} but uses a {{code|[[$basetexture]]}} and contains keywords from {{hl2|2|nt=0}}. Because the {{code|[[$basetexture]]}} parameter doesn't have any effect on the {{code|preset=2|[[Black]]}} shader, this hints that the material could have previously used the {{code|[[UnlitGeneric]]}} shader.
|- id="nolight"
|- id="nolight"
| [[File:Toolsblack.gif|64px]]
| [[File:Toolsblack.gif|64px]]
| <center>Nolight</center>
| <center>{{mono|toolsnolight}}</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
Line 270: Line 266:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (Marks)}}
| {{Yes|Yes <br /> (Marks)}}
| {{as}} Identical to <tt>Tools/ToolsBlack</tt>, but for some reason is used instead.
| {{as}} Identical to {{mono|ToolsBlack}}, but for some reason is used instead.
|- id="nolight_arkane"
| [[File:Toolsblack.gif|64px]]
| <center>Black Arkane</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{N/A}}
| {{dmmm}} Identical to <tt>Tools/ToolsBlack</tt>, but for some reason is used instead.
|- id="white_arkane"
| [[File:Toolswhite.gif|64px]]
| <center>White Arkane</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{N/A}}
| {{dmmm}} Identical to <tt>Tools/ToolsWhite</tt>, but for some reason is used instead.
|- id="blockbullets"
|- id="blockbullets"
| [[File:Toolsblockbullets.gif|64px]]
| [[File:Toolsblockbullets.gif|64px]]
| <center>Block Bullets 2</center>
| <center>{{mono|toolsblockbullets2}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 306: Line 278:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (No Marks)}}
| {{Yes|Yes <br /> (No Marks)}}
| {{tf2}} Identical to <tt>Tools/ToolsBlockBullets</tt>, but doesn't cut [[visleaf|visleaves]].
| {{tf2}} Identical to {{mono|ToolsBlockBullets}}, but doesn't cut [[visleaf|visleaves]].
|- id="toolsblocksbullets_forcefield"
| [[File:Toolsblockbullets.gif|64px]]
| <center>Blocks Bullets Forcefield</center>
| {{No}}
| {{No}}
| {{Yes}}
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes | Yes <br /> (No Marks)}}
| {{sineps}} Identical to <tt>Tools/ToolsBlockBullets</tt>, but uses the "forcefield" [[$surfaceprop|surfaceprop]].
|- id="nodrawroof"
|- id="toolinvisiblenonsolid"
| [[File:Toolsinvisiblenonsolid.jpg|64px]]
| <center>Invisible<br />Non-Solid</center>
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{sineps}} Not solid to anything, but blocks LOS.
Useful as a utility texture, like buttons you should be able to clip into.
|- id="nodrawroof"
|- id="nodrawroof"
|[[File:Toolsnodraw.gif|64px]]
|[[File:Toolsnodraw.gif|64px]]
| <center>Nodraw Roof</center>
| <center>{{mono|toolsnodraw_roof}}</center>
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
Line 344: Line 290:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (No Marks)}}
| {{Yes|Yes <br /> (No Marks)}}
| {{css}} Identical to <tt>Tools/ToolsNodraw</tt>, but with a different texture name.
| {{css}} Identical to {{mono|ToolsNodraw}}, but with a different texture name.
|- id="nodrawwood"
|- id="nodrawwood"
|[[File:Toolsnodraw.gif|64px]]
|[[File:Toolsnodraw.gif|64px]]
| <center>Nodraw Wood</center>
| <center>{{mono|toolsnodraw_wood}}</center>
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
Line 356: Line 302:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (No Marks)}}
| {{Yes|Yes <br /> (No Marks)}}
| {{css}} Identical to <tt>Tools/ToolsNodraw</tt>, but will make wood impact sounds when hit.
| {{css}} Identical to {{mono|ToolsNodraw}}, but will make wood impact sounds when hit.
|- id="nodrawstone"
|[[File:Toolsnodraw.gif|64px]]
| <center>Nodraw Stone</center>
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{N/A}}
| {{dmmm}} Identical to <tt>Tools/ToolsNodraw</tt>, but will make stone impact sounds when hit.
|- id="nodrawinvisible"
|[[File:toolsnodrawinvisible.jpg|64px]]
| <center>Nodraw<br />Invisible</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{N/A}}
| {{dmmm}} A translucent Nodraw texture. Cannot be used to seal the map.
|- id="nodrawnoshadow"
|[[File:toolsnodrawnoshadow.jpg|64px]]
| <center>Nodraw<br />Noshadow</center>
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{N/A}}
| {{dmmm}} Identical to Nodraw but does not cast any shadows.
{{ModernConfusion| {{l4dseries}} Uses the Invisible texture instead.}}
|- id="nodrawnoshadow"
|- id="nodrawnoshadow"
|[[File:Toolsnodraw_metal.png|64px]]
|[[File:Toolsnodraw_metal.png|64px]]
| <center>Nodraw Metal</center>
| <center>{{mono|toolsnodraw_metal}}</center>
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
Line 405: Line 314:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (No Marks)}}
| {{Yes|Yes <br /> (No Marks)}}
| {{l4d2}} Identical to <tt>Tools/ToolsNodraw</tt> but with metal [[$surfaceprop|surfaceprop]], Does not show metal marks. You may want to use <tt>Tools/Invismetal</tt> instead.
| {{l4d2}} Identical to {{mono|ToolsNodraw}} but with metal [[$surfaceprop|surfaceprop]]. Does not show metal marks. You may want to use {{mono|Invismetal}} instead.
|- id="nodrawsurfaceprop"
|[[File:toolsnodrawnoshadow.jpg|64px]]
| <center>Nodraw Surfaceprop</center>
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{N/A}}
| {{dmmm}} Seven, materials all identical to <tt>Tools/ToolsNodraw</tt> but using different [[$surfaceprop|surfaceprop]] types (chitin, dirt, grass, metal, sand, stone, wood) and not casting any shadows.
|- id="nodrawportalable"
|- id="nodrawportalable"
|[[File:Nodraw_portalable.png|64px]]
|[[File:Nodraw_portalable.png|64px]]
| <center>Nodraw Portalable</center>
| <center>{{mono|toolsnodraw_portal}}</center>
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
Line 429: Line 326:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (No Marks)}}
| {{Yes|Yes <br /> (No Marks)}}
| {{portal2}} Identical to <tt>Tools/ToolsNodraw</tt>, but portals can be placed on this texture.
| {{p2}} Identical to {{mono|ToolsNodraw}}, but portals can be placed on this texture.
|- id="viscluster"
|-
| [[File:Tools_Viscluster.png|64px]]
| <center>Viscluster</center>
| {{Yes}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{bms}} Identical to Trigger, but used for {{Ent|func_viscluster}}.
|- id="xogvolume"
| [[File:Tools_xogvolume.png|64px]]
| <center>XOG Volume</center>
| {{Yes}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{bms}} Identical to Trigger, but used for {{Ent|newxog_volume}}.
|- id="csmvolume"
| [[File:Tools_csm_volume.png|64px]]
| <center>CSM Volume</center>
| {{Yes}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{bms}} Identical to Trigger, but used for {{Ent|trigger_csm_volume}}.
|- id="colorcorrection"
| [[File:Tools_color_correction.png|64px]]
| <center>Color Correction</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{No}}
| {{bms}} A tool texture used for {{Ent|color_correction_volume}}.
|- id="soundscapetrigger"
| [[File:Toolstrigger soundscape.png|64px]]
| <center>Soundscape Trigger</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{No}}
| {{bms}} A tool texture used for {{Ent|trigger_soundscape}}.
|}
|}


== Optimization ==
== Optimization ==
{| class="standard-table"
{| class="standard-table"
|- style="z-index:1; position:sticky; top:0"
|- style="z-index:1; position:sticky; top:0;border:2px solid #525252;"
! width="64px" | Image
! width="64px" style="background-color: #323232;color:white" | Image
! width="100px" | Filename
! width="110px" style="background-color: #323232;color:white" | Filename
! width="75px" | Visible if <br /> [[world brush]]
! width="75px" style="background-color: #323232;color:white" | Visible if <br /> [[world brush]]
! width="75px" | Casts shadows
! width="75px" style="background-color: #323232;color:white" | Casts shadows
! width="75px" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" style="background-color: #323232;color:white" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" | Blocks NPC [[LOS]]
! width="75px" style="background-color: #323232;color:white" | Blocks NPC [[LOS]]
! width="75px" | Solid to NPCs
! width="75px" style="background-color: #323232;color:white" | Solid to NPCs
! width="75px" | Solid to player(s)
! width="75px" style="background-color: #323232;color:white" | Solid to player(s)
! width="75px" | Solid to physics
! width="75px" style="background-color: #323232;color:white" | Solid to physics
! width="75px" | Solid to bullets
! width="75px" style="background-color: #323232;color:white" | Solid to bullets
! Usage / Notes
! style="background-color: #323232;color:white" | Usage / Notes
|- id="areaportal"
|- id="areaportal"
| [[File:Toolsareaportal.gif|64px]]
| [[File:Toolsareaportal.gif|64px]]
| <center>[[Areaportal|toolsareaportal]]</center>
| <center>{{mono|[[Areaportal|toolsareaportal]]}}</center>
| {{Yes}}
| {{Yes}}
| {{No}}
| {{No}}
Line 517: Line 355:
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| Use with [[areaportal]]s (<code>{{Ent|func_areaportal}}s</code> and <code>{{Ent|func_areaportalwindow}}s</code>). Can be used with other brush entities, such as some triggers.
| Use with [[areaportal]]s (<code>{{ent|func_areaportal}}s</code> and <code>{{ent|func_areaportalwindow}}s</code>). Can be used with other brush entities, such as some triggers.
|- id="hint"
|- id="hint"
| [[File:Toolshint.gif|64px]]
| [[File:Toolshint.gif|64px]]
| <center>[[Hint brush|toolshint]]</center>
| <center>{{mono|[[Hint brush|toolshint]]}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 529: Line 367:
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| Instructs [[VVIS]] to cut [[visleaves]] along this texture, but does nothing else.
| Instructs [[VBSP]] to cut [[visleaves]] along this texture, but does nothing else.
|- id="skip"
|- id="skip"
| [[File:Toolsskip.gif|64px]]
| [[File:Toolsskip.gif|64px]]
| <center>[[Skip|toolsskip]]</center>
| <center>{{mono|[[Skip|toolsskip]]}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 543: Line 381:
| Has no effect on anything (except [[weapon c4|bomb]] in {{css}}). Skip faces are removed during compile, so a brush textured with Skip won't prevent leaks.
| Has no effect on anything (except [[weapon c4|bomb]] in {{css}}). Skip faces are removed during compile, so a brush textured with Skip won't prevent leaks.
Useful in combination with Hint tool textures (to prevent the other sides from cutting vis) and as a tool in Hammer for grouping, moving and place-holding objects.
Useful in combination with Hint tool textures (to prevent the other sides from cutting vis) and as a tool in Hammer for grouping, moving and place-holding objects.
{{bug|In {{css}}, skip brushes act as [[clip]] brushes for the [[weapon c4|bomb]].
{{bug|hidetested=1|In {{css}}, 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.}} }}
|- id="occluder"
|- id="occluder"
| [[File:Toolsoccluder.gif|64px]]
| [[File:Toolsoccluder.gif|64px]]
| <center>[[Occluder|toolsoccluder]]</center>
| <center>{{mono|[[Occluder|toolsoccluder]]}}</center>
| {{Yes}}
| {{Yes}}
| {{No}}
| {{No}}
Line 556: Line 394:
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| Used only for the occluding sides of {{Ent|func_occluder}} entities.
| Used only for the occluding sides of {{ent|func_occluder}} entities.
Unlike toolstrigger, toolsoccluder will correctly work when VBSP is compiled with {{code|-nodrawtriggers}}.
Unlike toolstrigger, toolsoccluder will correctly work when VBSP is compiled with {{code|-nodrawtriggers}}.
|}
|}
Line 563: Line 401:
=== Clips — Common ===
=== Clips — Common ===
These tool textures are available in every source engine game.<br>
These tool textures are available in every source engine game.<br>
Some of these textures have special function in some games. These special functions are noted by having the game's icon listed in the description (such as {{css}},{{csgo}},{{l4dseries}}, etc.).
Some of these textures have special function in some games. These special functions are noted by having the game's icon listed in the description (such as {{css}}, {{csgo}}, {{l4dseries}}, {{p2}}, etc.).
{| class="standard-table"
{| class="standard-table"
|- style="z-index:1; position:sticky; top:0"
|- style="z-index:1; position:sticky; top:0;border:2px solid #525252;"
! width="64px" | Image
! width="64px" style="background-color: #323232;color:white" | Image
! width="100px" | Filename
! width="110px" style="background-color: #323232;color:white" | Filename
! width="75px" | Visible if <br /> [[world brush]]
! width="75px" style="background-color: #323232;color:white" | Visible if <br /> [[world brush]]
! width="75px" | Casts shadows
! width="75px" style="background-color: #323232;color:white" | Casts shadows
! width="75px" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" style="background-color: #323232;color:white" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" | Blocks NPC [[LOS]]
! width="75px" style="background-color: #323232;color:white" | Blocks NPC [[LOS]]
! width="75px" | Solid to NPCs
! width="75px" style="background-color: #323232;color:white" | Solid to NPCs
! width="75px" | Solid to player(s)
! width="75px" style="background-color: #323232;color:white" | Solid to player(s)
! width="75px" | Solid to physics
! width="75px" style="background-color: #323232;color:white" | Solid to physics
! width="75px" | Solid to bullets
! width="75px" style="background-color: #323232;color:white" | Solid to bullets
! Usage / Notes
! style="background-color: #323232;color:white" | Usage / Notes
|- id="clip"
|- id="clip"
| [[File:Toolsclip.gif|64px]]
| [[File:Toolsclip.gif|64px]]
| <center>toolsclip</center>
| <center>{{mono|toolsclip}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 596: Line 434:
|- id="npcclip"
|- id="npcclip"
| [[File:Toolsnpcclip.gif|64px]]
| [[File:Toolsnpcclip.gif|64px]]
| <center>toolsnpcclip</center>
| <center>{{mono|toolsnpcclip}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 608: Line 446:
|- id="playerclip"
|- id="playerclip"
| [[File:Toolsplayerclip.gif|64px]]
| [[File:Toolsplayerclip.gif|64px]]
| <center>toolsplayerclip</center>
| <center>{{mono|toolsplayerclip}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 623: Line 461:
|- id="playercont"
|- id="playercont"
| [[File:Toolsplayercont.gif|64px]]
| [[File:Toolsplayercont.gif|64px]]
| <center>toolsplayercontrolclip</center>
| <center>{{mono|toolscontrolclip}}</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
Line 632: Line 470:
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (Marks)}}
| {{Yes|Yes <br /> (Marks)}}
| {{hl2ep2|removed}}{{Gmod|also}}
| {{src07|removed}} {{also|{{tf2}}}}
{{ModernDeprecated|This texture has to be tied to an entity to gain any special abilities, but '''what''' entity is not yet confirmed.
{{ModernDeprecated|This texture has to be tied to an entity to gain any special abilities, but '''what''' entity is not yet confirmed.
Seems that it is necessary for {{Ent|func_vehicleclip}}.<br> (See Player Clip above for the tool texture that restricts player movement.)}}
This texture, along with trigger, works on {{ent|func_vehicleclip}}. It was removed in {{hl2|1}} base since {{src07|1}}, but exist in {{tf2|1}} and {{src2|1}}.<br> (See Player Clip above for the tool texture that restricts player movement.)}}
|}
|}


Line 640: Line 478:
These tool textures are only available in specific Source engine games.
These tool textures are only available in specific Source engine games.
{| class="standard-table"
{| class="standard-table"
|- style="z-index:1; position:sticky; top:0"
|- style="z-index:1; position:sticky; top:0;border:2px solid #525252;"
! width="64px" | Image
! width="64px" style="background-color: #323232;color:white" | Image
! width="100px" | Name
! width="110px" style="background-color: #323232;color:white" | Filename
! width="75px" | Visible if <br /> [[world brush]]
! width="75px" style="background-color: #323232;color:white" | Visible if <br /> [[world brush]]
! width="75px" | Casts shadows
! width="75px" style="background-color: #323232;color:white" | Casts shadows
! width="75px" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" style="background-color: #323232;color:white" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" | Blocks NPC [[LOS]]
! width="75px" style="background-color: #323232;color:white" | Blocks NPC [[LOS]]
! width="75px" | Solid to NPCs
! width="75px" style="background-color: #323232;color:white" | Solid to NPCs
! width="75px" | Solid to player(s)
! width="75px" style="background-color: #323232;color:white" | Solid to player(s)
! width="75px" | Solid to physics
! width="75px" style="background-color: #323232;color:white" | Solid to physics
! width="75px" | Solid to bullets
! width="75px" style="background-color: #323232;color:white" | Solid to bullets
! Usage / Notes
! style="background-color: #323232;color:white" | Usage / Notes
|- id="grenadeclip"
|- id="grenadeclip"
| [[File:Toolsgrenadeclip.png|64px]]
| [[File:Toolsgrenadeclip.png|64px]]
| <center>Grenade Clip</center>
| <center>{{mono|toolsgrenadeclip}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 664: Line 502:
| {{No}}
| {{No}}
| {{csgo}} Solid to grenades only.
| {{csgo}} Solid to grenades only.
|- id="stairs"
| [[File:Toolsstairs.png|64px]]
| <center>Stairs</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{Yes}}
| {{No}}
| {{No}}
| {{Infra}} Functionally the same to Player Clip, but allows for steeper angles when walking on, up to 63.4349488°.
|- id="droneclip"
|- id="droneclip"
| [[File:toolsdroneclip.jpg|64px]]
| [[File:toolsdroneclip.jpg|64px]]
| <center>Drone Clip</center>
| <center>{{mono|toolsdroneclip}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 688: Line 514:
| {{No}}
| {{No}}
| {{csgo}} Used to prevent [[drone]]s getting stuck on complex geometry.
| {{csgo}} Used to prevent [[drone]]s getting stuck on complex geometry.
|- id="xenleavesclip"
| [[File:Toolsclip_xenleavesversion.png|64px]]
| <center>Clip Xen Leaves Version</center>
| {{No}}
| {{No}}
| {{Yes}}
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{No}}
| {{bms}} A special clip used for clipping the leaves in Xen.
|- id="cameraclip"
| [[File:toolscameraclip.png|64px]]
| <center>Camera Clip</center>
| {{N/A}}
| {{N/A}}
| {{N/A}}
| {{N/A}}
| {{N/A}}
| {{N/A}}
| {{N/A}}
| {{N/A}}
| {{Todo|Figure out}} {{blade symphony}} Presumably solid to the camera{{confirm}}
|- id="playerclipinteractable"
| [[File:toolsplayerclip_interactable.png|64px]]
| <center>Player Clip Interactive</center>
| {{N/A}}
| {{N/A}}
| {{N/A}}
| {{N/A}}
| {{N/A}}
| {{N/A}}
| {{N/A}}
| {{N/A}}
| {{Todo|Figure out}} {{blade symphony}}
|}
|}


Line 729: Line 519:
=== Sky and Fog — Common ===
=== Sky and Fog — Common ===
These tool textures are available in every Source engine game.<br>
These tool textures are available in every Source engine game.<br>
Some of these textures have special function in some games. These special functions are noted by having the game's icon listed in the description (such as {{css}},{{csgo}},{{l4dseries}}, ect.).
Some of these textures have special function in some games. These special functions are noted by having the game's icon listed in the description (such as {{css}}, {{csgo}}, {{l4dseries}}, {{p2}}, etc.).
{| class="standard-table"
{| class="standard-table"
|- style="z-index:1; position:sticky; top:0"
|- style="z-index:1; position:sticky; top:0;border:2px solid #525252;"
! width="64px" | Image
! width="64px" style="background-color: #323232;color:white" | Image
! width="100px" |Filename
! width="110px" style="background-color: #323232;color:white" | Filename
! width="75px" | Visible if <br /> [[world brush]]
! width="75px" style="background-color: #323232;color:white" | Visible if <br /> [[world brush]]
! width="75px" | Casts shadows
! width="75px" style="background-color: #323232;color:white" | Casts shadows
! width="75px" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" style="background-color: #323232;color:white" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" | Blocks NPC [[LOS]]
! width="75px" style="background-color: #323232;color:white" | Blocks NPC [[LOS]]
! width="75px" | Solid to NPCs
! width="75px" style="background-color: #323232;color:white" | Solid to NPCs
! width="75px" | Solid to player(s)
! width="75px" style="background-color: #323232;color:white" | Solid to player(s)
! width="75px" | Solid to physics
! width="75px" style="background-color: #323232;color:white" | Solid to physics
! width="75px" | Solid to bullets
! width="75px" style="background-color: #323232;color:white" | Solid to bullets
! Usage / Notes
! style="background-color: #323232;color:white" | Usage / Notes
|- id="fog"
|- id="fog"
| [[File:Toolsfog.gif|64px]]
| [[File:Toolsfog.gif|64px]]
| <center>toolsfog</center>
| <center>{{mono|toolsfog}}</center>
| {{Yes}}
| {{Yes}}
| {{No}}
| {{No}}
Line 754: Line 544:
| {{Yes}}
| {{Yes}}
| {{Yes | Yes <br /> (Marks)}}
| {{Yes | Yes <br /> (Marks)}}
| No effect; uses nonexistent [[material map compile flags|compile flag]] {{ent|%CompileFog}}.
| No effect; uses nonexistent [[material map compile flags|compile flag]] [[%CompileFog]].
(You can use this for {{Ent|func_smokevolume}} instead of the Trigger texture, but NOT for {{Ent|func_dustcloud}}.)
(You can use this for {{ent|func_smokevolume}} instead of the Trigger texture, but NOT for {{ent|func_dustcloud}}.)
|- id="skybox"
|- id="skybox"
| [[File:Toolsskybox.png|64px]]
| [[File:Toolsskybox.png|64px]]
| <center>[[Skybox|toolsskybox]]</center>
| <center>{{mono|[[Skybox Basics|toolsskybox]]}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 767: Line 557:
| {{Yes}}
| {{Yes}}
| {{Yes | Yes <br /> (No Marks)}}
| {{Yes | Yes <br /> (No Marks)}}
| This texture is used to make 3D [[skybox]]es. Casts light if there is a {{Ent|light_environment}} entity in the map.<br> Cannot be used in the same [[PVS]] as the <tt>toolsskybox2d</tt> tool texture{{why}}.<br>Things such as another area of a map will render on top of the skybox. An areaportal can stop this from happening, but it's ''generally'' better practice to add more scenery to cover the stuff that shouldn't be seen, reposition those things out of view, or just don't have an opening in that area.
| This texture is used to make 3D [[skybox]]es. Casts light if there is a {{ent|light_environment}} entity in the map.<br>Things such as another area of a map will render on top of the skybox. An areaportal can stop this from happening, but it's ''generally'' better practice to add more scenery to cover the stuff that shouldn't be seen, reposition those things out of view, or just don't have an opening in that area.
|- id="skybox2d"
|- id="skybox2d"
| [[File:Toolsskybox2d.gif|64px]]
| [[File:Toolsskybox2d.gif|64px]]
| <center>[[Skybox (2D)|toolsskybox2d]]</center>
| <center>{{mono|[[Skybox (2D)|toolsskybox2d]]}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 780: Line 570:
| {{Yes | Yes <br /> (No Marks)}}
| {{Yes | Yes <br /> (No Marks)}}
| {{Src07|since}}
| {{Src07|since}}
Used to make 2D [[skybox]]es without displaying the [[3D Skybox]].<br>Casts light if there is a <tt>light_environment</tt> entity in the map. {{bug|Light cast from this texture can still be blocked by 3D skybox geometry.}}<br>Cannot be used in the same [[PVS]] as the <tt>toolsskybox</tt> tool texture.
Used to make 2D [[skybox]]es without displaying the [[3D Skybox]].<br>Casts light if there is a {{mono|light_environment}} entity in the map. {{bug|hidetested=1|Light cast from this texture can still be blocked by 3D skybox geometry.}}<br>No effect if used in the same [[PVS]] as the {{mono|toolsskybox}} tool texture.
|- id="skyfog"
|- id="skyfog"
| [[File:Toolsskyfog.gif|64px]]
| [[File:Toolsskyfog.gif|64px]]
| <center>toolsskyfog</center>
| <center>{{mono|toolsskyfog}}</center>
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
Line 792: Line 582:
| {{N/A}}
| {{N/A}}
| {{Yes | Yes <br /> (Marks)}}
| {{Yes | Yes <br /> (Marks)}}
| The SkyFog texture does not contain any properties. There is currently no existing corresponding Shader called "skyfog". (Generates error <code>Error: Material "tools/toolsskyfog" uses unknown shader "SkyFog"</code>.)
| The SkyFog texture does not contain any properties. There is currently no existing corresponding Shader called "skyfog". (Generates error <code>Error: Material "toolsskyfog" uses unknown shader "SkyFog"</code>.)
{{ModernConfirm|Can it be fixed to function properly if its [[VMT]] settings are changed in the Source code and recompiled?}}
{{ModernConfirm|Can it be fixed to function properly if its [[VMT]] settings are changed in the Source code and recompiled?}}
|- id="fog volume"
|- id="fog volume"
| [[File:Fogvolume.jpg|64px]]
| [[File:Fogvolume.jpg|64px]]
| <center>[[fog_volume|toolsfogvolume]]</center>
| <center>{{mono|[[fog_volume|toolsfogvolume]]}}</center>
| {{Yes}}
| {{Yes}}
| {{No}}
| {{No}}
Line 806: Line 596:
| {{No}}
| {{No}}
| {{l4d|since}}
| {{l4d|since}}
Used in conjunction with multiple {{Ent|env_fog_controller}}s to change fog colours and densities in a level.<br> Fog inside its volume will not appear to have different atributes when viewed from outside its volume, as it globally changes the appearance of all fog across the map when entered.  
Used in conjunction with multiple {{ent|env_fog_controller}}s to change fog colours and densities in a level.<br> Fog inside its volume will not appear to have different atributes when viewed from outside its volume, as it globally changes the appearance of all fog across the map when entered.  
|}
|}


=== Sky and Fog — Game-Specific ===
=== Sky and Fog — Game-Specific ===
These tool textures are only available in specific Source engine games.
These tool textures are only available in specific Source engine games.
{| class="standard-table"
 
! width="64px" | Image
There are no game specific tool textures in this section.
! width="100px" | Name
! width="75px" | Visible if <br /> [[world brush]]
! width="75px" | Casts shadows
! width="75px" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" | Blocks NPC [[LOS]]
! width="75px" | Solid to NPCs
! width="75px" | Solid to player(s)
! width="75px" | Solid to physics
! width="75px" | Solid to bullets
! Usage / Notes
|- id="skybox_nolight"
| [[File: Toolsskybox_nolight.jpg | 64px]]
| <center>Skybox<br />NoLight</center>
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{N/A}}
| {{dmmm}} Identical to <tt>Skybox</tt>, but does not cast any light rays.{{tip|This is also true of Nodraw in any game while the skybox is visible.}}
|}


== Miscellaneous ==
== Miscellaneous ==
Line 843: Line 610:


{| class="standard-table"
{| class="standard-table"
|- style="z-index:1; position:sticky; top:0"
|- style="z-index:1; position:sticky; top:0;border:2px solid #525252;"
! width="64px" | Image
! width="64px" style="background-color: #323232;color:white" | Image
! width="100px" | Name
! width="110px" style="background-color: #323232;color:white" | Filename
! width="75px" | Visible if <br /> [[world brush]]
! width="75px" style="background-color: #323232;color:white" | Visible if <br /> [[world brush]]
! width="75px" | Casts shadows
! width="75px" style="background-color: #323232;color:white" | Casts shadows
! width="75px" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" style="background-color: #323232;color:white" | Cuts <br /> [[visleaf|VIS leaves]]
! width="75px" | Blocks NPC [[LOS]]
! width="75px" style="background-color: #323232;color:white" | Blocks NPC [[LOS]]
! width="75px" | Solid to NPCs
! width="75px" style="background-color: #323232;color:white" | Solid to NPCs
! width="75px" | Solid to player(s)
! width="75px" style="background-color: #323232;color:white" | Solid to player(s)
! width="75px" | Solid to physics
! width="75px" style="background-color: #323232;color:white" | Solid to physics
! width="75px" | Solid to bullets
! width="75px" style="background-color: #323232;color:white" | Solid to bullets
! Usage / Notes
! style="background-color: #323232;color:white" | Usage / Notes
|- id="blockbomb"
|- id="blockbomb"
| [[File: blockbomb.jpg|64px]]
| [[File: blockbomb.jpg|64px]]
| <center>Block Bomb</center>
| <center>{{mono|toolsblockbomb}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 866: Line 633:
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{csgo}} Acts like <tt>Tools/ToolsInvisible</tt>. Possibly unimplemented.
| {{csgo}} Acts like {{mono|ToolsInvisible}}. Possibly unimplemented.
|- id="climb"
|- id="climb"
| <div style="text-align: center;">[[File:L4d2-Climb_versus.png|64px]]</div>
| <div style="text-align: center;">[[File:L4d2-Climb_versus.png|64px]]</div>
| <center>Climb</center>
| <center>{{mono|climb}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 879: Line 646:
| {{No}}
| {{No}}
| {{l4dseries}} A ladder only for Infected. '''Not''' visible to Infected Players during Versus, but can be climbed on. Use '''Climb Versus''' Instead. <br>
| {{l4dseries}} A ladder only for Infected. '''Not''' visible to Infected Players during Versus, but can be climbed on. Use '''Climb Versus''' Instead. <br>
Could be used in areas blocked by {{Ent|func_playerinfected_clip}} where Player Infected cannot go to and should be unable to see a climbing spot, but the AI should be able to use it for hordes.
Could be used in areas blocked by {{ent|func_playerinfected_clip}} where Player Infected cannot go to and should be unable to see a climbing spot, but the AI should be able to use it for hordes.
|- id="climbalpha"
|- id="climbalpha"
| <div style="text-align: center;">[[File:Climb alpha.png|64px]]</div>
| <div style="text-align: center;">[[File:Climb alpha.png|64px]]</div>
| <center>Climb Alpha</center>
| <center>{{mono|climb_alpha}}</center>
| {{Both|Visible to Infected}}
| {{Both|Visible to Infected}}
| {{No}}
| {{No}}
Line 891: Line 658:
| {{Yes}}
| {{Yes}}
| {{No}}
| {{No}}
| {{l4dseries}} Seemingly identical to '''Climb Versus'''. The only difference is that <tt>tools\climb_alpha.[[vmt]]</tt> uses {{Ent|$alphatest}}, while <tt>tools/climb_versus.vmt</tt> uses {{Ent|$additive}}.<br>
| {{l4dseries}} Same as '''Climb Versus''', with the only difference being that {{mono|climb_alpha}} uses [[$alphatest]], while {{mono|climb_versus}} uses [[$additive]].<br>
This texture may be usable in spots where the texture is applied over a translucent material, in order to fix [[$translucent#Flickering_and_Reversed_Depth|sorting issues]], but it has so far never been used in any official campaign.
This texture may be usable in spots where the texture is applied over a translucent material, in order to fix [[$translucent#Flickering_and_Reversed_Depth|sorting issues]], but it has so far never been used in any official campaign.
|- id="climb_versus"
|- id="climb_versus"
| <div style="text-align: center;">[[File:L4d2-Climb_versus.png|64px]]</div>
| <div style="text-align: center;">[[File:L4d2-Climb_versus.png|64px]]</div>
| <center>Climb Versus</center>
| <center>{{mono|climb_versus}}</center>
| {{Both|Visible to Infected}}
| {{Both|Visible to Infected}}
| {{No}}
| {{No}}
Line 904: Line 671:
| {{Yes}}
| {{Yes}}
| {{No}}
| {{No}}
| {{l4dseries}} A ladder only for infected. Must be used with {{Ent|func_ladder}}; otherwise, it will be ignored by the navigation mesh editor.<br>
| {{l4dseries}} A ladder only for infected. Must be used with {{ent|func_ladder}}; otherwise, it will be ignored by the navigation mesh editor.<br>
|- id="hulkwall"
| <div style="text-align: center;">[[File:Hulkwall.png|64px]]</div>
| <center>{{mono|hulkwall}}</center>
| {{Both|Visible to Infected}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{l4dseries}} This is an obsolete visual cue texture of a wall that can be broken by special infected players.<br>The texture itself has no special abilities other than being invisible to survivors.<br>This texture is since superceeded by <code>../effects/tankwall</code>. But this one was not removed from the game.<br>See [[L4D_Level_Design/Versus_Maps#Making_the_visible_cue_for_breakable_walls|This page]] for further information.
|- id="hulkwallglow"
| <div style="text-align: center;">[[File:Hulkwallglow.png|64px]]</div>
| <center>{{mono|hulkwallglow}}</center>
| {{Both|Visible to Infected}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{l4dseries}} This is an obsolete visual cue texture of a wall that can be broken by special infected players.<br>The texture itself has no special abilities other than being invisible to survivors.<br>This texture is since superceeded by <code>../effects/tankwall</code>. But this one was not removed from the game.<br>See [[L4D_Level_Design/Versus_Maps#Making_the_visible_cue_for_breakable_walls|This page]] for further information.
|- id="tankwall"
| <div style="text-align: center;">[[File:L4d-effects-tankwall.png|64px]]</div>
| <center>{{mono|../effects/tankwall}}</center>
| {{Both|Visible to Infected}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{yes}}
| {{l4dseries}} This is the "new" visual cue texture of a wall that can be broken by special infected players.<br>The texture itself has no special abilities other than being invisible to survivors.<br>See [[L4D_Level_Design/Versus_Maps#Making_the_visible_cue_for_breakable_walls|This page]] for further information.
|- id="dotted"
|- id="dotted"
| <div style="text-align: center;">[[File:Toolsdotted.png|64px]]</div>
| <div style="text-align: center;">[[File:Toolsdotted.png|64px]]</div>
| <center>Dotted</center>
| <center>{{mono|toolsdotted}}</center>
| {{Yes}}
| {{Yes}}
| {{No}}
| {{No}}
Line 917: Line 720:
| {{Yes | Yes <br /> (Marks)}}
| {{Yes | Yes <br /> (Marks)}}
| A face textured with this texture is rendered on top of all other brush geometry. Furthermore, a brush with Dotted on any face will not block visibility or cull any face that it touches, meaning that any area enclosed in a Dotted-textured brush will not be removed from the map in any way.
| A face textured with this texture is rendered on top of all other brush geometry. Furthermore, a brush with Dotted on any face will not block visibility or cull any face that it touches, meaning that any area enclosed in a Dotted-textured brush will not be removed from the map in any way.
|- id="toolsdynamicdifficulty"
{{confirm|This effect is probably just due to having {{cmd|$alphatest}}.}}
| [[File:toolsdynamicdifficulty.jpg|64px]]
| <center>Dynamic Difficulty</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes | Yes <br /> (Marks)}}
| {{sineps}} Solid to grenades. Tied to the {{Ent|trigger_dynamic_difficulty}} entity for the game's difficulty system.
|- id="func_fishes"
| [[File: tools_func_fishes.jpg|64px]]
| <center>Func Fishes</center>
| {{Yes}}
| {{No}}
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{N/A}}
| {{dmmm}} Used with the {{Ent|func_fishes}} entity to spawn fish inside of its volume.
|- id="func_leaves"
| [[File: tools_func_leaves.jpg|64px]]
| <center>Func Leaves</center>
| {{Yes}}
| {{No}}
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{N/A}}
| {{dmmm}} Used with the {{Ent|func_leaves}} entity to spawn leaves particles inside its volume.
|- id="tools_gray"
| [[File: toolsgray.jpg|64px]]
| <center>Gray</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{N/A}}
| {{dmmm}} Purpose unknown; just a gray texture.
|- id="hide"
| [[File:Toolshide.png|64px]]
| <center>Hide</center>
| {{Yes}}
| {{No}}
| {{Yes}}
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{bms}} A gradient from transparent to black.
{{csgo}} Has identical texture called <tt>cs_assault/assault_hide01</tt>.
|- id="interactive"
| [[File:toolsinteractive.jpg|64px]]
| <center>Interactive</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes | Yes <br /> (No Marks)}}
| {{ship}} Utility texture tied to the {{Ent|ship_base_interaction}} brush entity to specify the only surfaces available for the player to interact with the entity.
|- id="invisibledisplacement"
|- id="invisibledisplacement"
| [[File:Toolsinvisibledisplacement.gif|64px]]
| [[File:Toolsinvisibledisplacement.gif|64px]]
| <center>Invisible Displacement</center>
| <center>{{mono|toolsinvisibledisplacement}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 1,001: Line 732:
| {{Yes}}
| {{Yes}}
| {{both | Depends on game}}
| {{both | Depends on game}}
| Light is not blocked by this texture, except in {{csgo}}.<br>
| {{tf2|only}}</br>Light is not blocked by this texture, except in {{csgo}}.<br>
Despite being in the <tt>Materials/Tools</tt> folder, this is not a tool texture. It has no abilities. It is simply an invisible texture used for [[Clip_texture|displacement clipping]], where you make an invisible displacement instead of a clip brush because making intricate clip brushes is difficult.<br>
Despite being in the {{mono|Materials/Tools}} folder, this is not a tool texture. It has no abilities. It is simply an invisible texture used for [[Clip_texture|displacement clipping]], where you make an invisible displacement instead of a clip brush because making intricate clip brushes is difficult.<br>
{{tf2}} Uses {{Ent|$decal|1}} and {{Ent|$surfaceprop|"dirt"}}.<br>
{{tf2}} Uses {{cmd|$decal|1}} and {{cmd|$surfaceprop|"dirt"}}.<br>
|- id="Clear"
|- id="Clear"
| [[File:Toolswhite.gif|64px]]
| [[File:Toolswhite.gif|64px]]
| <center>Clear</center>
| <center>{{mono|../effects/clear}}</center>
| {{Both|Fully Translucent}}
| {{Both|Fully Translucent}}
| {{Both|Depends on use}}
| {{Both|Depends on use}}
Line 1,015: Line 746:
| {{Yes}}
| {{Yes}}
| {{Both|Depends on use}}
| {{Both|Depends on use}}
| {{l4dseries}} Basic {{Ent|LightmappedGeneric}} that has no abilities other than being invisible.<br>
| {{l4dseries}} Basic [[LightmappedGeneric]] that has no abilities other than being invisible.<br>
Officially used like <tt>tools/invisibledisplacement</tt> for [[Clip_texture|displacement clipping]].<br>
Officially used like {{mono|invisibledisplacement}} for [[Clip_texture|displacement clipping]].<br>
Has no VMT properties other than {{Ent|$alphatest|1}}.
Has no VMT properties other than {{cmd|$alphatest|1}}.
|- id="Invismetal"
|- id="Invismetal"
| [[File:Toolinvismetal.png|64px]]
| [[File:Toolinvismetal.png|64px]]
| <center>Invismetal</center>
| <center>{{mono|invismetal}}</center>
| {{No}}
| {{No}}
| {{No}}
| {{No}}
Line 1,029: Line 760:
| {{Yes}}
| {{Yes}}
| {{No}}
| {{No}}
| {{l4dseries}} Invisible texture, with metal [[$surfaceprop|surface properties.]] Simmilar to how Nodraw Metal should have worked.<br>
| {{css}} {{l4dseries}} Invisible texture, with metal [[$surfaceprop|surface properties.]] Simmilar to how Nodraw Metal should have worked.<br>
Creates metal sparks when shot, but bullets pass through.<br>
Creates metal sparks when shot, but bullets pass through.<br>
Does not seal maps.<br>
Does not seal maps.<br>
{{tip|You may want to edit the VMT to add <code>%CompileDetail 1</code> to prevent it from cutting visleaves, which makes it much more useful. Alternatively, tie it to a {{Ent|func_detail}} or other entity.}}
{{tip|You may want to edit the VMT to add <code>%CompileDetail 1</code> to prevent it from cutting visleaves, which makes it much more useful. Alternatively, tie it to a {{ent|func_detail}} or other entity.}}
{{modernConfirm |An invisimetal texture also exists in {{bms}}, although it uses a different texture. Does it work the same?}}
{{modernConfirm |An invisimetal texture also exists in {{bms}}, although it uses a different texture. Does it work the same?}}
|- id="Locked"
|- id="Locked"
Line 1,047: Line 778:
| This is a special tool texture, intended to prevent [[VMEX]] from decompiling any maps using this custom tool texture. [[BSPSource]] ignores this, rendering it useless.
| This is a special tool texture, intended to prevent [[VMEX]] from decompiling any maps using this custom tool texture. [[BSPSource]] ignores this, rendering it useless.
It does not '''really''' exist, as every user has to make their own, but it is listed here for completeness sake.
It does not '''really''' exist, as every user has to make their own, but it is listed here for completeness sake.
|- id="noninteractive"
| [[File:toolsnoninteractive.jpg|64px]]
| <center>Non-Interactive</center>
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes|Yes <br /> (No Marks)}}
| {{ship}} Utility texture tied to the {{Ent|ship_base_interaction}} brush entity as a measure to help identify surfaces from which the player are unable to interact with said entity.
|- id="shiproom"
| [[File:toolsshiproom.jpg|64px]]
| <center>Ship Room</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes | Yes <br /> (No Marks)}}
| {{ship}} Utility texture tied to the {{Ent|ship_trigger_room}} brush entity to create several different rooms and special areas on the ship.
|- id="tools_vitrail_light"
| [[File: tools_vitrail_light.jpg|64px]]
| <center>Vitrail Light</center>
| {{Yes}}
| {{No}}
| {{No}}
| {{No}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{N/A}}
| {{dmmm}} Purpose currently unknown, properly used with some type of brush entity.
|- id="toolswarmlight"
|- id="toolswarmlight"
| [[File:Toolswarmlight.png|64px]]
| [[File:Toolswarmlight.png|64px]]
| <center>Warm Light</center>
| <center>{{mono|toolswarmlight}}</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
Line 1,094: Line 789:
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{l4dseries}} Basic {{Ent|UnlitGeneric}} texture that has no abilities.<br>
| {{l4dseries}} Basic [[UnlitGeneric]] texture that has no abilities.<br>
Used with {{Ent|func_brush}} to make it non-solid and fade away when approached.<br>
Used with {{ent|func_brush}} to make it non-solid and fade away when approached.<br>
It being <tt>UnlitGeneric</tt> makes it seems as if it were glowing in a warm color, but is not listed in {{Ent|lights.rad}}, so it won't actually emit any light for [[VRAD]] to compile.<br>
It being {{mono|UnlitGeneric}} makes it seems as if it were glowing in a warm color, but is not listed in [[lights.rad]], so it won't actually emit any light for [[VRAD]] to compile.<br>
Only used in C8M2_Subway behind the three windows to the right of the entrance of the end map saferoom building, to simulate glowing light in a room.<br>
Only used in {{code|c8m2_subway}} behind the three windows to the right of the entrance of the end map saferoom building, to simulate glowing light in a room.<br>
|- id="waterbounds"
| [[File: waterbounds.jpg|64px]]
| <center>Waterbounds</center>
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{N/A}}
| {{dmmm}} Used underwater when water meets the skybox.
|- id="wrongway"
|- id="wrongway"
| [[File:Toolswrongway.png|64px]]
| [[File:Toolswrongway.png|64px]]
| <center>WrongWay</center>
| <center>{{mono|wrongway}}</center>
| {{both|Yes {{csgo|in}}<br> Only to Infected}} {{l4dseries|in}}
| {{both|Yes {{csgo|in}}<br> Only to Infected}} {{l4dseries|in}}
| {{No}}
| {{No}}
Line 1,125: Line 808:
{{l4d2}} No campaign uses this tool texture anymore. See [[L4D_Level_Design/Versus_Maps#Blocking_the_Infected_Team|L4D Level Design: Blocking the Infected Team]] for more info.<br>
{{l4d2}} No campaign uses this tool texture anymore. See [[L4D_Level_Design/Versus_Maps#Blocking_the_Infected_Team|L4D Level Design: Blocking the Infected Team]] for more info.<br>
{{csgo}} Used especially for the {{csgo mode|Wingman}} [[CS:GO Game Modes|game mode]]. It has the same properties as ''WrongWay Timer''.<br>
{{csgo}} Used especially for the {{csgo mode|Wingman}} [[CS:GO Game Modes|game mode]]. It has the same properties as ''WrongWay Timer''.<br>
{{tip|All Yes/No flags can be changed if applied to a {{Ent|func_brush}}.}}
{{tip|All Yes/No flags can be changed if applied to a {{ent|func_brush}}.}}
|- id="wrongway_timer"
|- id="wrongway_timer"
| [[File:Wrongway timer.png|64px]]
| [[File:Wrongway timer.png|64px]]
| <center>WrongWay Timer</center>
| <center>{{mono|wrongway_timer}}</center>
| {{Both|Doesn't work correctly}}
| {{Both|Doesn't work correctly}}
| {{No}}
| {{No}}
Line 1,137: Line 820:
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{Yes}}
| {{csgo}} Used for brushes that are temporarily blocking Terrorists during the freezetime of the {{csgo mode|Retakes}} [[CS:GO Game Modes|game mode]]. It is only visible to [[player]]s that are close to the origin of the entity that this material is applied to (e.g., {{Ent|func_brush}}), achieved with the <code>PlayerProximity</code> [[material proxies|material proxy]].
| {{csgo}} Used for brushes that are temporarily blocking Terrorists during the freezetime of the {{csgo mode|Retakes}} [[CS:GO Game Modes|game mode]]. It is only visible to [[player]]s that are close to the origin of the entity that this material is applied to (e.g., {{ent|func_brush}}), achieved with the <code>PlayerProximity</code> [[material proxies|material proxy]].
{{warning|Does not work as intended on [[world brush]]es and {{Ent|func_detail}}s as they have no origin: In-game, the {{Ent|$alpha}} is either equal to the <tt>$alpha</tt> of the closest functioning application of this material on screen or - if there is none - the <tt>$alpha</tt> remains "stuck" at some value, no matter the proximity.}}
{{warning|Does not work as intended on [[world brush]]es and {{ent|func_detail}}s as they have no origin: In-game, the [[$alpha]] is either equal to the {{mono|$alpha}} of the closest functioning application of this material on screen or - if there is none - the {{mono|$alpha}} remains "stuck" at some value, no matter the proximity.}}
|}
|}
[[Category:Source]]
[[Category:Source]]
[[Category:Level Design]]
[[Category:Level Design]]
[[Category:Material System]]
[[Category:Material System]]

Latest revision as of 21:57, 13 June 2025

English (en)Español (es)Русский (ru)中文 (zh)Translate (Translate)

Source Engine ( official | third-party )
edit

Tool textures are used, mostly by the tools but sometimes by the engine, to perform special tasks. They can easily be found in Hammer by using "tools\" as a filter in the texture browser, but other tool textures may be located in different directory.

Anyone can make their very own tool texture, by utilizing available Material Map Compile Flags, such as %compileNonSolid 1, %compileDetail 1 and %compileNodraw 1 for a tool texture which is not solid, does not cut visleafs and is invisible.

A %tooltexture may also be set, which is only to be seen in Hammer's texture browser, while the $basetexture is seen in-game; however, the self made tool textures must be shipped with the map, else they might not work.

This page contains tool textures which can be found on any Source games (including description for third-party games which changes how the tool texture works or have different behavior). For third-party games specific tool textures, see third-party page.

Tip.pngTip:WiseClipped gives a tutorial on using many of the Source Tool textures shown below.
Note.pngNote:All tool textures that are assumed to be texturing an entity work exactly like ordinary textures if applied to world brushes instead. As this makes them useless for world brushes, their visibility as world brushes is irrelevant. Also, many tool textures cut VIS leaves. If you aren't texturing an entity, you should tie the brush to func_detail or func_brush for optimization.
Warning.pngWarning:Some games may have outdated or obsolete tool textures in the "Dev" folder, such as dev/dev_windowportal in Left 4 Dead seriesLeft 4 Dead series.
Note.pngNote:Next to tool textures, there are also brush entities, which can perform tasks similar to tool textures.

For example, Left 4 Dead seriesLeft 4 Dead series have Clip for both teams, Player Clip for survivors and NPC Clip for infected; however, it also has func_playerinfected_clip just for player controlled infected.

If you cannot find a tool texture fit for a task, perhaps the game you're mapping for has a brush entity for that.
Tip.pngTip:Some of these tool textures cut VIS leaves Such as toolsinvisible, toolsinvisibleladder, and invismetal. Which are never seen and would be wasteful to create visleaves for them.
You may want to add %CompileDetail to the offending materials to prevent them from cutting visleaves. The modified VMT's do not need to be shared with the compiled map, as only vbsp uses these compile flags right when building the maps.
But you do need to use custom folder (if available, preferred), or pack these up in a vpk file and load them into hammer by editing the gameinfo to load your vpk with modified files above all other folders and search paths.
Note.pngNote:For toolsinvisibleladder, it alternatively is possible in some games to use %CompileClip (and optionally $translucent) instead of %CompileNoDraw and %CompilePassBullets, but only if tied to func_ladder (works in Day of Defeat: Source, not in Counter-Strike: Source).

General

General — Common

These tool textures are available in every Source engine game.
Some of these textures have special function in some games. These special functions are noted by having the game's icon listed in the description (such as Counter-Strike: Source, Counter-Strike: Global Offensive, Left 4 Dead seriesLeft 4 Dead series, Portal 2, etc.).

Image Filename Visible if
world brush
Casts shadows Cuts
VIS leaves
Blocks NPC LOS Solid to NPCs Solid to player(s) Solid to physics Solid to bullets Usage / Notes
Toolsblack.gif
toolsblack
Yes Yes Yes Yes Yes Yes Yes Yes
(Marks)
Warning.pngRisk of Confusion:This is the UnlitGeneric Tools/ToolsBlack texture, not the LightmappedGeneric Halflife/Black texture.

This texture is often used for brushes that are far away and they are dark. It cannot be lit by any type of light, but is affected by fog color.
An example of its use is in the "space" backgrounds during the G-Man monologues in Half-Life 2 Half-Life 2 or for crude buildings in the 3D Skybox.
Uses UnlitGeneric in: Half-Life 2 Portal series Alien Swarm
Uses LightmappedGeneric in: Counter-Strike seriesCounter-Strike series Day of Defeat: Source Left 4 Dead seriesLeft 4 Dead series
In games where it uses LightmappedGeneric, you may want to use vgui/black instead (to avoid wasting lightmap usage) or make your own tool texture.

Toolswhite.gif
toolswhite
Yes Yes Yes Yes Yes Yes Yes Yes
(Marks)
(in all games since Half-Life 2: Episode Two)
Note.pngNote:Not in Team Fortress 2 Team Fortress 2

Identical to lights/white (which is available in all Source games), but doesn't cast any light by default. Using glass surfaceprop.

Toolsblockbullets.gif
toolsblockbullets
No No Yes No Yes Yes Yes Yes
(No Marks)
Warning.pngWarning:This tool texture is actually just a solid invisible wall in every way shape and form. It does absolutely nothing useful.
See Blockbullets for info on how to actually block bullets and projectiles.

Counter-Strike: Global Offensive Use blockbullets_cs variant, which correctly stops bullets even with 1 unit thickness.

Toolsinvisible.gif
toolsinvisible
No No Yes No Yes Yes Yes No Solid to prop_physics, projectiles, players, & NPCs. Not solid to bullets.

Counter-Strike seriesCounter-Strike seriesTeam Fortress 2 Also solid to bullets.
Left 4 Dead seriesLeft 4 Dead series Smokers, Boomers and Spitters can attack you through it. Survivors stop being dragged towards smokers when touching a toolsinvisible wall.

Warning.pngRisk of Confusion: Left 4 Dead seriesLeft 4 Dead series ToolsNodraw_Noshadow uses the same tool texture in the texture browser, which also blocks LOS!
Toolsladder.gif
toolsinvisibleladder
No No Yes No Yes Yes Yes No Used for ladders in most multiplayer games except Half-Life 2: Deathmatch, either by itself, or tied to func_ladder.
Icon-Important.pngImportant:Leave at least a unit gap between the ladder and any detail brushes to prevent it from eating brush faces of the drawn ladder. This is not an issue in Left 4 Dead seriesLeft 4 Dead series, which keeps brush ladders as a separate entity.
Toolsnodraw.gif
toolsnodraw
No Yes Yes Yes Yes Yes Yes Yes
(No Marks)
Not drawn in game, seals leaks, and is skipped by VRAD. Blocks visibility if used on all surfaces of the same brush. Optimally, every face that can't be seen during normal gameplay should have this texture.
Portal Portals can be placed on it, but not in Portal 2. Use Nodraw Portalable instead if this behavior is desired.
Note.pngNote:The "glass footsteps" version of this texture in Portal 2 does not seal maps.
Todo: Insert this "glass footsteps" version into the list
Note.pngNote:While no lightmap data is generated on nodraw faces, nodraw brushes still cast shadows.
Note.pngNote:Despite common misconception, it is not necessary to use nodraw on faces that are outside the map and faces that are flush with other faces of the same entity, as these are automatically removed by VBSP. Additionally, func_detail faces which touch structural faces will be removed, but vice versa will not (faces completely obscured by func_detail should still be nodrawn).
Toolsorigin.gif
toolsorigin
N/A No No No No No No No [Obsolete-notext.png Deprecated] Leftover from GoldSrc GoldSrc, where a brush with this texture was used to set the rotation origin of rotating entities. It is still functional in Source (overriding the entity's origin keyvalue) but no longer necessary. When placed outside of a brush entity, the compiler will fail with the error "origin brushes not allowed in world".
Toolsblocklos.gif
toolsblock_los
No No No Yes No No No No Blocks the line of sight of NPCs and bots.
mat_wireframe 1/2 will reveal that, while this texture doesn't block visleaves, it draws crossing polygons, and they alone are capable of preventing the engine from rendering enveloped brushwork. This can be worked around by turning the Block LOS–textured brush into a func_brush with its Solidity keyvalue set to a solid state. (A Block LOS func_brush can still be traversed in this state.)
Toolsblocklight.gif
toolsblocklight
No Yes No No No No No No Casts shadows artificially. Only used at compile time by VRAD. Does not seal leaks. See more uses here.
Toolstrigger.gif
toolstrigger
Yes No No No No No No No Used on triggers and on func_viscluster entities. Visible if used on an entity without EF_NODRAW.

General — Game-specific

These tool textures are only available in specific Source engine games.

Image Filename Visible if
world brush
Casts shadows Cuts
VIS leaves
Blocks NPC LOS Solid to NPCs Solid to player(s) Solid to physics Solid to bullets Usage / Notes
Toolsblack.gif
toolsblack_cheap
Yes Yes Yes Yes Yes Yes Yes Yes
(Marks)
Portal 2 Identical to ToolsBlack, the only difference is that uses a special Black shader.
Garry's Mod has a replacement that works with older engines.
Toolsblack.gif
toolsblack_nofog
Yes Yes Yes Yes Yes Yes Yes Yes
(Marks)
Left 4 Dead seriesLeft 4 Dead series Identical to ToolsBlack, but no fog will appear in front of it. Uses the UnlitGeneric shader.

Inherits various City17 %keywords from ToolsBlack.

Toolsblack.gif
toolsblack_noportal
Yes Yes Yes Yes Yes Yes Yes Yes
(Marks)
Portal 2 Identical to ToolsBlack. Seems to have been intended as a non-portalable version, but this is already the case with the normal texture in the final game.
Toolsblack.gif
toolsblack_noportal_nofog
Yes Yes Yes Yes Yes Yes Yes Yes
(Marks)
Portal 2 Identical to ToolsBlack, but does not render fog.
Toolsblack.gif
toolsblack_noportal_skybox
Yes Yes Yes Yes Yes Yes Yes Yes
(Marks)
Portal 2 Functions like ToolsBlack_Cheap but uses a $basetexture and contains keywords from Half-Life 2 HL2. Because the $basetexture parameter doesn't have any effect on the Black shader, this hints that the material could have previously used the UnlitGeneric shader.
Toolsblack.gif
toolsnolight
Yes Yes Yes Yes Yes Yes Yes Yes
(Marks)
Alien Swarm Identical to ToolsBlack, but for some reason is used instead.
Toolsblockbullets.gif
toolsblockbullets2
No No No No Yes Yes Yes Yes
(No Marks)
Team Fortress 2 Identical to ToolsBlockBullets, but doesn't cut visleaves.
Toolsnodraw.gif
toolsnodraw_roof
No Yes Yes Yes Yes Yes Yes Yes
(No Marks)
Counter-Strike: Source Identical to ToolsNodraw, but with a different texture name.
Toolsnodraw.gif
toolsnodraw_wood
No Yes Yes Yes Yes Yes Yes Yes
(No Marks)
Counter-Strike: Source Identical to ToolsNodraw, but will make wood impact sounds when hit.
Toolsnodraw metal.png
toolsnodraw_metal
No Yes Yes Yes Yes Yes Yes Yes
(No Marks)
Left 4 Dead 2 Identical to ToolsNodraw but with metal surfaceprop. Does not show metal marks. You may want to use Invismetal instead.
Nodraw portalable.png
toolsnodraw_portal
No Yes Yes Yes Yes Yes Yes Yes
(No Marks)
Portal 2 Identical to ToolsNodraw, but portals can be placed on this texture.

Optimization

Image Filename Visible if
world brush
Casts shadows Cuts
VIS leaves
Blocks NPC LOS Solid to NPCs Solid to player(s) Solid to physics Solid to bullets Usage / Notes
Toolsareaportal.gif
toolsareaportal
Yes No Yes No No No No No Use with areaportals (func_areaportals and func_areaportalwindows). Can be used with other brush entities, such as some triggers.
Toolshint.gif
toolshint
No No Yes No No No No No Instructs VBSP to cut visleaves along this texture, but does nothing else.
Toolsskip.gif
toolsskip
No No No No No No No No Has no effect on anything (except bomb in Counter-Strike: Source). Skip faces are removed during compile, so a brush textured with Skip won't prevent leaks.

Useful in combination with Hint tool textures (to prevent the other sides from cutting vis) and as a tool in Hammer for grouping, moving and place-holding objects.

Icon-Bug.pngBug:In Counter-Strike: Source, skip brushes act as clip brushes for the bomb.
Tip.pngTip:This can be exploited by a mapper to prevent the bomb from falling into a pit if planted too close to the edge.
Toolsoccluder.gif
toolsoccluder
Yes No No No No No No No Used only for the occluding sides of func_occluder entities.

Unlike toolstrigger, toolsoccluder will correctly work when VBSP is compiled with -nodrawtriggers.

Clips

Clips — Common

These tool textures are available in every source engine game.
Some of these textures have special function in some games. These special functions are noted by having the game's icon listed in the description (such as Counter-Strike: Source, Counter-Strike: Global Offensive, Left 4 Dead seriesLeft 4 Dead series, Portal 2, etc.).

Image Filename Visible if
world brush
Casts shadows Cuts
VIS leaves
Blocks NPC LOS Solid to NPCs Solid to player(s) Solid to physics Solid to bullets Usage / Notes
Toolsclip.gif
toolsclip
No No No No Yes Yes No No Solid to players and NPCs but not other objects.

Source 2013 Also solid to item pickups like ammo packs but not dropped weapons.
Counter-Strike: SourceCounter-Strike: Global Offensive Solid to dropped C4. Solid to hostages in Counter-Strike: Source.
Counter-Strike: Global OffensiveGarry's Mod Feature clip brush textures with different material types: Concrete, Dirt, Glass, Grass, Gravel, Metal, Metal Sand Barrel, Metal Grate, Metal Vehicle, Plastic, Rubber, Rubber Tire, Sand, Tile, Wood, Wood Basket, Wood Crate.

Tip.pngTip:If you need a clip of a specific material like Clip_Glass in a game that does not have these various clip materials, you can make a brush using any regular material with the property you want and then turn it into a func_brush that is always solid but not rendered.
See more about clip texture here.
Toolsnpcclip.gif
toolsnpcclip
No No No No Yes No No No Solid to NPCs only.
Counter-Strike: SourceCounter-Strike: Global Offensive Solid to bots. Not solid to hostages.
Left 4 Dead seriesLeft 4 Dead series Solid to infected only, but does not stop Smokers, Boomers and Spitters from attacking through it.
Toolsplayerclip.gif
toolsplayerclip
No No No No No Yes No No Solid to players only.

Source 2013 Also solid to item pickups like ammo packs but not dropped weapons.
Counter-Strike: SourceCounter-Strike: Global Offensive Solid to players, bots (!), and dropped C4. Solid to hostages in Counter-Strike: Source.
Left 4 Dead seriesLeft 4 Dead series Solid to the survivors only.

Toolsplayercont.gif
toolscontrolclip
Yes Yes Yes N/A Yes Yes Yes Yes
(Marks)
(removed since Source 2007) (also in Team Fortress 2)
Obsolete-notext.pngDeprecated:This texture has to be tied to an entity to gain any special abilities, but what entity is not yet confirmed. This texture, along with trigger, works on func_vehicleclip. It was removed in Half-Life 2 base since Source 2007, but exist in Team Fortress 2 and Source 2.
(See Player Clip above for the tool texture that restricts player movement.)

Clips — Game-Specific

These tool textures are only available in specific Source engine games.

Image Filename Visible if
world brush
Casts shadows Cuts
VIS leaves
Blocks NPC LOS Solid to NPCs Solid to player(s) Solid to physics Solid to bullets Usage / Notes
Toolsgrenadeclip.png
toolsgrenadeclip
No No No No No No Solid to Grenades No Counter-Strike: Global Offensive Solid to grenades only.
Toolsdroneclip.jpg
toolsdroneclip
No No No N/A N/A No No No Counter-Strike: Global Offensive Used to prevent drones getting stuck on complex geometry.

Sky and Fog

Sky and Fog — Common

These tool textures are available in every Source engine game.
Some of these textures have special function in some games. These special functions are noted by having the game's icon listed in the description (such as Counter-Strike: Source, Counter-Strike: Global Offensive, Left 4 Dead seriesLeft 4 Dead series, Portal 2, etc.).

Image Filename Visible if
world brush
Casts shadows Cuts
VIS leaves
Blocks NPC LOS Solid to NPCs Solid to player(s) Solid to physics Solid to bullets Usage / Notes
Toolsfog.gif
toolsfog
Yes No Yes No Yes Yes Yes Yes
(Marks)
No effect; uses nonexistent compile flag %CompileFog.

(You can use this for func_smokevolume instead of the Trigger texture, but NOT for func_dustcloud.)

Toolsskybox.png
toolsskybox
No No Yes Yes Yes Yes Yes Yes
(No Marks)
This texture is used to make 3D skyboxes. Casts light if there is a light_environment entity in the map.
Things such as another area of a map will render on top of the skybox. An areaportal can stop this from happening, but it's generally better practice to add more scenery to cover the stuff that shouldn't be seen, reposition those things out of view, or just don't have an opening in that area.
Toolsskybox2d.gif
toolsskybox2d
No No Yes Yes Yes Yes Yes Yes
(No Marks)
(in all games since Source 2007) Used to make 2D skyboxes without displaying the 3D Skybox.
Casts light if there is a light_environment entity in the map.
Icon-Bug.pngBug:Light cast from this texture can still be blocked by 3D skybox geometry.

No effect if used in the same PVS as the toolsskybox tool texture.
Toolsskyfog.gif
toolsskyfog
No Yes Yes N/A N/A Yes N/A Yes
(Marks)
The SkyFog texture does not contain any properties. There is currently no existing corresponding Shader called "skyfog". (Generates error Error: Material "toolsskyfog" uses unknown shader "SkyFog".)
Confirm:Can it be fixed to function properly if its VMT settings are changed in the Source code and recompiled?
Fogvolume.jpg
toolsfogvolume
Yes No No No No No No No (in all games since Left 4 Dead)

Used in conjunction with multiple env_fog_controllers to change fog colours and densities in a level.
Fog inside its volume will not appear to have different atributes when viewed from outside its volume, as it globally changes the appearance of all fog across the map when entered.

Sky and Fog — Game-Specific

These tool textures are only available in specific Source engine games.

There are no game specific tool textures in this section.

Miscellaneous

These are textures that have a special use, sometimes only seen in one single game.

Some of these textures are not even "real" tool textures, as they do not possess any Compile Flags, but they have some important use that no other texture available can do.

Image Filename Visible if
world brush
Casts shadows Cuts
VIS leaves
Blocks NPC LOS Solid to NPCs Solid to player(s) Solid to physics Solid to bullets Usage / Notes
Blockbomb.jpg
toolsblockbomb
No No Yes Yes Yes Yes Yes Yes Counter-Strike: Global Offensive Acts like ToolsInvisible. Possibly unimplemented.
L4d2-Climb versus.png
climb
No No No No Yes Yes Yes No Left 4 Dead seriesLeft 4 Dead series A ladder only for Infected. Not visible to Infected Players during Versus, but can be climbed on. Use Climb Versus Instead.

Could be used in areas blocked by func_playerinfected_clip where Player Infected cannot go to and should be unable to see a climbing spot, but the AI should be able to use it for hordes.

Climb alpha.png
climb_alpha
Visible to Infected No No No Yes Yes Yes No Left 4 Dead seriesLeft 4 Dead series Same as Climb Versus, with the only difference being that climb_alpha uses $alphatest, while climb_versus uses $additive.

This texture may be usable in spots where the texture is applied over a translucent material, in order to fix sorting issues, but it has so far never been used in any official campaign.

L4d2-Climb versus.png
climb_versus
Visible to Infected No No No Yes Yes Yes No Left 4 Dead seriesLeft 4 Dead series A ladder only for infected. Must be used with func_ladder; otherwise, it will be ignored by the navigation mesh editor.
Hulkwall.png
hulkwall
Visible to Infected Yes Yes Yes Yes Yes Yes Yes Left 4 Dead seriesLeft 4 Dead series This is an obsolete visual cue texture of a wall that can be broken by special infected players.
The texture itself has no special abilities other than being invisible to survivors.
This texture is since superceeded by ../effects/tankwall. But this one was not removed from the game.
See This page for further information.
Hulkwallglow.png
hulkwallglow
Visible to Infected Yes Yes Yes Yes Yes Yes Yes Left 4 Dead seriesLeft 4 Dead series This is an obsolete visual cue texture of a wall that can be broken by special infected players.
The texture itself has no special abilities other than being invisible to survivors.
This texture is since superceeded by ../effects/tankwall. But this one was not removed from the game.
See This page for further information.
L4d-effects-tankwall.png
../effects/tankwall
Visible to Infected Yes Yes Yes Yes Yes Yes Yes Left 4 Dead seriesLeft 4 Dead series This is the "new" visual cue texture of a wall that can be broken by special infected players.
The texture itself has no special abilities other than being invisible to survivors.
See This page for further information.
Toolsdotted.png
toolsdotted
Yes No Yes No Yes Yes Yes Yes
(Marks)
A face textured with this texture is rendered on top of all other brush geometry. Furthermore, a brush with Dotted on any face will not block visibility or cull any face that it touches, meaning that any area enclosed in a Dotted-textured brush will not be removed from the map in any way.
Confirm:This effect is probably just due to having $alphatest.
Toolsinvisibledisplacement.gif
toolsinvisibledisplacement
No No No No Yes Yes Yes Depends on game (only in Team Fortress 2)
Light is not blocked by this texture, except in Counter-Strike: Global Offensive.

Despite being in the Materials/Tools folder, this is not a tool texture. It has no abilities. It is simply an invisible texture used for displacement clipping, where you make an invisible displacement instead of a clip brush because making intricate clip brushes is difficult.
Team Fortress 2 Uses $decal 1 and $surfaceprop "dirt".

Toolswhite.gif
../effects/clear
Fully Translucent Depends on use Depends on use N/A Yes Yes Yes Depends on use Left 4 Dead seriesLeft 4 Dead series Basic LightmappedGeneric that has no abilities other than being invisible.

Officially used like invisibledisplacement for displacement clipping.
Has no VMT properties other than $alphatest 1.

Toolinvismetal.png
invismetal
No No Yes No Yes Yes Yes No Counter-Strike: Source Left 4 Dead seriesLeft 4 Dead series Invisible texture, with metal surface properties. Simmilar to how Nodraw Metal should have worked.

Creates metal sparks when shot, but bullets pass through.
Does not seal maps.

Tip.pngTip:You may want to edit the VMT to add %CompileDetail 1 to prevent it from cutting visleaves, which makes it much more useful. Alternatively, tie it to a func_detail or other entity.
Confirm:An invisimetal texture also exists in Black Mesa, although it uses a different texture. Does it work the same?
No Image
Locked
N/A N/A N/A N/A N/A N/A N/A N/A This is a special tool texture, intended to prevent VMEX from decompiling any maps using this custom tool texture. BSPSource ignores this, rendering it useless.

It does not really exist, as every user has to make their own, but it is listed here for completeness sake.

Toolswarmlight.png
toolswarmlight
Yes Yes Yes Yes Yes Yes Yes Yes Left 4 Dead seriesLeft 4 Dead series Basic UnlitGeneric texture that has no abilities.

Used with func_brush to make it non-solid and fade away when approached.
It being UnlitGeneric makes it seems as if it were glowing in a warm color, but is not listed in lights.rad, so it won't actually emit any light for VRAD to compile.
Only used in c8m2_subway behind the three windows to the right of the entrance of the end map saferoom building, to simulate glowing light in a room.

Toolswrongway.png
wrongway
Yes (in Counter-Strike: Global Offensive)
Only to Infected (in Left 4 Dead seriesLeft 4 Dead series)
No Yes No Yes Yes Yes Yes
(No Marks)
Left 4 Dead seriesLeft 4 Dead seriesCounter-Strike: Global Offensive Used to indicate the borders of the playable area.

Left 4 Dead Only visible to Infected players.
Left 4 Dead 2 No campaign uses this tool texture anymore. See L4D Level Design: Blocking the Infected Team for more info.
Counter-Strike: Global Offensive Used especially for the CS:GO/CS2 Wingman Wingman game mode. It has the same properties as WrongWay Timer.

Tip.pngTip:All Yes/No flags can be changed if applied to a func_brush.
Wrongway timer.png
wrongway_timer
Doesn't work correctly No Yes No Yes Yes Yes Yes Counter-Strike: Global Offensive Used for brushes that are temporarily blocking Terrorists during the freezetime of the CS:GO/CS2 Retakes Retakes game mode. It is only visible to players that are close to the origin of the entity that this material is applied to (e.g., func_brush), achieved with the PlayerProximity material proxy.
Warning.pngWarning:Does not work as intended on world brushes and func_details as they have no origin: In-game, the $alpha is either equal to the $alpha of the closest functioning application of this material on screen or - if there is none - the $alpha remains "stuck" at some value, no matter the proximity.