diff options
| author | RaysFire <[email protected]> | 2013-04-07 18:00:42 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-04-07 18:00:42 -0500 |
| commit | 46a875c67eb199ffec004f05229bca5752a2811a (patch) | |
| tree | f0318d3e14a36a58016924b5442033dde076e99f | |
| parent | 27b2cae3edd021573185fb48da1066507af78630 (diff) | |
Updated tournament setup panel to look nicer with the new font.
| -rw-r--r-- | minmode/resource/ui/HudTournament.res | 1207 | ||||
| -rw-r--r-- | resource/ui/HudTournament.res | 1207 |
2 files changed, 1238 insertions, 1176 deletions
diff --git a/minmode/resource/ui/HudTournament.res b/minmode/resource/ui/HudTournament.res index 6524de1..c2033d2 100644 --- a/minmode/resource/ui/HudTournament.res +++ b/minmode/resource/ui/HudTournament.res @@ -1,588 +1,619 @@ -"Resource/UI/HudTournament.res"
-{
- HudTournament
- {
- "ControlName" "EditablePanel"
- "fieldName" "HudTournament"
-
- "xpos" "c-125"
- "ypos" "0"
- "wide" "250"
- "tall" "480"
-
- "team1_player_base_offset_x" "-75"
- "team1_player_base_y" "0"
- "team1_player_delta_x" "-47"
- "team1_player_delta_y" "0"
- "team2_player_base_offset_x" "25"
- "team2_player_base_y" "0"
- "team2_player_delta_x" "47"
- "team2_player_delta_y" "0"
-
- "playerpanels_kv"
- {
- "visible" "0"
- "wide" "50"
- "tall" "33"
- "zpos" "1"
- "tabPosition" "0"
-
-
- "color_ready" "0 255 0 220"
- "color_notready" "0 0 0 220"
-
- "playername"
- {
- "ControlName" "CExLabel"
- "fieldName" "playername"
- "font" "DefaultVerySmall"
- "xpos" "5"
- "ypos" "24"
- "zpos" "5"
- "wide" "50"
- "tall" "8"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "labelText" "%playername%"
- "textAlignment" "north-west"
- //"fgcolor" "235 226 202 255"
-
- if_mvm
- {
- "xpos" "4"
- "ypos" "25"
- "wide" "48"
- "textAlignment" "center"
- "font" "PlayerPanelPlayerName"
- }
- }
-
- "classimage"
- {
- "ControlName" "CTFClassImage"
- "fieldName" "classimage"
- "xpos" "2"
- "ypos" "2"
- "zpos" "2"
- "wide" "22"
- "tall" "22"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/class_scoutred"
- "scaleImage" "1"
-
- if_mvm
- {
- "xpos" "5"
- "ypos" "4"
- "wide" "20"
- "tall" "20"
- "image" "../vgui/hud_connecting"
- }
- }
-
- "classimagebg"
- {
- "ControlName" "Panel"
- "fieldName" "classimagebg"
- "xpos" "5"
- "ypos" "4"
- "zpos" "2"
- "wide" "20"
- "tall" "20"
- "visible" "0"
- "enabled" "1"
- "bgcolor_override" "Black"
- "PaintBackgroundType" "0"
-
- if_mvm
- {
- "visible" "1"
- }
- }
-
- "HealthIcon"
- {
- "ControlName" "EditablePanel"
- "fieldName" "HealthIcon"
- "xpos" "22"
- "ypos" "-3"
- "zpos" "3"
- "wide" "32"
- "tall" "32"
- "visible" "1"
- "enabled" "1"
- "HealthBonusPosAdj" "10"
- "HealthDeathWarning" "0.49"
- "TFFont" "HudFontSmallest"
- "HealthDeathWarningColor" "HUDDeathWarning"
- "TextColor" "HudOffWhite"
- }
-
- "ReadyBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "ReadyBG"
- "xpos" "30"
- "ypos" "6"
- "zpos" "-1"
- "wide" "16"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "image" "../HUD/tournament_panel_brown"
-
- "src_corner_height" "22" // pixels inside the image
- "src_corner_width" "22"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
-
- if_mvm
- {
- "visible" "1"
- }
- }
-
- "ReadyImage"
- {
- "ControlName" "ImagePanel"
- "fieldName" "ReadyImage"
- "xpos" "32"
- "ypos" "8"
- "zpos" "0"
- "wide" "12"
- "tall" "12"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "image" "hud/checkmark"
- "scaleImage" "1"
-
- if_mvm
- {
- "visible" "1"
- }
- }
-
- "respawntime"
- {
- "ControlName" "CExLabel"
- "fieldName" "respawntime"
- "font" "DefaultSmall"
- "xpos" "30"
- "ypos" "18"
- "zpos" "5"
- "wide" "23"
- "tall" "10"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "labelText" "%respawntime%"
- "textAlignment" "west"
- //"fgcolor" "235 226 202 255"
- }
-
- "chargeamount"
- {
- "ControlName" "CExLabel"
- "fieldName" "chargeamount"
- "font" "DefaultSmall"
- "xpos" "25"
- "ypos" "17"
- "zpos" "6"
- "wide" "25"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "labelText" "%chargeamount%"
- "textAlignment" "north"
- "fgcolor" "0 255 0 255"
-
- if_mvm
- {
- "visible" "0"
- }
- }
-
- "specindex"
- {
- "ControlName" "CExLabel"
- "fieldName" "specindex"
- "font" "DefaultVerySmall"
- "xpos" "4"
- "ypos" "2"
- "zpos" "5"
- "wide" "50"
- "tall" "8"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "labelText" "%specindex%"
- "textAlignment" "north-west"
- //"fgcolor" "235 226 202 255"
- }
-
- if_mvm
- {
- "wide" "55"
- "tall" "35"
- }
- }
-
- if_mvm
- {
- "xpos" "c-250"
- "ypos" "0"
- "wide" "500"
- "tall" "480"
-
- "team1_player_base_y" "66"
- "team2_player_delta_x" "52"
- }
- }
-
- "HudTournamentBackground"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudTournamentBackground"
- "xpos" "0"
- "ypos" "26"
- "zpos" "-1"
- "wide" "250"
- "tall" "18"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../HUD/tournament_panel_brown"
-
- "src_corner_height" "23" // pixels inside the image
- "src_corner_width" "23"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentLabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentLabel"
- "font" "HudFontSmall"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "1"
- "wide" "240"
- "tall" "19"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%tournamentstatelabel%"
- "textAlignment" "center"
-
- if_mvm
- {
- "visible" "0"
- }
- }
-
- "HudTournamentBLUEBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudTournamentBLUEBG"
- "xpos" "0"
- "ypos" "10"
- "zpos" "-1"
- "wide" "125"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../HUD/tournament_panel_blu"
-
- "src_corner_height" "15" // pixels inside the image
- "src_corner_width" "15"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentBLUELabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentBLUELabel"
- "font" "Cerbetica16"
- "xpos" "4"
- "ypos" "10"
- "zpos" "1"
- "wide" "65"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%bluenamelabel%"
- "textAlignment" "west"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentBLUEStateLabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentBLUEStateLabel"
- "font" "CerbeticaBold16"
- "xpos" "56"
- "ypos" "10"
- "zpos" "1"
- "wide" "65"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%bluestate%"
- "textAlignment" "east"
-
- if_mvm
- {
- "visible" "0"
- }
- }
-
- "HudTournamentREDBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudTournamentREDBG"
- "xpos" "125"
- "ypos" "10"
- "zpos" "-1"
- "wide" "125"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../HUD/tournament_panel_red"
-
- "src_corner_height" "15" // pixels inside the image
- "src_corner_width" "15"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentREDLabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentREDLabel"
- "font" "Cerbetica16"
- "xpos" "180"
- "ypos" "10"
- "zpos" "1"
- "wide" "65"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%rednamelabel%"
- "textAlignment" "east"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentREDStateLabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentREDStateLabel"
- "font" "CerbeticaBold16"
- "xpos" "130"
- "ypos" "10"
- "zpos" "1"
- "wide" "65"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%redstate%"
- "textAlignment" "west"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentConditionLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "TournamentConditionLabel"
- "font" "CerbeticaBold16"
- "fgcolor" "TanLight"
- "xpos" "0"
- "ypos" "17"
- "zpos" "1"
- "wide" "250"
- "tall" "35"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%winconditions%"
- "textAlignment" "center"
-
- if_mvm
- {
- "visible" "0"
- }
- }
-
- "HudTournamentBGHelp"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudTournamentBGHelp"
- "xpos" "0"
- "ypos" "51"
- "zpos" "-1"
- "wide" "250"
- "tall" "12"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../HUD/tournament_panel_brown"
-
-
- "src_corner_height" "23" // pixels inside the image
- "src_corner_width" "23"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height""0"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentInstructionsLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "TournamentInstructionsLabel"
- "font" "Cerbetica11"
- "xpos" "0"
- "ypos" "51"
- "wide" "250"
- "tall" "12"
- "zpos" "1"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%readylabel%"
- "textAlignment" "center"
-
- if_mvm
- {
- "font" "CerbeticaBold16"
- "xpos" "155"
- "ypos" "105"
- "wide" "190"
- "tall" "16"
- "zpos" "3"
- }
- }
-
-
-
- "CountdownBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "CountdownBG"
- "xpos" "230"
- "ypos" "r55"
- "zpos" "-1"
- "wide" "40"
- "tall" "40"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "image" "../HUD/color_panel_red"
-
- "src_corner_height" "23" // pixels inside the image
- "src_corner_width" "23"
-
- "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "5"
- }
-
- "CountdownLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "CountdownLabel"
- "font" "Cerbetica24"
- "xpos" "230"
- "ypos" "r55"
- "wide" "40"
- "tall" "40"
- "zpos" "1"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%tournamentstatelabel%"
- "textAlignment" "center"
- }
-
- "CountdownLabelShadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "CountdownLabelShadow"
- "font" "Cerbetica24"
- "xpos" "231"
- "ypos" "r54"
- "wide" "40"
- "tall" "40"
- "zpos" "1"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%tournamentstatelabel%"
- "textAlignment" "center"
- "fgcolor" "Black"
- }
-}
+"Resource/UI/HudTournament.res" +{ + HudTournament + { + "ControlName" "EditablePanel" + "fieldName" "HudTournament" + + "xpos" "c-125" + "ypos" "0" + "wide" "250" + "tall" "480" + + "team1_player_base_offset_x" "-75" + "team1_player_base_y" "0" + "team1_player_delta_x" "-47" + "team1_player_delta_y" "0" + "team2_player_base_offset_x" "25" + "team2_player_base_y" "0" + "team2_player_delta_x" "47" + "team2_player_delta_y" "0" + + "playerpanels_kv" + { + "visible" "0" + "wide" "50" + "tall" "33" + "zpos" "1" + "tabPosition" "0" + + + "color_ready" "0 255 0 220" + "color_notready" "0 0 0 220" + + "playername" + { + "ControlName" "CExLabel" + "fieldName" "playername" + "font" "DefaultVerySmall" + "xpos" "5" + "ypos" "24" + "zpos" "5" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%playername%" + "textAlignment" "north-west" + //"fgcolor" "235 226 202 255" + + if_mvm + { + "xpos" "4" + "ypos" "25" + "wide" "48" + "textAlignment" "center" + "font" "PlayerPanelPlayerName" + } + } + + "classimage" + { + "ControlName" "CTFClassImage" + "fieldName" "classimage" + "xpos" "2" + "ypos" "2" + "zpos" "2" + "wide" "22" + "tall" "22" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + + if_mvm + { + "xpos" "5" + "ypos" "4" + "wide" "20" + "tall" "20" + "image" "../vgui/hud_connecting" + } + } + + "classimagebg" + { + "ControlName" "Panel" + "fieldName" "classimagebg" + "xpos" "5" + "ypos" "4" + "zpos" "2" + "wide" "20" + "tall" "20" + "visible" "0" + "enabled" "1" + "bgcolor_override" "Black" + "PaintBackgroundType" "0" + + if_mvm + { + "visible" "1" + } + } + + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "22" + "ypos" "-3" + "zpos" "3" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmallest" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + + "ReadyBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ReadyBG" + "xpos" "30" + "ypos" "6" + "zpos" "-1" + "wide" "16" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../HUD/tournament_panel_brown" + + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "1" + } + } + + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "xpos" "32" + "ypos" "8" + "zpos" "0" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "hud/checkmark" + "scaleImage" "1" + + if_mvm + { + "visible" "1" + } + } + + "respawntime" + { + "ControlName" "CExLabel" + "fieldName" "respawntime" + "font" "DefaultSmall" + "xpos" "30" + "ypos" "18" + "zpos" "5" + "wide" "23" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "west" + //"fgcolor" "235 226 202 255" + } + + "chargeamount" + { + "ControlName" "CExLabel" + "fieldName" "chargeamount" + "font" "DefaultSmall" + "xpos" "25" + "ypos" "17" + "zpos" "6" + "wide" "25" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "north" + "fgcolor" "0 255 0 255" + + if_mvm + { + "visible" "0" + } + } + + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "font" "DefaultVerySmall" + "xpos" "4" + "ypos" "2" + "zpos" "5" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%specindex%" + "textAlignment" "north-west" + //"fgcolor" "235 226 202 255" + } + + if_mvm + { + "wide" "55" + "tall" "35" + } + } + + if_mvm + { + "xpos" "c-250" + "ypos" "0" + "wide" "500" + "tall" "480" + + "team1_player_base_y" "66" + "team2_player_delta_x" "52" + } + } + + "HudTournamentBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBackground" + "xpos" "0" + "ypos" "26" + "zpos" "-1" + "wide" "250" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../HUD/tournament_panel_brown" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "0" + } + } + "TournamentLabel" + { + "ControlName" "Label" + "fieldName" "TournamentLabel" + "font" "HudFontSmall" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "240" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + + if_mvm + { + "visible" "0" + } + } + + "HudTournamentBLUEBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBLUEBG" + "xpos" "0" + "ypos" "10" + "zpos" "-1" + "wide" "125" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../HUD/tournament_panel_blu" + + "src_corner_height" "15" // pixels inside the image + "src_corner_width" "15" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "0" + } + } + "TournamentBLUELabel" + { + "ControlName" "Label" + "fieldName" "TournamentBLUELabel" + "font" "Cerbetica16" + "xpos" "4" + "ypos" "10" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%bluenamelabel%" + "textAlignment" "west" + + if_mvm + { + "visible" "0" + } + } + "TournamentBLUEStateLabel" + { + "ControlName" "Label" + "fieldName" "TournamentBLUEStateLabel" + "font" "Cerbetica16" + "xpos" "56" + "ypos" "10" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%bluestate%" + "textAlignment" "east" + + if_mvm + { + "visible" "0" + } + } + + "HudTournamentREDBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentREDBG" + "xpos" "125" + "ypos" "10" + "zpos" "-1" + "wide" "125" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../HUD/tournament_panel_red" + + "src_corner_height" "15" // pixels inside the image + "src_corner_width" "15" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "0" + } + } + "TournamentREDLabel" + { + "ControlName" "Label" + "fieldName" "TournamentREDLabel" + "font" "Cerbetica16" + "xpos" "180" + "ypos" "10" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%rednamelabel%" + "textAlignment" "east" + + if_mvm + { + "visible" "0" + } + } + "TournamentREDStateLabel" + { + "ControlName" "Label" + "fieldName" "TournamentREDStateLabel" + "font" "Cerbetica16" + "xpos" "130" + "ypos" "10" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%redstate%" + "textAlignment" "west" + + if_mvm + { + "visible" "0" + } + } + "TournamentConditionLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentConditionLabel" + "font" "Cerbetica14" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "16" + "zpos" "1" + "wide" "250" + "tall" "37" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%winconditions%" + "textAlignment" "center" + + if_mvm + { + "visible" "0" + } + } + + "HudTournamentBGHelp" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBGHelp" + "xpos" "0" + "ypos" "49" + "zpos" "-1" + "wide" "250" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../HUD/tournament_panel_brown" + + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height""0" + + if_mvm + { + "visible" "0" + } + } + + "HelpBackground" + { + "ControlName" "ImagePanel" + "fieldName" "ScoreboardBackground" + "xpos" "0" + "ypos" "26" + "zpos" "-1" + "wide" "250" + "tall" "18" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + + "TournamentInstructionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentInstructionsLabel" + "font" "Cerbetica11" + "xpos" "0" + "ypos" "52" + "wide" "250" + "tall" "13" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%readylabel%" + "textAlignment" "center" + + if_mvm + { + "font" "CerbeticaBold16" + "xpos" "155" + "ypos" "105" + "wide" "190" + "tall" "16" + "zpos" "3" + } + } + + "InstructionsBackground" + { + "ControlName" "ImagePanel" + "fieldName" "InstructionBackground" + "xpos" "0" + "ypos" "50" + "zpos" "-1" + "wide" "250" + "tall" "16" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + + + + "CountdownBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "CountdownBG" + "xpos" "230" + "ypos" "r55" + "zpos" "-1" + "wide" "40" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../HUD/color_panel_red" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + + "CountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabel" + "font" "Cerbetica24" + "xpos" "230" + "ypos" "r55" + "wide" "40" + "tall" "40" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + } + + "CountdownLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelShadow" + "font" "Cerbetica24" + "xpos" "231" + "ypos" "r54" + "wide" "40" + "tall" "40" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + "fgcolor" "Black" + } +} diff --git a/resource/ui/HudTournament.res b/resource/ui/HudTournament.res index 6524de1..c2033d2 100644 --- a/resource/ui/HudTournament.res +++ b/resource/ui/HudTournament.res @@ -1,588 +1,619 @@ -"Resource/UI/HudTournament.res"
-{
- HudTournament
- {
- "ControlName" "EditablePanel"
- "fieldName" "HudTournament"
-
- "xpos" "c-125"
- "ypos" "0"
- "wide" "250"
- "tall" "480"
-
- "team1_player_base_offset_x" "-75"
- "team1_player_base_y" "0"
- "team1_player_delta_x" "-47"
- "team1_player_delta_y" "0"
- "team2_player_base_offset_x" "25"
- "team2_player_base_y" "0"
- "team2_player_delta_x" "47"
- "team2_player_delta_y" "0"
-
- "playerpanels_kv"
- {
- "visible" "0"
- "wide" "50"
- "tall" "33"
- "zpos" "1"
- "tabPosition" "0"
-
-
- "color_ready" "0 255 0 220"
- "color_notready" "0 0 0 220"
-
- "playername"
- {
- "ControlName" "CExLabel"
- "fieldName" "playername"
- "font" "DefaultVerySmall"
- "xpos" "5"
- "ypos" "24"
- "zpos" "5"
- "wide" "50"
- "tall" "8"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "labelText" "%playername%"
- "textAlignment" "north-west"
- //"fgcolor" "235 226 202 255"
-
- if_mvm
- {
- "xpos" "4"
- "ypos" "25"
- "wide" "48"
- "textAlignment" "center"
- "font" "PlayerPanelPlayerName"
- }
- }
-
- "classimage"
- {
- "ControlName" "CTFClassImage"
- "fieldName" "classimage"
- "xpos" "2"
- "ypos" "2"
- "zpos" "2"
- "wide" "22"
- "tall" "22"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/class_scoutred"
- "scaleImage" "1"
-
- if_mvm
- {
- "xpos" "5"
- "ypos" "4"
- "wide" "20"
- "tall" "20"
- "image" "../vgui/hud_connecting"
- }
- }
-
- "classimagebg"
- {
- "ControlName" "Panel"
- "fieldName" "classimagebg"
- "xpos" "5"
- "ypos" "4"
- "zpos" "2"
- "wide" "20"
- "tall" "20"
- "visible" "0"
- "enabled" "1"
- "bgcolor_override" "Black"
- "PaintBackgroundType" "0"
-
- if_mvm
- {
- "visible" "1"
- }
- }
-
- "HealthIcon"
- {
- "ControlName" "EditablePanel"
- "fieldName" "HealthIcon"
- "xpos" "22"
- "ypos" "-3"
- "zpos" "3"
- "wide" "32"
- "tall" "32"
- "visible" "1"
- "enabled" "1"
- "HealthBonusPosAdj" "10"
- "HealthDeathWarning" "0.49"
- "TFFont" "HudFontSmallest"
- "HealthDeathWarningColor" "HUDDeathWarning"
- "TextColor" "HudOffWhite"
- }
-
- "ReadyBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "ReadyBG"
- "xpos" "30"
- "ypos" "6"
- "zpos" "-1"
- "wide" "16"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "image" "../HUD/tournament_panel_brown"
-
- "src_corner_height" "22" // pixels inside the image
- "src_corner_width" "22"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
-
- if_mvm
- {
- "visible" "1"
- }
- }
-
- "ReadyImage"
- {
- "ControlName" "ImagePanel"
- "fieldName" "ReadyImage"
- "xpos" "32"
- "ypos" "8"
- "zpos" "0"
- "wide" "12"
- "tall" "12"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "image" "hud/checkmark"
- "scaleImage" "1"
-
- if_mvm
- {
- "visible" "1"
- }
- }
-
- "respawntime"
- {
- "ControlName" "CExLabel"
- "fieldName" "respawntime"
- "font" "DefaultSmall"
- "xpos" "30"
- "ypos" "18"
- "zpos" "5"
- "wide" "23"
- "tall" "10"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "labelText" "%respawntime%"
- "textAlignment" "west"
- //"fgcolor" "235 226 202 255"
- }
-
- "chargeamount"
- {
- "ControlName" "CExLabel"
- "fieldName" "chargeamount"
- "font" "DefaultSmall"
- "xpos" "25"
- "ypos" "17"
- "zpos" "6"
- "wide" "25"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "labelText" "%chargeamount%"
- "textAlignment" "north"
- "fgcolor" "0 255 0 255"
-
- if_mvm
- {
- "visible" "0"
- }
- }
-
- "specindex"
- {
- "ControlName" "CExLabel"
- "fieldName" "specindex"
- "font" "DefaultVerySmall"
- "xpos" "4"
- "ypos" "2"
- "zpos" "5"
- "wide" "50"
- "tall" "8"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "labelText" "%specindex%"
- "textAlignment" "north-west"
- //"fgcolor" "235 226 202 255"
- }
-
- if_mvm
- {
- "wide" "55"
- "tall" "35"
- }
- }
-
- if_mvm
- {
- "xpos" "c-250"
- "ypos" "0"
- "wide" "500"
- "tall" "480"
-
- "team1_player_base_y" "66"
- "team2_player_delta_x" "52"
- }
- }
-
- "HudTournamentBackground"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudTournamentBackground"
- "xpos" "0"
- "ypos" "26"
- "zpos" "-1"
- "wide" "250"
- "tall" "18"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../HUD/tournament_panel_brown"
-
- "src_corner_height" "23" // pixels inside the image
- "src_corner_width" "23"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentLabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentLabel"
- "font" "HudFontSmall"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "1"
- "wide" "240"
- "tall" "19"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%tournamentstatelabel%"
- "textAlignment" "center"
-
- if_mvm
- {
- "visible" "0"
- }
- }
-
- "HudTournamentBLUEBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudTournamentBLUEBG"
- "xpos" "0"
- "ypos" "10"
- "zpos" "-1"
- "wide" "125"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../HUD/tournament_panel_blu"
-
- "src_corner_height" "15" // pixels inside the image
- "src_corner_width" "15"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentBLUELabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentBLUELabel"
- "font" "Cerbetica16"
- "xpos" "4"
- "ypos" "10"
- "zpos" "1"
- "wide" "65"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%bluenamelabel%"
- "textAlignment" "west"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentBLUEStateLabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentBLUEStateLabel"
- "font" "CerbeticaBold16"
- "xpos" "56"
- "ypos" "10"
- "zpos" "1"
- "wide" "65"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%bluestate%"
- "textAlignment" "east"
-
- if_mvm
- {
- "visible" "0"
- }
- }
-
- "HudTournamentREDBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudTournamentREDBG"
- "xpos" "125"
- "ypos" "10"
- "zpos" "-1"
- "wide" "125"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../HUD/tournament_panel_red"
-
- "src_corner_height" "15" // pixels inside the image
- "src_corner_width" "15"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "0"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentREDLabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentREDLabel"
- "font" "Cerbetica16"
- "xpos" "180"
- "ypos" "10"
- "zpos" "1"
- "wide" "65"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%rednamelabel%"
- "textAlignment" "east"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentREDStateLabel"
- {
- "ControlName" "Label"
- "fieldName" "TournamentREDStateLabel"
- "font" "CerbeticaBold16"
- "xpos" "130"
- "ypos" "10"
- "zpos" "1"
- "wide" "65"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%redstate%"
- "textAlignment" "west"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentConditionLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "TournamentConditionLabel"
- "font" "CerbeticaBold16"
- "fgcolor" "TanLight"
- "xpos" "0"
- "ypos" "17"
- "zpos" "1"
- "wide" "250"
- "tall" "35"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%winconditions%"
- "textAlignment" "center"
-
- if_mvm
- {
- "visible" "0"
- }
- }
-
- "HudTournamentBGHelp"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudTournamentBGHelp"
- "xpos" "0"
- "ypos" "51"
- "zpos" "-1"
- "wide" "250"
- "tall" "12"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../HUD/tournament_panel_brown"
-
-
- "src_corner_height" "23" // pixels inside the image
- "src_corner_width" "23"
-
- "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional
- "draw_corner_height""0"
-
- if_mvm
- {
- "visible" "0"
- }
- }
- "TournamentInstructionsLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "TournamentInstructionsLabel"
- "font" "Cerbetica11"
- "xpos" "0"
- "ypos" "51"
- "wide" "250"
- "tall" "12"
- "zpos" "1"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%readylabel%"
- "textAlignment" "center"
-
- if_mvm
- {
- "font" "CerbeticaBold16"
- "xpos" "155"
- "ypos" "105"
- "wide" "190"
- "tall" "16"
- "zpos" "3"
- }
- }
-
-
-
- "CountdownBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "CountdownBG"
- "xpos" "230"
- "ypos" "r55"
- "zpos" "-1"
- "wide" "40"
- "tall" "40"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "image" "../HUD/color_panel_red"
-
- "src_corner_height" "23" // pixels inside the image
- "src_corner_width" "23"
-
- "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "5"
- }
-
- "CountdownLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "CountdownLabel"
- "font" "Cerbetica24"
- "xpos" "230"
- "ypos" "r55"
- "wide" "40"
- "tall" "40"
- "zpos" "1"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%tournamentstatelabel%"
- "textAlignment" "center"
- }
-
- "CountdownLabelShadow"
- {
- "ControlName" "CExLabel"
- "fieldName" "CountdownLabelShadow"
- "font" "Cerbetica24"
- "xpos" "231"
- "ypos" "r54"
- "wide" "40"
- "tall" "40"
- "zpos" "1"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "wrap" "0"
- "labelText" "%tournamentstatelabel%"
- "textAlignment" "center"
- "fgcolor" "Black"
- }
-}
+"Resource/UI/HudTournament.res" +{ + HudTournament + { + "ControlName" "EditablePanel" + "fieldName" "HudTournament" + + "xpos" "c-125" + "ypos" "0" + "wide" "250" + "tall" "480" + + "team1_player_base_offset_x" "-75" + "team1_player_base_y" "0" + "team1_player_delta_x" "-47" + "team1_player_delta_y" "0" + "team2_player_base_offset_x" "25" + "team2_player_base_y" "0" + "team2_player_delta_x" "47" + "team2_player_delta_y" "0" + + "playerpanels_kv" + { + "visible" "0" + "wide" "50" + "tall" "33" + "zpos" "1" + "tabPosition" "0" + + + "color_ready" "0 255 0 220" + "color_notready" "0 0 0 220" + + "playername" + { + "ControlName" "CExLabel" + "fieldName" "playername" + "font" "DefaultVerySmall" + "xpos" "5" + "ypos" "24" + "zpos" "5" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%playername%" + "textAlignment" "north-west" + //"fgcolor" "235 226 202 255" + + if_mvm + { + "xpos" "4" + "ypos" "25" + "wide" "48" + "textAlignment" "center" + "font" "PlayerPanelPlayerName" + } + } + + "classimage" + { + "ControlName" "CTFClassImage" + "fieldName" "classimage" + "xpos" "2" + "ypos" "2" + "zpos" "2" + "wide" "22" + "tall" "22" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + + if_mvm + { + "xpos" "5" + "ypos" "4" + "wide" "20" + "tall" "20" + "image" "../vgui/hud_connecting" + } + } + + "classimagebg" + { + "ControlName" "Panel" + "fieldName" "classimagebg" + "xpos" "5" + "ypos" "4" + "zpos" "2" + "wide" "20" + "tall" "20" + "visible" "0" + "enabled" "1" + "bgcolor_override" "Black" + "PaintBackgroundType" "0" + + if_mvm + { + "visible" "1" + } + } + + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "22" + "ypos" "-3" + "zpos" "3" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmallest" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + + "ReadyBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ReadyBG" + "xpos" "30" + "ypos" "6" + "zpos" "-1" + "wide" "16" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../HUD/tournament_panel_brown" + + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "1" + } + } + + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "xpos" "32" + "ypos" "8" + "zpos" "0" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "hud/checkmark" + "scaleImage" "1" + + if_mvm + { + "visible" "1" + } + } + + "respawntime" + { + "ControlName" "CExLabel" + "fieldName" "respawntime" + "font" "DefaultSmall" + "xpos" "30" + "ypos" "18" + "zpos" "5" + "wide" "23" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "west" + //"fgcolor" "235 226 202 255" + } + + "chargeamount" + { + "ControlName" "CExLabel" + "fieldName" "chargeamount" + "font" "DefaultSmall" + "xpos" "25" + "ypos" "17" + "zpos" "6" + "wide" "25" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "north" + "fgcolor" "0 255 0 255" + + if_mvm + { + "visible" "0" + } + } + + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "font" "DefaultVerySmall" + "xpos" "4" + "ypos" "2" + "zpos" "5" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%specindex%" + "textAlignment" "north-west" + //"fgcolor" "235 226 202 255" + } + + if_mvm + { + "wide" "55" + "tall" "35" + } + } + + if_mvm + { + "xpos" "c-250" + "ypos" "0" + "wide" "500" + "tall" "480" + + "team1_player_base_y" "66" + "team2_player_delta_x" "52" + } + } + + "HudTournamentBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBackground" + "xpos" "0" + "ypos" "26" + "zpos" "-1" + "wide" "250" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../HUD/tournament_panel_brown" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "0" + } + } + "TournamentLabel" + { + "ControlName" "Label" + "fieldName" "TournamentLabel" + "font" "HudFontSmall" + "xpos" "9999" + "ypos" "9999" + "zpos" "1" + "wide" "240" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + + if_mvm + { + "visible" "0" + } + } + + "HudTournamentBLUEBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBLUEBG" + "xpos" "0" + "ypos" "10" + "zpos" "-1" + "wide" "125" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../HUD/tournament_panel_blu" + + "src_corner_height" "15" // pixels inside the image + "src_corner_width" "15" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "0" + } + } + "TournamentBLUELabel" + { + "ControlName" "Label" + "fieldName" "TournamentBLUELabel" + "font" "Cerbetica16" + "xpos" "4" + "ypos" "10" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%bluenamelabel%" + "textAlignment" "west" + + if_mvm + { + "visible" "0" + } + } + "TournamentBLUEStateLabel" + { + "ControlName" "Label" + "fieldName" "TournamentBLUEStateLabel" + "font" "Cerbetica16" + "xpos" "56" + "ypos" "10" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%bluestate%" + "textAlignment" "east" + + if_mvm + { + "visible" "0" + } + } + + "HudTournamentREDBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentREDBG" + "xpos" "125" + "ypos" "10" + "zpos" "-1" + "wide" "125" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../HUD/tournament_panel_red" + + "src_corner_height" "15" // pixels inside the image + "src_corner_width" "15" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "0" + } + } + "TournamentREDLabel" + { + "ControlName" "Label" + "fieldName" "TournamentREDLabel" + "font" "Cerbetica16" + "xpos" "180" + "ypos" "10" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%rednamelabel%" + "textAlignment" "east" + + if_mvm + { + "visible" "0" + } + } + "TournamentREDStateLabel" + { + "ControlName" "Label" + "fieldName" "TournamentREDStateLabel" + "font" "Cerbetica16" + "xpos" "130" + "ypos" "10" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%redstate%" + "textAlignment" "west" + + if_mvm + { + "visible" "0" + } + } + "TournamentConditionLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentConditionLabel" + "font" "Cerbetica14" + "fgcolor" "TanLight" + "xpos" "0" + "ypos" "16" + "zpos" "1" + "wide" "250" + "tall" "37" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%winconditions%" + "textAlignment" "center" + + if_mvm + { + "visible" "0" + } + } + + "HudTournamentBGHelp" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBGHelp" + "xpos" "0" + "ypos" "49" + "zpos" "-1" + "wide" "250" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../HUD/tournament_panel_brown" + + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height""0" + + if_mvm + { + "visible" "0" + } + } + + "HelpBackground" + { + "ControlName" "ImagePanel" + "fieldName" "ScoreboardBackground" + "xpos" "0" + "ypos" "26" + "zpos" "-1" + "wide" "250" + "tall" "18" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + + "TournamentInstructionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentInstructionsLabel" + "font" "Cerbetica11" + "xpos" "0" + "ypos" "52" + "wide" "250" + "tall" "13" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%readylabel%" + "textAlignment" "center" + + if_mvm + { + "font" "CerbeticaBold16" + "xpos" "155" + "ypos" "105" + "wide" "190" + "tall" "16" + "zpos" "3" + } + } + + "InstructionsBackground" + { + "ControlName" "ImagePanel" + "fieldName" "InstructionBackground" + "xpos" "0" + "ypos" "50" + "zpos" "-1" + "wide" "250" + "tall" "16" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 100" + } + + + + "CountdownBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "CountdownBG" + "xpos" "230" + "ypos" "r55" + "zpos" "-1" + "wide" "40" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../HUD/color_panel_red" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + + "CountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabel" + "font" "Cerbetica24" + "xpos" "230" + "ypos" "r55" + "wide" "40" + "tall" "40" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + } + + "CountdownLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelShadow" + "font" "Cerbetica24" + "xpos" "231" + "ypos" "r54" + "wide" "40" + "tall" "40" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + "fgcolor" "Black" + } +} |
