From 3d9d0684b148d5b834aacd90482a504fd64f27a6 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 14 Apr 2021 23:19:28 -0400 Subject: Customizations Update - Reworked how customizations work. Now customization files must be moved into the #customizations/_enabled folder to be enabled. This effectively makes the hud incompatible with the older version of the editor/installer, so please update to the latest version (2.0) - Fixed a black bar appearing in tournament mode (#163) - Fixed the class selection page not display class limits. - Bumped version number. --- materials/console/background_classic.vtf | Bin 0 -> 2796384 bytes materials/console/background_classic_widescreen.vtf | Bin 0 -> 2796384 bytes materials/console/background_modern.vtf | Bin 0 -> 2796384 bytes materials/console/background_modern_widescreen.vtf | Bin 0 -> 2796384 bytes materials/console/background_upward.vmt | 2 +- materials/console/background_upward_widescreen.vmt | 2 +- materials/console/backgrounds/background_classic.vtf | Bin 2796384 -> 0 bytes .../backgrounds/background_classic_widescreen.vtf | Bin 2796384 -> 0 bytes materials/console/backgrounds/background_modern.vtf | Bin 2796384 -> 0 bytes .../backgrounds/background_modern_widescreen.vtf | Bin 2796384 -> 0 bytes 10 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 materials/console/background_classic.vtf create mode 100644 materials/console/background_classic_widescreen.vtf create mode 100644 materials/console/background_modern.vtf create mode 100644 materials/console/background_modern_widescreen.vtf delete mode 100644 materials/console/backgrounds/background_classic.vtf delete mode 100644 materials/console/backgrounds/background_classic_widescreen.vtf delete mode 100644 materials/console/backgrounds/background_modern.vtf delete mode 100644 materials/console/backgrounds/background_modern_widescreen.vtf (limited to 'materials/console') diff --git a/materials/console/background_classic.vtf b/materials/console/background_classic.vtf new file mode 100644 index 0000000..3dd1d6d Binary files /dev/null and b/materials/console/background_classic.vtf differ diff --git a/materials/console/background_classic_widescreen.vtf b/materials/console/background_classic_widescreen.vtf new file mode 100644 index 0000000..3dd1d6d Binary files /dev/null and b/materials/console/background_classic_widescreen.vtf differ diff --git a/materials/console/background_modern.vtf b/materials/console/background_modern.vtf new file mode 100644 index 0000000..6eae25d Binary files /dev/null and b/materials/console/background_modern.vtf differ diff --git a/materials/console/background_modern_widescreen.vtf b/materials/console/background_modern_widescreen.vtf new file mode 100644 index 0000000..6eae25d Binary files /dev/null and b/materials/console/background_modern_widescreen.vtf differ diff --git a/materials/console/background_upward.vmt b/materials/console/background_upward.vmt index 13876d5..59fe0ee 100644 --- a/materials/console/background_upward.vmt +++ b/materials/console/background_upward.vmt @@ -1,6 +1,6 @@ "UnlitGeneric" { - "$baseTexture" "console/backgrounds/background_modern" + "$baseTexture" "console/background_modern" "$vertexcolor" "1" "$vertexalpha" "1" "$ignorez" "1" diff --git a/materials/console/background_upward_widescreen.vmt b/materials/console/background_upward_widescreen.vmt index f66e203..9df6b63 100644 --- a/materials/console/background_upward_widescreen.vmt +++ b/materials/console/background_upward_widescreen.vmt @@ -1,6 +1,6 @@ "UnlitGeneric" { - "$baseTexture" "console/backgrounds/background_modern_widescreen" + "$baseTexture" "console/background_modern_widescreen" "$vertexcolor" "1" "$vertexalpha" "1" "$ignorez" "1" diff --git a/materials/console/backgrounds/background_classic.vtf b/materials/console/backgrounds/background_classic.vtf deleted file mode 100644 index 3dd1d6d..0000000 Binary files a/materials/console/backgrounds/background_classic.vtf and /dev/null differ diff --git a/materials/console/backgrounds/background_classic_widescreen.vtf b/materials/console/backgrounds/background_classic_widescreen.vtf deleted file mode 100644 index 3dd1d6d..0000000 Binary files a/materials/console/backgrounds/background_classic_widescreen.vtf and /dev/null differ diff --git a/materials/console/backgrounds/background_modern.vtf b/materials/console/backgrounds/background_modern.vtf deleted file mode 100644 index 6eae25d..0000000 Binary files a/materials/console/backgrounds/background_modern.vtf and /dev/null differ diff --git a/materials/console/backgrounds/background_modern_widescreen.vtf b/materials/console/backgrounds/background_modern_widescreen.vtf deleted file mode 100644 index 6eae25d..0000000 Binary files a/materials/console/backgrounds/background_modern_widescreen.vtf and /dev/null differ -- cgit v1.2.3