-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
B7b update * Fixed shooting through glass door handles. * Rotated Builder's League United logo in blue spawn to match RED's logo orientation. * Replaced overlays broken in segmenting func_detail. * Changed statue clip brush to block bullets. * Skybox improvements. * User Art Displays. * Fixed taunt displays. * Cubemap Optimizations. * Added embed.nav current with the b7b compile. Known issues: * Cleavering/firing through thin walls. * No current state indicator for buttons in admin room.
- Loading branch information
1 parent
96b6539
commit 8aa4c06
Showing
13 changed files
with
670,533 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Fixed glass door handles. | ||
Rotated BLU logo in blue spawn. | ||
Replaced overlays broken in segmenting func_detail. | ||
Changed statue clip brush to block bullets. | ||
Skybox improvements. | ||
User Art Displays | ||
Fixed taunt displays. | ||
Cubemap Optimizations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
"LightmappedGeneric" | ||
{ | ||
"$basetexture" "custom/artassets/bezel" | ||
"$envmap" "env_cubemap" | ||
"$basealphaenvmapmask" 1 | ||
"$envmaptint" "[0.1 0.1 0.1]" | ||
"$surfaceprop" "plastic" | ||
"%keywords" "tf" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
"LightmappedGeneric" | ||
{ | ||
"$basetexture" "custom/artassets/screens" | ||
"$envmap" "env_cubemap" | ||
"$basealphaenvmapmask" 1 | ||
"$envmaptint" "[0.25 0.25 0.25]" | ||
"$surfaceprop" "plastic" | ||
"%keywords" "tf" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
UnlitGeneric | ||
{ | ||
"$basetexture" "custom/artassets/screens" | ||
"$envmap" "env_cubemap" | ||
"$basealphaenvmapmask" 1 | ||
"$envmaptint" "[0.25 0.25 0.25]" | ||
"$nocull" 1 | ||
"$selfillum" 1 | ||
$nodecal "1" | ||
"$surfaceprop" "glass" | ||
Proxies | ||
{ | ||
ToggleTexture | ||
{ | ||
toggleTextureVar $baseTexture | ||
toggleTextureFrameNumVar $frame | ||
toggleTextureShouldWrap 0 | ||
} | ||
} | ||
} |
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
trade_ngs_day/materials/custom/artassets/screens_honkin.vmt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
UnlitGeneric | ||
{ | ||
"$basetexture" "custom/artassets/screens_honkin" | ||
"$envmap" "env_cubemap" | ||
"$basealphaenvmapmask" 1 | ||
"$envmaptint" "[0.25 0.25 0.25]" | ||
"$nocull" 1 | ||
"$selfillum" 1 | ||
$nodecal "1" | ||
"$surfaceprop" "glass" | ||
Proxies | ||
{ | ||
ToggleTexture | ||
{ | ||
toggleTextureVar $baseTexture | ||
toggleTextureFrameNumVar $frame | ||
toggleTextureShouldWrap 0 | ||
} | ||
} | ||
} |
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
trade_ngs_day/materials/vgui/maps/menu_photos_trade_ngs_day_b7b.vmt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "vgui\maps\menu_photos_trade_ngs_day_b7b" | ||
"$translucent" 1 | ||
"$ignorez" 1 | ||
"$vertexcolor" 1 | ||
} |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.