diff options
| author | RaysFire <[email protected]> | 2012-12-29 16:20:39 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2012-12-29 16:20:39 -0600 |
| commit | 2213d69579e1b2f61e285612906fbc516200878e (patch) | |
| tree | b7e76d6632cb75beaa2abaffe77b922d71d52d05 | |
| parent | 8aae1c8b8ce2035d774e383c98505e08303772e5 (diff) | |
Fixed tournament spec hud for MvM.
| -rw-r--r-- | minmode/resource/ClientScheme.res | 1 | ||||
| -rw-r--r-- | minmode/resource/ui/SpectatorTournament.res | 56 | ||||
| -rw-r--r-- | resource/ui/SpectatorTournament.res | 1176 |
3 files changed, 563 insertions, 670 deletions
diff --git a/minmode/resource/ClientScheme.res b/minmode/resource/ClientScheme.res index c4f9543..2b93ad9 100644 --- a/minmode/resource/ClientScheme.res +++ b/minmode/resource/ClientScheme.res @@ -2950,6 +2950,7 @@ Scheme "antialias" "1"
}
}
+
"CerbeticaBold36"
{
"1"
diff --git a/minmode/resource/ui/SpectatorTournament.res b/minmode/resource/ui/SpectatorTournament.res index 343c158..501e057 100644 --- a/minmode/resource/ui/SpectatorTournament.res +++ b/minmode/resource/ui/SpectatorTournament.res @@ -129,15 +129,7 @@ "labelText" "%playername%"
"textAlignment" "west"
"fgcolor" "235 226 202 255"
-
- if_mvm
- {
- "xpos" "0"
- "ypos" "25"
- "wide" "55"
- "textAlignment" "center"
- "font" "PlayerPanelPlayerName"
- }
+
}
"classimage"
@@ -154,14 +146,6 @@ "team1_image" "../hud/class_scoutred"
"scaleImage" "1"
- if_mvm
- {
- "xpos" "5"
- "ypos" "4"
- "wide" "20"
- "tall" "20"
- "image" "../vgui/hud_connecting"
- }
}
"classimagebg"
@@ -178,10 +162,6 @@ "bgcolor_override" "Black"
"PaintBackgroundType" "0"
- if_mvm
- {
- "visible" "1"
- }
}
"HealthIcon"
@@ -223,10 +203,6 @@ "draw_corner_width" "3" // screen size of the corners ( and sides ), proportional
"draw_corner_height" "3"
- if_mvm
- {
- "visible" "1"
- }
}
"ReadyImage"
@@ -245,10 +221,6 @@ "image" "hud/checkmark"
"scaleImage" "1"
- if_mvm
- {
- "visible" "1"
- }
}
"respawntime"
@@ -268,10 +240,6 @@ "textAlignment" "west"
"fgcolor" "255 20 175 255"
- if_mvm
- {
- "ypos" "17"
- }
}
"respawntimeBG"
{
@@ -290,10 +258,6 @@ "textAlignment" "west"
"fgcolor" "TransparentBlack"
- if_mvm
- {
- "ypos" "17"
- }
}
"healthcover"
{
@@ -312,10 +276,6 @@ "textAlignment" "west"
"fgcolor" "15 15 15 255"
- if_mvm
- {
- "ypos" "17"
- }
}
"chargeamount"
@@ -371,22 +331,8 @@ //"fgcolor" "235 226 202 255"
}
- if_mvm
- {
- "wide" "55"
- "tall" "35"
- }
}
- if_mvm
- {
- "xpos" "c-250"
- "ypos" "6"
- "wide" "500"
- "tall" "180"
-
- "team1_player_delta_x" "52"
- }
}
"topbar"
diff --git a/resource/ui/SpectatorTournament.res b/resource/ui/SpectatorTournament.res index 1b702fb..501e057 100644 --- a/resource/ui/SpectatorTournament.res +++ b/resource/ui/SpectatorTournament.res @@ -1,615 +1,561 @@ -"Resource/UI/SpectatorTournament.res" -{ - "specgui" - { - "ControlName" "Frame" - "fieldName" "specgui" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "enabled" "1" - - "team1_player_base_offset_x" "-367" - "team1_player_base_y" "460" - "team1_player_delta_x" "0" - "team1_player_delta_y" "-16" - "team2_player_base_offset_x" "207" - "team2_player_base_y" "460" - "team2_player_delta_x" "0" - "team2_player_delta_y" "-16" - - "playerpanels_kv" - { - "visible" "0" - "wide" "160" - "tall" "18" - "zpos" "1" - - - - "color_ready" "0 255 0 220" - "color_notready" "0 0 0 220" - - "tabPosition" "0" - - "PanelBackground" - { - "ControlName" "ImagePanel" - "fieldName" "PanelBackground" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "160" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "15 15 15 50" - } - - "PanelLeft" - { - "ControlName" "ImagePanel" - "fieldName" "PanelLeft" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "49" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "15 15 15 255" - } - - "PanelTop" - { - "ControlName" "ImagePanel" - "fieldName" "PanelTop" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "160" - "tall" "3" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "15 15 15 255" - } - - "PanelBottom" - { - "ControlName" "ImagePanel" - "fieldName" "PanelBottom" - "xpos" "0" - "ypos" "15" - "zpos" "-1" - "wide" "160" - "tall" "4" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "15 15 15 255" - } - - "PanelRight" - { - "ControlName" "ImagePanel" - "fieldName" "PanelRight" - "xpos" "157" - "ypos" "0" - "zpos" "-1" - "wide" "4" - "tall" "16" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "15 15 15 255" - } - - "playername" - { - "ControlName" "CExLabel" - "fieldName" "playername" - "font" "CerbeticaBold14" - "xpos" "50" - "ypos" "0" - "zpos" "5" - "wide" "90" - "tall" "16" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "labelText" "%playername%" - "textAlignment" "west" - "fgcolor" "235 226 202 255" - - if_mvm - { - "xpos" "0" - "ypos" "25" - "wide" "55" - "textAlignment" "center" - "font" "PlayerPanelPlayerName" - } - } - - "classimage" - { - "ControlName" "CTFClassImage" - "fieldName" "classimage" - "xpos" "0" - "ypos" "1" - "zpos" "2" - "wide" "22" - "tall" "22" - "visible" "1" - "enabled" "1" - "team1_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" "9999" - "ypos" "9999" - "zpos" "2" - "wide" "9999" - "tall" "9999" - "visible" "0" - "enabled" "1" - "bgcolor_override" "Black" - "PaintBackgroundType" "0" - - if_mvm - { - "visible" "1" - } - } - - "HealthIcon" - { - "ControlName" "EditablePanel" - "fieldName" "HealthIcon" - "xpos" "23" - "ypos" "1" - "zpos" "3" - "wide" "24" - "tall" "14" - "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "10" - "HealthDeathWarning" "0.49" - "TFFont" "HudFontSmallest" - "HealthDeathWarningColor" "HUDDeathWarning" - "TextColor" "HudOffWhite" - } - - "ReadyBG" - { - "ControlName" "ScalableImagePanel" - "fieldName" "ReadyBG" - "xpos" "0" - "ypos" "0" - "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" "3" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "3" - - 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" "Cerbetica12" - "xpos" "5" - "ypos" "5" - "zpos" "5" - "wide" "23" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "labelText" "%respawntime%" - "textAlignment" "west" - "fgcolor" "255 20 175 255" - - if_mvm - { - "ypos" "17" - } - } - "respawntimeBG" - { - "ControlName" "CExLabel" - "fieldName" "respawntimeBG" - "font" "Cerbetica12" - "xpos" "6" - "ypos" "6" - "zpos" "5" - "wide" "23" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "labelText" "%respawntime%" - "textAlignment" "west" - "fgcolor" "TransparentBlack" - - if_mvm - { - "ypos" "17" - } - } - "healthcover" - { - "ControlName" "CExLabel" - "fieldName" "healthcover" - "font" "Blocks48" - "xpos" "22" - "ypos" "1" - "zpos" "5" - "wide" "26" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "labelText" "%respawntime%" - "textAlignment" "west" - "fgcolor" "15 15 15 255" - - if_mvm - { - "ypos" "17" - } - } - - "chargeamount" - { - "ControlName" "CExLabel" - "fieldName" "chargeamount" - "font" "Cerbetica12" - "xpos" "130" - "ypos" "2" - "zpos" "6" - "wide" "25" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "labelText" "%chargeamount%" - "textAlignment" "east" - "fgcolor" "0 255 255 255" - } - "chargeamountBG" - { - "ControlName" "CExLabel" - "fieldName" "chargeamountBG" - "font" "Cerbetica12" - "xpos" "131" - "ypos" "3" - "zpos" "6" - "wide" "25" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "labelText" "%chargeamount%" - "textAlignment" "east" - "fgcolor" "TransparentBlack" - } - - "specindex" - { - "ControlName" "CExLabel" - "fieldName" "specindex" - "font" "DefaultVerySmall" - "xpos" "9999" - "ypos" "9999" - "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" "6" - "wide" "500" - "tall" "180" - - "team1_player_delta_x" "52" - } - } - - "topbar" - { - "ControlName" "Panel" - "fieldName" "TopBar" - "visible" "0" - "tall" "0" - } - "BottomBar" - { - "ControlName" "Frame" - "fieldName" "BottomBar" - "visible" "0" - "ypos" "100" - "tall" "0" - } - "bottombarblank" - { - "ControlName" "Panel" - "fieldName" "bottombarblank" - "visible" "0" - "ypos" "480" - } - "ReinforcementsLabel" - { - "ControlName" "CExLabel" - "fieldName" "ReinforcementsLabel" - "xpos" "c-300" [$WIN32] - "ypos" "50" [$WIN32] - "wide" "600" [$WIN32] - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#game_respawntime_in_secs" - "textAlignment" "center" - "font" "Cerbetica24" - } - "BuyBackLabel" - { - "ControlName" "CExLabel" - "fieldName" "BuyBackLabel" - "xpos" "c-190" - "ypos" "16" - "wide" "380" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "labelText" "#TF_PVE_Buyback" - "textAlignment" "center" - "font" "HudFontSmall" - "wrap" "1" - "centerwrap" "1" - - if_mvm - { - "visible" "1" - } - } - "MapLabel" - { - "ControlName" "CExLabel" - "fieldName" "MapLabel" - "visible" "0" - } - "ClassOrTeamLabel" - { - "ControlName" "CExLabel" - "fieldName" "ClassOrTeamLabel" - "visible" "0" - } - "SwitchCamModeKeyLabel" - { - "ControlName" "CExLabel" - "fieldName" "SwitchCamModeKeyLabel" - "visible" "0" - - } - "SwitchCamModeLabel" - { - "ControlName" "CExLabel" - "fieldName" "SwitchCamModeLabel" - "visible" "0" - } - "CycleTargetFwdKeyLabel" - { - "ControlName" "CExLabel" - "fieldName" "CycleTargetFwdKeyLabel" - "visible" "0" - } - "CycleTargetFwdLabel" - { - "ControlName" "CExLabel" - "fieldName" "CycleTargetFwdLabel" - "visible" "0" - } - "CycleTargetRevKeyLabel" - { - "ControlName" "CExLabel" - "fieldName" "CycleTargetRevKeyLabel" - "visible" "0" - } - "CycleTargetRevLabel" - { - "ControlName" "CExLabel" - "fieldName" "CycleTargetRevLabel" - "visible" "0" - } - "TipLabel" - { - "ControlName" "CExLabel" - "fieldName" "TipLabel" - "visible" "0" - } - "itempanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "itempanel" - "xpos" "r249" - "ypos" "c0" - "zpos" "1" - "wide" "240" - "tall" "900" - "visible" "0" - "bgcolor_override" "255 255 255 0" - "PaintBackgroundType" "0" - "paintborder" "0" - - "model_xpos" "10" - "model_center_y" "1" - "model_wide" "64" - "model_tall" "48" - - "text_xpos" "90" - "text_ypos" "25" - "text_wide" "150" - "text_center" "1" - - "max_text_height" "90" - "padding_height" "10" - "resize_to_text" "1" - "text_forcesize" "2" - - "ItemBackground" - { - "ControlName" "ImagePanel" - "fieldName" "ItemBackground" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "240" - "tall" "900" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - "TitleBackground" - { - "ControlName" "ImagePanel" - "fieldName" "TitleBackground" - "xpos" "4" - "ypos" "4" - "zpos" "-1" - "wide" "232" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - - "itemmodelpanel" - { - "fieldName" "itemmodelpanel" - "use_item_rendertarget" "1" - "useparentbg" "1" - } - - "ItemLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemLabel" - "font" "Cerbetica12" - "xpos" "10" - "ypos" "5" - "zpos" "1" - "wide" "270" - "tall" "12" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#FreezePanel_Item" - "textAlignment" "south-west" - "dulltext" "0" - "brighttext" "0" - } - - "attriblabel" - { - "ControlName" "CExLabel" - "fieldName" "attriblabel" - "font" "ItemFontAttribLarge" - "xpos" "0" - "ypos" "30" - "zpos" "2" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "south" - "fgcolor" "235 226 202 255" - "centerwrap" "1" - } - } -} +"Resource/UI/SpectatorTournament.res"
+{
+ "specgui"
+ {
+ "ControlName" "Frame"
+ "fieldName" "specgui"
+ "wide" "f0"
+ "tall" "480"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "enabled" "1"
+
+ "team1_player_base_offset_x" "-367"
+ "team1_player_base_y" "460"
+ "team1_player_delta_x" "0"
+ "team1_player_delta_y" "-16"
+ "team2_player_base_offset_x" "207"
+ "team2_player_base_y" "460"
+ "team2_player_delta_x" "0"
+ "team2_player_delta_y" "-16"
+
+ "playerpanels_kv"
+ {
+ "visible" "0"
+ "wide" "160"
+ "tall" "18"
+ "zpos" "1"
+
+
+
+ "color_ready" "0 255 0 220"
+ "color_notready" "0 0 0 220"
+
+ "tabPosition" "0"
+
+ "PanelBackground"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PanelBackground"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "160"
+ "tall" "18"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "15 15 15 50"
+ }
+
+ "PanelLeft"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PanelLeft"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "49"
+ "tall" "18"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "15 15 15 255"
+ }
+
+ "PanelTop"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PanelTop"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "160"
+ "tall" "3"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "15 15 15 255"
+ }
+
+ "PanelBottom"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PanelBottom"
+ "xpos" "0"
+ "ypos" "15"
+ "zpos" "-1"
+ "wide" "160"
+ "tall" "4"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "15 15 15 255"
+ }
+
+ "PanelRight"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PanelRight"
+ "xpos" "157"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "4"
+ "tall" "16"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "15 15 15 255"
+ }
+
+ "playername"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "playername"
+ "font" "CerbeticaBold14"
+ "xpos" "50"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "90"
+ "tall" "16"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "labelText" "%playername%"
+ "textAlignment" "west"
+ "fgcolor" "235 226 202 255"
+
+ }
+
+ "classimage"
+ {
+ "ControlName" "CTFClassImage"
+ "fieldName" "classimage"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "2"
+ "wide" "22"
+ "tall" "22"
+ "visible" "1"
+ "enabled" "1"
+ "team1_image" "../hud/class_scoutred"
+ "scaleImage" "1"
+
+ }
+
+ "classimagebg"
+ {
+ "ControlName" "Panel"
+ "fieldName" "classimagebg"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "2"
+ "wide" "9999"
+ "tall" "9999"
+ "visible" "0"
+ "enabled" "1"
+ "bgcolor_override" "Black"
+ "PaintBackgroundType" "0"
+
+ }
+
+ "HealthIcon"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "HealthIcon"
+ "xpos" "23"
+ "ypos" "1"
+ "zpos" "3"
+ "wide" "24"
+ "tall" "14"
+ "visible" "1"
+ "enabled" "1"
+ "HealthBonusPosAdj" "10"
+ "HealthDeathWarning" "0.49"
+ "TFFont" "HudFontSmallest"
+ "HealthDeathWarningColor" "HUDDeathWarning"
+ "TextColor" "HudOffWhite"
+ }
+
+ "ReadyBG"
+ {
+ "ControlName" "ScalableImagePanel"
+ "fieldName" "ReadyBG"
+ "xpos" "0"
+ "ypos" "0"
+ "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" "3" // screen size of the corners ( and sides ), proportional
+ "draw_corner_height" "3"
+
+ }
+
+ "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"
+
+ }
+
+ "respawntime"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "respawntime"
+ "font" "Cerbetica12"
+ "xpos" "5"
+ "ypos" "5"
+ "zpos" "5"
+ "wide" "23"
+ "tall" "10"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "labelText" "%respawntime%"
+ "textAlignment" "west"
+ "fgcolor" "255 20 175 255"
+
+ }
+ "respawntimeBG"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "respawntimeBG"
+ "font" "Cerbetica12"
+ "xpos" "6"
+ "ypos" "6"
+ "zpos" "5"
+ "wide" "23"
+ "tall" "10"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "labelText" "%respawntime%"
+ "textAlignment" "west"
+ "fgcolor" "TransparentBlack"
+
+ }
+ "healthcover"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "healthcover"
+ "font" "Blocks48"
+ "xpos" "22"
+ "ypos" "1"
+ "zpos" "5"
+ "wide" "26"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "labelText" "%respawntime%"
+ "textAlignment" "west"
+ "fgcolor" "15 15 15 255"
+
+ }
+
+ "chargeamount"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "chargeamount"
+ "font" "Cerbetica12"
+ "xpos" "130"
+ "ypos" "2"
+ "zpos" "6"
+ "wide" "25"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "labelText" "%chargeamount%"
+ "textAlignment" "east"
+ "fgcolor" "0 255 255 255"
+ }
+ "chargeamountBG"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "chargeamountBG"
+ "font" "Cerbetica12"
+ "xpos" "131"
+ "ypos" "3"
+ "zpos" "6"
+ "wide" "25"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "labelText" "%chargeamount%"
+ "textAlignment" "east"
+ "fgcolor" "TransparentBlack"
+ }
+
+ "specindex"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "specindex"
+ "font" "DefaultVerySmall"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "5"
+ "wide" "50"
+ "tall" "8"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "labelText" "%specindex%"
+ "textAlignment" "north-west"
+ //"fgcolor" "235 226 202 255"
+ }
+
+ }
+
+ }
+
+ "topbar"
+ {
+ "ControlName" "Panel"
+ "fieldName" "TopBar"
+ "visible" "0"
+ "tall" "0"
+ }
+ "BottomBar"
+ {
+ "ControlName" "Frame"
+ "fieldName" "BottomBar"
+ "visible" "0"
+ "ypos" "100"
+ "tall" "0"
+ }
+ "bottombarblank"
+ {
+ "ControlName" "Panel"
+ "fieldName" "bottombarblank"
+ "visible" "0"
+ "ypos" "480"
+ }
+ "ReinforcementsLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ReinforcementsLabel"
+ "xpos" "c-300" [$WIN32]
+ "ypos" "50" [$WIN32]
+ "wide" "600" [$WIN32]
+ "tall" "24"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#game_respawntime_in_secs"
+ "textAlignment" "center"
+ "font" "Cerbetica24"
+ }
+ "BuyBackLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "BuyBackLabel"
+ "xpos" "c-190"
+ "ypos" "16"
+ "wide" "380"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "1"
+ "labelText" "#TF_PVE_Buyback"
+ "textAlignment" "center"
+ "font" "HudFontSmall"
+ "wrap" "1"
+ "centerwrap" "1"
+
+ if_mvm
+ {
+ "visible" "1"
+ }
+ }
+ "MapLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "MapLabel"
+ "visible" "0"
+ }
+ "ClassOrTeamLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ClassOrTeamLabel"
+ "visible" "0"
+ }
+ "SwitchCamModeKeyLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "SwitchCamModeKeyLabel"
+ "visible" "0"
+
+ }
+ "SwitchCamModeLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "SwitchCamModeLabel"
+ "visible" "0"
+ }
+ "CycleTargetFwdKeyLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CycleTargetFwdKeyLabel"
+ "visible" "0"
+ }
+ "CycleTargetFwdLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CycleTargetFwdLabel"
+ "visible" "0"
+ }
+ "CycleTargetRevKeyLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CycleTargetRevKeyLabel"
+ "visible" "0"
+ }
+ "CycleTargetRevLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "CycleTargetRevLabel"
+ "visible" "0"
+ }
+ "TipLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TipLabel"
+ "visible" "0"
+ }
+ "itempanel"
+ {
+ "ControlName" "CItemModelPanel"
+ "fieldName" "itempanel"
+ "xpos" "r249"
+ "ypos" "c0"
+ "zpos" "1"
+ "wide" "240"
+ "tall" "900"
+ "visible" "0"
+ "bgcolor_override" "255 255 255 0"
+ "PaintBackgroundType" "0"
+ "paintborder" "0"
+
+ "model_xpos" "10"
+ "model_center_y" "1"
+ "model_wide" "64"
+ "model_tall" "48"
+
+ "text_xpos" "90"
+ "text_ypos" "25"
+ "text_wide" "150"
+ "text_center" "1"
+
+ "max_text_height" "90"
+ "padding_height" "10"
+ "resize_to_text" "1"
+ "text_forcesize" "2"
+
+ "ItemBackground"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "ItemBackground"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "-1"
+ "wide" "240"
+ "tall" "900"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "0 0 0 100"
+ }
+ "TitleBackground"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "TitleBackground"
+ "xpos" "4"
+ "ypos" "4"
+ "zpos" "-1"
+ "wide" "232"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "0 0 0 100"
+ }
+
+ "itemmodelpanel"
+ {
+ "fieldName" "itemmodelpanel"
+ "use_item_rendertarget" "1"
+ "useparentbg" "1"
+ }
+
+ "ItemLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ItemLabel"
+ "font" "Cerbetica12"
+ "xpos" "10"
+ "ypos" "5"
+ "zpos" "1"
+ "wide" "270"
+ "tall" "12"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#FreezePanel_Item"
+ "textAlignment" "south-west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "attriblabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "attriblabel"
+ "font" "ItemFontAttribLarge"
+ "xpos" "0"
+ "ypos" "30"
+ "zpos" "2"
+ "wide" "140"
+ "tall" "60"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%attriblist%"
+ "textAlignment" "south"
+ "fgcolor" "235 226 202 255"
+ "centerwrap" "1"
+ }
+ }
+}
|
