Tool textures (Source): Difference between revisions
No edit summary |
(Swapped templates for modern counterparts, added "Deprecated" template to old tool textures) |
||
Line 11: | Line 11: | ||
{{ | {{ModernTip|[[WiseClipped]] gives a tutorial on using many of the Source Tool textures shown below.}} | ||
{{ModernNote|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]].}} | |||
{{ | {{ModernWarning|Some games may have outdated or obsolete tool textures in the "Dev" folder, such as <tt>dev/dev_windowportal</tt> in {{l4dseries}}.}} | ||
{{ModernNote|Next to tool textures, there are also brush entities, which can perform tasks similar to tool textures.<br>For example, {{l4dseries}} have <code>Clip</code> for both teams, <code>Player Clip</code> for survivors and <code>NPC Clip</code> 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.}} | |||
{{ | |||
{{ | |||
== General == | == General == | ||
Line 47: | Line 44: | ||
| {{Yes}} | | {{Yes}} | ||
| {{Yes|Yes <br /> (Marks)}} | | {{Yes|Yes <br /> (Marks)}} | ||
| {{ | | {{ModernConfusion|This is the <tt>Tools/ToolsBlack</tt> texture, not the <tt>Halflife/Black</tt> 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> | ||
Line 94: | Line 91: | ||
{{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 <tt>tools/invisible</tt> wall.<br> | ||
{{ | {{ModernConfusion| {{l4dseries}} <tt>Tools/ToolsNodraw_Noshadow</tt> uses the same tool texture in the texture browser, which also blocks LOS!}} | ||
|- id="ladder" | |- id="ladder" | ||
| [[File:Toolsladder.gif]] | | [[File:Toolsladder.gif]] | ||
Line 119: | Line 116: | ||
| {{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 {{portal2}}. Use Nodraw Portalable instead if this behavior is desired. | ||
{{ | {{ModernNote|The "glass footsteps" version of this texture in {{portal2}} does not [[seal]] maps.}} | ||
{{ | {{ModernNote|While no lightmap data is generated on nodraw faces, nodraw brushes still cast shadows.}} | ||
{{ | {{ModernNote|Despite common misconception, it is not necessary to use nodraw on faces that don't touch [[visleaves]], as these are automatically removed by [[VBSP]]. This means faces that are outside the map and faces that are flush with another one.}} | ||
|- id="origin" | |- id="origin" | ||
| [[File:Toolsorigin.gif]] | | [[File:Toolsorigin.gif]] | ||
Line 133: | Line 130: | ||
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
| 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>. Not available in all branches. | | {{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>. Not available in all branches.}} | ||
|- id="blocklos" | |- id="blocklos" | ||
| [[File:Toolsblocklos.gif]] | | [[File:Toolsblocklos.gif]] | ||
Line 198: | Line 195: | ||
| {{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/>{{ | | {{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/>{{ModernTodo|Find more about <code>"black"</code> shader}} | ||
|- id="black_nofog" | |- id="black_nofog" | ||
| [[File:Toolsblack.gif]] | | [[File:Toolsblack.gif]] | ||
Line 382: | Line 379: | ||
| {{N/A}} | | {{N/A}} | ||
| {{dmmm}} Identical to Nodraw but does not cast any shadows. | | {{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]] | |[[File:Toolsnodraw_metal.png]] | ||
Line 618: | Line 615: | ||
| {{Yes|Yes <br /> (Marks)}} | | {{Yes|Yes <br /> (Marks)}} | ||
| {{hl2ep2|removed}}{{Gmod|also}} | | {{hl2ep2|removed}}{{Gmod|also}} | ||
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}}. (See Player Clip above for the tool texture that restricts player movement.) | Seems that it is necessary for {{Ent|func_vehicleclip}}.<br> (See Player Clip above for the tool texture that restricts player movement.)}} | ||
|} | |} | ||
=== Clips — Game-Specific === | === Clips — Game-Specific === | ||
Line 714: | Line 711: | ||
| {{Yes}} | | {{Yes}} | ||
| {{Yes | Yes <br /> (Marks)}} | | {{Yes | Yes <br /> (Marks)}} | ||
| {{ | | {{ModernConfirm|Does not seem to work?}} (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.gif|64px]] | | [[File:Toolsskybox.gif|64px]] | ||
Line 739: | Line 736: | ||
| {{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. {{ | 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. {{ModernBug|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. | ||
|- id="skyfog" | |- id="skyfog" | ||
| [[File:Toolsskyfog.gif]] | | [[File:Toolsskyfog.gif]] | ||
Line 751: | Line 748: | ||
| {{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 "tools/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?}} | |||
|- id="fog volume" | |- id="fog volume" | ||
| [[File:Fogvolume.jpg]] | | [[File:Fogvolume.jpg]] | ||
Line 792: | Line 790: | ||
| {{Yes}} | | {{Yes}} | ||
| {{N/A}} | | {{N/A}} | ||
| {{dmmm}} Identical to <tt>Skybox</tt>, but does not cast any light rays.{{ | | {{dmmm}} Identical to <tt>Skybox</tt>, but does not cast any light rays.{{ModernTip|This is also true of Nodraw in any game while the skybox is visible.}} | ||
|} | |} | ||
Line 990: | Line 988: | ||
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> | ||
{{ | {{ModernTip|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.}} | ||
|- id="Locked" | |- id="Locked" | ||
| '''No Image''' | | '''No Image''' | ||
Line 1,083: | Line 1,081: | ||
{{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> | ||
{{ | {{ModernTip|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]] | ||
Line 1,096: | Line 1,094: | ||
| {{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]]. | ||
{{ | {{ModernWarning|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.}} | ||
|} | |} | ||
Line 1,123: | Line 1,121: | ||
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
| {{Hla}}{{Svrh}} Half solid to players. Blocks player movement in VR (teleport or smooth locomotion), but not their hands. {{ | | {{Hla}}{{Svrh}} Half solid to players. Blocks player movement in VR (teleport or smooth locomotion), but not their hands. | ||
{{ModernConfirm|Does not appear to function in SteamVR Home.}} | |||
|} | |} | ||
Revision as of 03:11, 17 April 2023
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.
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, while the $basetexture is seen in-game; however, the self made tool textures must be shipped with the map, else they might not work.
Template:ModernTip
Template:ModernNote
Template:ModernWarning
Template:ModernNote
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 ,
,
,
, ect.
Image | Name | 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 |
---|---|---|---|---|---|---|---|---|---|---|
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes (Marks) |
![]() 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. | |
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes (Marks) |
(in all games since ![]() Identical to Tools/ToolsBlack, only in white. | |
![]() |
No | No | Yes | No | Yes | Yes | Yes | Yes (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 antlion workers, will still get through. To allow NPCs and their line of sight to pass through, turn the brush into a func_brush with its Solidity keyvalue set to a solid state. | |
![]() |
No | No | Yes | No | Yes | Yes | Yes | No | Solid to prop_physics, projectiles, players, & NPCs. Not solid to bullets.
| |
![]() |
Ladder |
No | No | Yes | No | Yes | Yes | Yes | No | Used with func_ladder in the most multiplayer games except ![]() |
![]() |
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.![]() ![]() | |
![]() |
N/A | No | No | No | No | No | No | No | ![]() ![]() | |
![]() |
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.) | |
![]() |
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. | |
![]() |
Yes | No | No | No | No | No | No | No | Used on triggers and on func_viscluster entities. |
General — Game-specific
These tool textures are only available in specific Source engine games.
Image | Name | 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 |
---|---|---|---|---|---|---|---|---|---|---|
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes (Marks) |
![]() "black" shader.![]() Template:ModernTodo | |
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes (Marks) |
![]() ![]() Inherits various City17 %keywords from Tools/ToolsBlack. | |
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes (Marks) |
![]() | |
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes (Marks) |
![]() | |
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes (Marks) |
![]() | |
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes (Marks) |
![]() | |
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | N/A | ![]() | |
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | N/A | ![]() | |
![]() |
No | No | No | No | Yes | Yes | Yes | Yes (No Marks) |
![]() | |
![]() |
No | No | Yes | No | Yes | Yes | Yes | Yes (No Marks) |
![]() | |
![]() |
Non-Solid |
No | Yes | Yes | Yes | No | No | No | No | ![]() Useful as a utility texture, like buttons you should be able to clip into. |
![]() |
No | Yes | Yes | Yes | Yes | Yes | Yes | Yes (No Marks) |
![]() | |
![]() |
No | Yes | Yes | Yes | Yes | Yes | Yes | Yes (No Marks) |
![]() | |
![]() |
No | Yes | Yes | Yes | Yes | Yes | Yes | N/A | ![]() | |
![]() |
Invisible |
No | No | No | No | Yes | Yes | Yes | N/A | ![]() |
![]() |
Noshadow |
No | No | Yes | Yes | Yes | Yes | Yes | N/A | ![]() |
![]() |
No | Yes | Yes | Yes | Yes | Yes | Yes | Yes (No Marks) |
![]() | |
![]() |
No | No | Yes | Yes | Yes | Yes | Yes | N/A | ![]() | |
![]() |
No | Yes | Yes | Yes | Yes | Yes | Yes | Yes (No Marks) |
![]() | |
![]() |
Yes | No | No | No | No | No | No | No | ![]() | |
![]() |
Yes | No | No | No | No | No | No | No | ![]() | |
![]() |
Yes | No | No | No | No | No | No | No | ![]() | |
![]() |
No | No | No | No | Yes | Yes | Yes | No | ![]() | |
![]() |
No | No | No | No | Yes | Yes | Yes | No | ![]() |
Optimization
Image | Name | 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 |
---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.
| |
![]() |
No | No | Yes | No | No | No | No | No | Instructs VVIS to cut visleaves along this texture, but does nothing else. | |
![]() |
No | No | No | No | No | No | No | No | Has no effect on anything. 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. | |
![]() |
Yes | No | No | No | No | No | No | No | Used only for the occluding sides of func_occluder entities. |
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 ,
,
, etc.).
Image | Name | 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 |
---|---|---|---|---|---|---|---|---|---|---|
![]() |
No | No | No | No | Yes | Yes | No | No | Solid to players and NPCs but not other objects.
| |
![]() |
No | No | No | No | Yes | No | No | No | Solid to NPCs only.![]() ![]() ![]() ![]() | |
![]() |
No | No | No | No | No | Yes | No | No | Solid to players only.
| |
![]() |
Yes | Yes | Yes | N/A | Yes | Yes | Yes | Yes (Marks) |
(removed since ![]() ![]() ![]() (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 | Name | 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 |
---|---|---|---|---|---|---|---|---|---|---|
![]() |
No | No | No | No | No | No | Solid to Grenades | No | ![]() | |
![]() |
No | No | No | No | No | Yes | No | No | ![]() | |
![]() |
No | No | No | N/A | N/A | No | No | No | ![]() | |
![]() |
No | No | Yes | No | Yes | Yes | Yes | No | ![]() |
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 ,
,
, ect.).
Image | Name | 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 |
---|---|---|---|---|---|---|---|---|---|---|
![]() |
Yes | No | Yes | No | Yes | Yes | Yes | Yes (Marks) |
![]() | |
![]() |
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. Cannot be used in the same PVS as the toolsskybox2d tool texture[Why?]. 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. | |
![]() |
No | No | Yes | Yes | Yes | Yes | Yes | Yes (No Marks) |
(in all games since ![]() Used to make 2D skyboxes without displaying the 3D Skybox. | |
![]() |
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 "tools/toolsskyfog" uses unknown shader "SkyFog" .)
![]() | |
![]() |
Yes | No | No | No | No | No | No | No | (in all games since ![]() Used in conjunction with multiple env_fog_controllers to change fog colours and densities in a level. |
Sky and Fog — Game-Specific
These tool textures are only available in specific Source engine games.
Image | Name | 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 |
---|---|---|---|---|---|---|---|---|---|---|
![]() |
NoLight |
No | Yes | Yes | Yes | Yes | Yes | Yes | N/A | ![]() |
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 | Name | 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 |
---|---|---|---|---|---|---|---|---|---|---|
![]() |
No | No | Yes | Yes | Yes | Yes | Yes | Yes | ![]() | |
No | No | No | No | Yes | Yes | Yes | No | ![]() ![]() 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. | ||
Visible to Infected | No | No | No | Yes | Yes | Yes | No | ![]() ![]() This tool texture has so far never been used in an official campaigns. | ||
Visible to Infected | No | No | No | Yes | Yes | Yes | No | ![]() ![]() | ||
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. | ||
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes (Marks) |
![]() | |
![]() |
Yes | No | No | No | Yes | Yes | Yes | N/A | ![]() | |
![]() |
Yes | No | No | No | Yes | Yes | Yes | N/A | ![]() | |
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | N/A | ![]() | |
![]() |
Yes | No | Yes | No | Yes | Yes | Yes | Yes | ![]() | |
![]() |
No | No | No | No | Yes | Yes | Yes | Yes (No Marks) |
![]() | |
![]() |
No | No | No | No | Yes | Yes | Yes | Depends on game | Light is not blocked by this texture, except in ![]() 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. | |
![]() |
Fully Translucent | Depends on use | Depends on use | N/A | Yes | Yes | Yes | Depends on use | ![]() ![]() Officially used like tools/invisibledisplacement for displacement clipping. | |
![]() |
No | No | Yes | No | Yes | Yes | Yes | No | ![]() ![]() Creates metal sparks when shot, but bullets pass through. | |
No Image | 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. | |
![]() |
No | Yes | Yes | Yes | Yes | Yes | Yes | Yes (No Marks) |
![]() | |
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes (No Marks) |
![]() | |
![]() |
Yes | No | No | No | Yes | Yes | Yes | N/A | ![]() | |
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | ![]() ![]() Used with func_brush to make it non-solid and fade away when approached. | |
![]() |
Yes | Yes | Yes | Yes | Yes | Yes | Yes | N/A | ![]() | |
![]() |
Yes (in ![]() |
No | Yes | No | Yes | Yes | Yes | Yes (No Marks) |
![]() ![]() ![]()
| |
![]() |
Doesn't work correctly | No | Yes | No | Yes | Yes | Yes | Yes | ![]() ![]() PlayerProximity material proxy.
|
VR-Specific Tool Textures
Image | Name | 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 |
---|---|---|---|---|---|---|---|---|---|---|
![]() |
No | No | N/A | No | No | Yes | No | No | ![]() ![]() ![]() |