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/scoreboard-minimal.res | 80 ++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 #customizations/scoreboard-minimal.res (limited to '#customizations/scoreboard-minimal.res') diff --git a/#customizations/scoreboard-minimal.res b/#customizations/scoreboard-minimal.res new file mode 100644 index 0000000..cfde065 --- /dev/null +++ b/#customizations/scoreboard-minimal.res @@ -0,0 +1,80 @@ +"Resource/UI/Scoreboard.res" +{ + "scores" + { + "medal_width" "18" + } + "BlueScoreBG" + { + "ypos" "279" + } + "BlueLeaderAvatar" + { + "ypos" "279" + } + "RedScoreBG" + { + "ypos" "279" + } + "RedLeaderAvatar" + { + "ypos" "279" + } + "ScoreboardBackground" + { + "ypos" "304" + } + "Red6sBackground" + { + "xpos" "c65" + "ypos" "265" + "zpos" "240" + } + "Blue6sBackground" + { + "xpos" "c65" + "ypos" "121" + } + "BlueTeamName" + { + "ypos" "279" + } + "BlueTeamScore" + { + "ypos" "278" + } + "BlueTeamScoreDropshadow" + { + "ypos" "280" + } + "BlueTeamPlayerCount" + { + "ypos" "265" + } + "RedTeamName" + { + "ypos" "279" + } + "RedTeamScore" + { + "ypos" "278" + } + "RedTeamScoreDropshadow" + { + "ypos" "280" + } + "RedTeamPlayerCount" + { + "ypos" "265" + } + "BluePlayerList" + { + "ypos" "304" + "tall" "98" + } + "RedPlayerList" + { + "ypos" "304" + "tall" "98" + } +} \ No newline at end of file -- cgit v1.2.3