Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename tools_viscluster to toolsviscluster #8

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions materials/tools/toolsinvisible_nonsolid.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"LightmappedGeneric"
{
// %compilenonsolid requires ALL faces to have %compilenonsolid for brush to actually be nonsolid
$basetexture "tools/toolsinvisible"
$translucent 1
%compilenodraw 1
%compilenonsolid 1
}
12 changes: 12 additions & 0 deletions materials/tools/toolsinvisibledisplacement.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"UnlitGeneric"
{
// From TF2: for displacement-based clip brushes
$basetexture "tools/toolsinvisibledisplacement"
$decal 1
$surfaceprop "dirt"
$alphatest 1
$vertexcolor 1
$vertexalpha 1
%tooltexture "tools/toolsinvisibledisplacement_tooltexture"
%keywords "tools"
}
Binary file added materials/tools/toolsinvisibledisplacement.vtf
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions materials/tools/toolsinvisibleladder.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"LightmappedGeneric"
{
// fixed version of toolsinvisibleladder; doesn't cut visleaves, and utilizes existing alpha channel in editor
$basetexture "tools/toolsinvisibleladder"
$translucent 1
%compilenodraw 1
%compilepassbullets 1
%compileladder 1
%compiledetail 1
}
7 changes: 7 additions & 0 deletions materials/tools/toolsnodraw_nonsolid.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"LightmappedGeneric"
{
// %compilenonsolid requires ALL faces to have %compilenonsolid for brush to actually be nonsolid
$basetexture "tools/toolsnodraw"
%compilenodraw 1
%compilenonsolid 1
}
7 changes: 7 additions & 0 deletions materials/tools/toolstrigger_soundscape.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"LightmappedGeneric"
{
$basetexture "tools/toolstrigger_soundscape"
$translucent 1
$decal 1 // reduce z-fighting in editor
%compiletrigger 1
}
Binary file added materials/tools/toolstrigger_soundscape.vtf
Binary file not shown.
7 changes: 7 additions & 0 deletions materials/tools/toolsviscluster.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"LightmappedGeneric"
{
$basetexture "tools/tools_viscluster"
$translucent 1
$decal 1 // reduce z-fighting in editor
%compiletrigger 1
}
Binary file added materials/tools/toolsviscluster.vtf
Binary file not shown.