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. --- #customizations/classselection-center.res | 205 ++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 #customizations/classselection-center.res (limited to '#customizations/classselection-center.res') diff --git a/#customizations/classselection-center.res b/#customizations/classselection-center.res new file mode 100644 index 0000000..c797213 --- /dev/null +++ b/#customizations/classselection-center.res @@ -0,0 +1,205 @@ +"Resource/UI/ClassSelection.res" +{ + "SelectClassLabel" + { + "visible" "0" + } + + "SidePanelBG" + { + "wide" "f0" + "tall" "f0" + "fillcolor" "0 0 0 150" + } + + "scout" + { + "xpos" "c81" + "ypos" "164" + } + + "soldier" + { + "xpos" "c80" + "ypos" "180" + } + + "pyro" + { + "xpos" "c80" + "ypos" "196" + } + + "demoman" + { + "xpos" "c80" + "ypos" "212" + } + + "heavyweapons" + { + "xpos" "c80" + "ypos" "232" + } + + "engineer" + { + "xpos" "c80" + "ypos" "248" + } + + "medic" + { + "xpos" "c80" + "ypos" "264" + } + + "sniper" + { + "xpos" "c80" + "ypos" "284" + } + + "spy" + { + "xpos" "c80" + "ypos" "300" + } + + "random" + { + "xpos" "c80" + "ypos" "c80" + } + + "EditLoadoutButton" + { + "xpos" "c80" + "ypos" "c100" + } + + "CancelButton" + { + "xpos" "c180" + "ypos" "c80" + } + "numScout" + { + "xpos" "c185" + "ypos" "164" + "tall" "12" + } + + "numSoldier" + { + "xpos" "c185" + "ypos" "180" + "tall" "12" + } + + "numPyro" + { + "xpos" "c185" + "ypos" "196" + "tall" "12" + } + + "numDemoman" + { + "xpos" "c185" + "ypos" "212" + "tall" "12" + } + + "numHeavy" + { + "xpos" "c185" + "ypos" "232" + "tall" "12" + } + + "numEngineer" + { + "xpos" "c185" + "ypos" "248" + "tall" "12" + } + + "numMedic" + { + "xpos" "c185" + "ypos" "264" + "tall" "12" + } + + "numSniper" + { + "xpos" "c185" + "ypos" "284" + "tall" "12" + } + + "numSpy" + { + "xpos" "c185" + "ypos" "300" + "tall" "12" + } + + "MvMUpgradeImageScout" + { + "xpos" "9999" + } + + "MvMUpgradeImageSolider" + { + "xpos" "9999" + } + + "MvMUpgradeImagePyro" + { + "xpos" "9999" + } + + "MvMUpgradeImageDemoman" + { + "xpos" "9999" + } + + "MvMUpgradeImageHeavy" + { + "xpos" "9999" + } + + "MvMUpgradeImageEngineer" + { + "xpos" "9999" + } + + "MvMUpgradeImageMedic" + { + "xpos" "9999" + } + + "MvMUpgradeImageSniper" + { + "xpos" "9999" + } + + "MvMUpgradeImageSpy" + { + "xpos" "9999" + } + + "TFPlayerModel" + { + "xpos" "c-360" + "wide" "420" + "tall" "480" + + "model" + { + "origin_x" "290" + } + } +} \ No newline at end of file -- cgit v1.2.3