diff options
| author | Igor Nikitin <[email protected]> | 2017-12-09 17:34:44 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-09 17:34:44 -0500 |
| commit | ed3d9e4c49259923064b5b549e3862a66a6decd6 (patch) | |
| tree | 0cd2d229612127fcc4e9d3ccafd3007e4dd9f3e3 /materials/vgui | |
| parent | 865fb59a0af085e686a01c2c4ec4728bc09c6ae8 (diff) | |
| parent | 10806c8c38f2705223c834a215f5d82fcb0f10ec (diff) | |
20171210 - December Update
- Added transparent viewmodels
- Added back the basechat.res file
- Added Classic Main Menu Style
- Added scoreboard styles to be independent of the minmode toggle
- Fixed the win panel score clipping
- Fixed the placement of the MOTD Button
- Fixed rayshud crosshairs not displaying
- Fixed the main menu background streching
- Replaced icon fonts with actual icon files
- Removed maximum player health value
- Removed main menu character images
- Removed files similar or identical to the stock HUD
- Miscellaneous color and font tweaks and adjustments
Diffstat (limited to 'materials/vgui')
| -rw-r--r-- | materials/vgui/replay/thumbnails/buttons/alert.vmt | 11 | ||||
| -rw-r--r-- | materials/vgui/replay/thumbnails/buttons/alert.vtf | bin | 0 -> 5696 bytes | |||
| -rw-r--r-- | materials/vgui/replay/thumbnails/buttons/contracts.vmt | 11 | ||||
| -rw-r--r-- | materials/vgui/replay/thumbnails/buttons/contracts.vtf | bin | 0 -> 5696 bytes | |||
| -rw-r--r-- | materials/vgui/replay/thumbnails/buttons/motd.vmt | 11 | ||||
| -rw-r--r-- | materials/vgui/replay/thumbnails/buttons/motd.vtf | bin | 0 -> 5696 bytes | |||
| -rw-r--r-- | materials/vgui/replay/thumbnails/twitch.vmt | 11 | ||||
| -rw-r--r-- | materials/vgui/replay/thumbnails/twitch.vtf | bin | 0 -> 262352 bytes |
8 files changed, 44 insertions, 0 deletions
diff --git a/materials/vgui/replay/thumbnails/buttons/alert.vmt b/materials/vgui/replay/thumbnails/buttons/alert.vmt new file mode 100644 index 0000000..54f1952 --- /dev/null +++ b/materials/vgui/replay/thumbnails/buttons/alert.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\buttons\alert" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +}
\ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/buttons/alert.vtf b/materials/vgui/replay/thumbnails/buttons/alert.vtf Binary files differnew file mode 100644 index 0000000..84fcee8 --- /dev/null +++ b/materials/vgui/replay/thumbnails/buttons/alert.vtf diff --git a/materials/vgui/replay/thumbnails/buttons/contracts.vmt b/materials/vgui/replay/thumbnails/buttons/contracts.vmt new file mode 100644 index 0000000..f53613e --- /dev/null +++ b/materials/vgui/replay/thumbnails/buttons/contracts.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\buttons\contracts" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +}
\ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/buttons/contracts.vtf b/materials/vgui/replay/thumbnails/buttons/contracts.vtf Binary files differnew file mode 100644 index 0000000..49e75d7 --- /dev/null +++ b/materials/vgui/replay/thumbnails/buttons/contracts.vtf diff --git a/materials/vgui/replay/thumbnails/buttons/motd.vmt b/materials/vgui/replay/thumbnails/buttons/motd.vmt new file mode 100644 index 0000000..28198cc --- /dev/null +++ b/materials/vgui/replay/thumbnails/buttons/motd.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\buttons\motd" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +}
\ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/buttons/motd.vtf b/materials/vgui/replay/thumbnails/buttons/motd.vtf Binary files differnew file mode 100644 index 0000000..f68e205 --- /dev/null +++ b/materials/vgui/replay/thumbnails/buttons/motd.vtf diff --git a/materials/vgui/replay/thumbnails/twitch.vmt b/materials/vgui/replay/thumbnails/twitch.vmt new file mode 100644 index 0000000..d703c13 --- /dev/null +++ b/materials/vgui/replay/thumbnails/twitch.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$translucent" "1" + "$baseTexture" "vgui\replay\thumbnails\twitch" + "$alpha" "1" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$ignorez" "1" + "%keywords" "tf" +}
\ No newline at end of file diff --git a/materials/vgui/replay/thumbnails/twitch.vtf b/materials/vgui/replay/thumbnails/twitch.vtf Binary files differnew file mode 100644 index 0000000..8132d48 --- /dev/null +++ b/materials/vgui/replay/thumbnails/twitch.vtf |
