Skip to content

Commit

Permalink
b7b update (#7)
Browse files Browse the repository at this point in the history
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
RyukeDragon authored and ZeronTheXeon committed Jan 10, 2019
1 parent 96b6539 commit 8aa4c06
Show file tree
Hide file tree
Showing 13 changed files with 670,533 additions and 0 deletions.
Binary file added trade_ngs_day/maps/embed.nav
Binary file not shown.
8 changes: 8 additions & 0 deletions trade_ngs_day/maps/trade_ngs_day_b7b.txt
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.
9 changes: 9 additions & 0 deletions trade_ngs_day/materials/custom/artassets/bezel.vmt
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.
9 changes: 9 additions & 0 deletions trade_ngs_day/materials/custom/artassets/deadscreen.vmt
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"
}
20 changes: 20 additions & 0 deletions trade_ngs_day/materials/custom/artassets/screens.vmt
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 trade_ngs_day/materials/custom/artassets/screens_honkin.vmt
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.
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 added trade_ngs_day/trade_ngs_day_b7b.bsp
Binary file not shown.
Loading

0 comments on commit 8aa4c06

Please sign in to comment.