From 6a84e1117b257217344eddce009dc470c3c9440b Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 6 Dec 2017 21:06:54 -0500 Subject: 20171206 - Miscellenaous Formatting Tweaks --- resource/scheme/clientscheme_settings.res | 2 +- resource/ui/CharInfoLoadoutSubPanel.res | 6 +- resource/ui/HudArenaVsPanel.res | 5 +- resource/ui/HudArenaWinPanel.res | 13 +- resource/ui/HudBowCharge.res | 5 +- resource/ui/HudCurrencyAccount.res | 4 +- resource/ui/HudDamageAccount.res | 1 - resource/ui/HudDemomanCharge.res | 2 +- resource/ui/HudHealthAccount.res | 14 +- resource/ui/HudInspectPanel.res | 10 +- resource/ui/HudItemEffectMeter.res | 11 +- resource/ui/HudItemEffectMeter_Cleaver.res | 6 +- resource/ui/HudItemEffectMeter_Demoman.res | 11 +- resource/ui/HudItemEffectMeter_Engineer.res | 8 +- resource/ui/HudItemEffectMeter_Heavy.res | 8 +- resource/ui/HudItemEffectMeter_ParticleCannon.res | 8 +- resource/ui/HudItemEffectMeter_Pomson.res | 8 +- resource/ui/HudItemEffectMeter_PowerupBottle.res | 10 +- resource/ui/HudItemEffectMeter_Raygun.res | 10 +- resource/ui/HudItemEffectMeter_Sapper.res | 12 +- resource/ui/HudItemEffectMeter_Scout.res | 6 +- resource/ui/HudItemEffectMeter_Sniper.res | 15 +- resource/ui/HudItemEffectMeter_SniperFocus.res | 6 +- resource/ui/HudItemEffectMeter_SodaPopper.res | 8 +- resource/ui/HudItemEffectMeter_Spy.res | 13 +- resource/ui/HudItemEffectMeter_SpyKnife.res | 6 +- resource/ui/HudMannVsMachineStatus.res | 9 +- resource/ui/HudMedicCharge.res | 2 +- resource/ui/HudObjectiveFlagPanel-minmode.res | 132 +- resource/ui/HudObjectiveFlagPanel.res | 132 +- resource/ui/HudObjectiveKothTimePanel.res | 6 +- resource/ui/HudObjectiveStatus.res | 4 +- resource/ui/HudObjectiveTimePanel.res | 32 +- resource/ui/HudPlayerClass.res | 6 +- resource/ui/HudStopWatch.res | 9 +- resource/ui/HudTeamGoal.res | 28 +- resource/ui/HudTeamGoalTournament.res | 2 +- resource/ui/HudTournament.res | 103 +- resource/ui/HudTournamentSetup.res | 5 +- resource/ui/IntroMenu.res | 4 +- resource/ui/MainMenuOverride.res | 20 +- resource/ui/MapInfoMenu.res | 12 +- resource/ui/MedicCallerPanel.res | 26 +- resource/ui/MvMCreditSubPanel.res | 2 +- resource/ui/MvMInWorldCurrency.res | 16 +- resource/ui/MvMScoreboard.res | 10 +- resource/ui/ObjectiveStatusEscort.res | 173 +- resource/ui/ScoreBoard-9s.res | 1954 --------------------- resource/ui/ScoreBoard.res | 36 +- resource/ui/Spectator.res | 28 +- resource/ui/SpectatorGUIHealth.res | 24 +- resource/ui/SpectatorTournament.res | 259 ++- resource/ui/SpectatorTournamentGUIHealth.res | 26 +- resource/ui/TFAdvancedOptionsDialog.res | 40 +- resource/ui/TargetID.res | 98 +- resource/ui/Teammenu-center.res | 47 +- resource/ui/Teammenu.res | 51 +- resource/ui/TextWindow.res | 7 +- resource/ui/TextWindowCustomServer.res | 13 +- resource/ui/WaveStatusPanel.res | 38 +- resource/ui/huditemeffectmeter_kartcharge.res | 9 +- resource/ui/huditemeffectmeter_killstreak.res | 7 +- resource/ui/huditemeffectmeter_organs.res | 2 +- resource/ui/huditemeffectmeter_pyro.res | 2 +- resource/ui/hudkillstreaknotice.res | 6 +- resource/ui/hudmatchstatus.res | 13 +- resource/ui/hudmenutauntselection.res | 22 +- resource/ui/hudminigame_base.res | 17 +- resource/ui/hudroundcounter.res | 6 +- resource/ui/hudspellselection.res | 2 +- resource/ui/itemoptionspanel.res | 2 +- resource/ui/itemquickswitch.res | 6 +- resource/ui/itemrenamedialog.res | 4 +- resource/ui/itemrenameinvaliddialog.res | 6 +- resource/ui/itemselectionpanel.res | 2 +- resource/ui/loadoutpresetpanel.res | 4 +- resource/ui/lobbycontainerframe.res | 33 +- resource/ui/matchmakingpanel.res | 3 +- resource/ui/mvmvictorysplash.res | 4 +- resource/ui/objectivestatusmultipleescort.res | 12 +- resource/ui/pvprankpanel.res | 9 +- resource/ui/quickplaybusydialog.res | 9 +- resource/ui/quickplaydialog.res | 27 +- resource/ui/revivedialog.res | 3 +- resource/ui/statsummary.res | 27 +- resource/ui/statsummary_embedded.res | 150 +- resource/ui/steamworkshopdialog.res | 264 +-- resource/ui/streamlistpanel.res | 16 +- resource/ui/streampanel.res | 5 - resource/ui/tankprogressbar.res | 9 +- resource/ui/tankstatuspanel.res | 30 +- resource/ui/winpanel.res | 44 +- 92 files changed, 1067 insertions(+), 3250 deletions(-) delete mode 100644 resource/ui/ScoreBoard-9s.res (limited to 'resource') diff --git a/resource/scheme/clientscheme_settings.res b/resource/scheme/clientscheme_settings.res index 6842e3e..b1b508f 100644 --- a/resource/scheme/clientscheme_settings.res +++ b/resource/scheme/clientscheme_settings.res @@ -185,7 +185,7 @@ Scheme HudObjectives.FgColor "HudPanelForeground" HudObjectives.BgColor "HudPanelBackground" HudObjectives.BorderColor "HudPanelBorder" - + HudProgressBar.Active "HudProgressBarActive" HudProgressBar.InActive "HudProgressBarInActive" diff --git a/resource/ui/CharInfoLoadoutSubPanel.res b/resource/ui/CharInfoLoadoutSubPanel.res index 562657b..906bb71 100644 --- a/resource/ui/CharInfoLoadoutSubPanel.res +++ b/resource/ui/CharInfoLoadoutSubPanel.res @@ -279,7 +279,7 @@ "tabPosition" "0" "labelText" "" "textAlignment" "south-west" - "Command" "backpack" + "Command" "Backpack" "Default" "0" "font" "MenuKeys" "scaleImage" "1" @@ -641,8 +641,8 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "tabPosition" "0" "labelText" "?" "font" "HudFontSmallBold" diff --git a/resource/ui/HudArenaVsPanel.res b/resource/ui/HudArenaVsPanel.res index 3f31628..439d3a0 100644 --- a/resource/ui/HudArenaVsPanel.res +++ b/resource/ui/HudArenaVsPanel.res @@ -28,7 +28,7 @@ "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" } @@ -49,7 +49,6 @@ "color_outline" "52 48 45 255" } - "teamname" { "ControlName" "CExLabel" @@ -157,4 +156,4 @@ "fgcolor" "HudOffWhite" } } -} +} \ No newline at end of file diff --git a/resource/ui/HudArenaWinPanel.res b/resource/ui/HudArenaWinPanel.res index 260eea1..d55daad 100644 --- a/resource/ui/HudArenaWinPanel.res +++ b/resource/ui/HudArenaWinPanel.res @@ -2,7 +2,7 @@ { "ArenaWinPanelScores" { - "ControlName" "EditablePanel" + "ControlName" "EditablePanel" "fieldName" "ArenaWinPanelScores" "xpos" "0" "ypos" "36" @@ -87,7 +87,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "BlueTeamScore" { "ControlName" "CExLabel" @@ -138,7 +138,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "RedTeamScore" { "ControlName" "CExLabel" @@ -173,9 +173,8 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } - "ArenaStreaksBG" { "ControlName" "ScalableImagePanel" @@ -250,7 +249,7 @@ "src_corner_height" "3" "src_corner_width" "3" "draw_corner_width" "0" - "draw_corner_height" "0" + "draw_corner_height" "0" } "LosingTeamLabel" { @@ -1220,4 +1219,4 @@ "brighttext" "0" } } -} +} \ No newline at end of file diff --git a/resource/ui/HudBowCharge.res b/resource/ui/HudBowCharge.res index fc22223..b769f9a 100644 --- a/resource/ui/HudBowCharge.res +++ b/resource/ui/HudBowCharge.res @@ -21,6 +21,7 @@ "dulltext" "0" "brighttext" "0" } + "ChargeMeterLabel" { "ControlName" "CExLabel" @@ -43,5 +44,5 @@ "brighttext" "0" "font" "Cerbetica12" "fgcolor_override" "150 150 150 255" - } -} + } +} \ No newline at end of file diff --git a/resource/ui/HudCurrencyAccount.res b/resource/ui/HudCurrencyAccount.res index a3f15bd..8b30454 100644 --- a/resource/ui/HudCurrencyAccount.res +++ b/resource/ui/HudCurrencyAccount.res @@ -48,7 +48,7 @@ "enabled" "1" "textAlignment" "east" "labelText" "%currency%" - } + } "CurrencyShadow" { @@ -65,7 +65,7 @@ "enabled" "1" "textAlignment" "center" "labelText" "%currency%" - } + } "WhiteBG" { diff --git a/resource/ui/HudDamageAccount.res b/resource/ui/HudDamageAccount.res index 263e64b..4bb5cb1 100644 --- a/resource/ui/HudDamageAccount.res +++ b/resource/ui/HudDamageAccount.res @@ -13,7 +13,6 @@ "delta_item_font" "CerbeticaBoldOutline24" "delta_item_font_big" "CerbeticaBoldOutline24" "outline" "1" - } "DamageAccountValue" diff --git a/resource/ui/HudDemomanCharge.res b/resource/ui/HudDemomanCharge.res index b18f0ec..1ca2df4 100644 --- a/resource/ui/HudDemomanCharge.res +++ b/resource/ui/HudDemomanCharge.res @@ -45,5 +45,5 @@ "brighttext" "0" "font" "Cerbetica12" "fgcolor_override" "150 150 150 255" - } + } } \ No newline at end of file diff --git a/resource/ui/HudHealthAccount.res b/resource/ui/HudHealthAccount.res index 9fe2d5b..4e49fff 100644 --- a/resource/ui/HudHealthAccount.res +++ b/resource/ui/HudHealthAccount.res @@ -2,17 +2,17 @@ { "CHealthAccountPanel" { - "fieldName" "CHealthAccountPanel" - "delta_item_x" "128" - "delta_item_start_y" "65" - "delta_item_end_y" "90" + "fieldName" "CHealthAccountPanel" + "delta_item_x" "128" + "delta_item_start_y" "65" + "delta_item_end_y" "90" "delta_item_x_minmode" "0" "delta_item_start_y_minmode" "60" "delta_item_end_y_minmode" "75" - "PositiveColor" "0 255 0 255" - "NegativeColor" "255 0 0 255" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" "delta_lifetime" "1.5" "delta_lifetime_minmode" "1.0" - "delta_item_font" "CerbeticaBold28" + "delta_item_font" "CerbeticaBold28" } } \ No newline at end of file diff --git a/resource/ui/HudInspectPanel.res b/resource/ui/HudInspectPanel.res index 9c4a80f..c0c4f8a 100644 --- a/resource/ui/HudInspectPanel.res +++ b/resource/ui/HudInspectPanel.res @@ -18,10 +18,10 @@ "model_wide" "90" "model_tall" "60" - "text_xpos" "10" - "text_ypos" "10" - "text_wide" "170" - "text_center" "1" + "text_xpos" "10" + "text_ypos" "10" + "text_wide" "170" + "text_center" "1" "max_text_height" "100" "padding_height" "10" @@ -86,4 +86,4 @@ "brighttext" "0" } } -} +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter.res b/resource/ui/HudItemEffectMeter.res index 947ee93..da64201 100644 --- a/resource/ui/HudItemEffectMeter.res +++ b/resource/ui/HudItemEffectMeter.res @@ -28,10 +28,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_horiz1_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz1_red" + "teambg_2" "../hud/misc_ammo_area_horiz1_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz1_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz1_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" @@ -48,7 +48,6 @@ "autoResize" "1" "pinCorner" "2" "visible" "1" - "enabled" "1" "tabPosition" "0" "labelText" "#TF_Ball" @@ -72,7 +71,7 @@ "wide" "150" "tall" "8" "wide_minmode" "120" - "tall_minmode" "5" + "tall_minmode" "5" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -81,4 +80,4 @@ "dulltext" "0" "brighttext" "0" } -} +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Cleaver.res b/resource/ui/HudItemEffectMeter_Cleaver.res index a920167..ba8c079 100644 --- a/resource/ui/HudItemEffectMeter_Cleaver.res +++ b/resource/ui/HudItemEffectMeter_Cleaver.res @@ -28,10 +28,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_horiz2_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz2_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" diff --git a/resource/ui/HudItemEffectMeter_Demoman.res b/resource/ui/HudItemEffectMeter_Demoman.res index c061b1d..20801db 100644 --- a/resource/ui/HudItemEffectMeter_Demoman.res +++ b/resource/ui/HudItemEffectMeter_Demoman.res @@ -29,10 +29,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2" "../hud/misc_ammo_area_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" @@ -101,7 +101,8 @@ "font" "CerbeticaBold28" "font_minmode" "CerbeticaBold16" } - "ItemEffectMeterCountBackground" + + "ItemEffectMeterCountBackground" { "ControlName" "CExLabel" "fieldName" "ItemEffectMeterCountBackground" @@ -124,4 +125,4 @@ "font_minmode" "CerbeticaBold16" "fgcolor" "transparentblack" } -} +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Engineer.res b/resource/ui/HudItemEffectMeter_Engineer.res index c5bb61e..e50da40 100644 --- a/resource/ui/HudItemEffectMeter_Engineer.res +++ b/resource/ui/HudItemEffectMeter_Engineer.res @@ -28,10 +28,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2" "../hud/misc_ammo_area_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" @@ -120,4 +120,4 @@ "font_minmode" "CerbeticaBold16" "fgcolor" "transparentblack" } -} +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Heavy.res b/resource/ui/HudItemEffectMeter_Heavy.res index 5960a7b..49c064f 100644 --- a/resource/ui/HudItemEffectMeter_Heavy.res +++ b/resource/ui/HudItemEffectMeter_Heavy.res @@ -28,10 +28,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_horiz2_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz2_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" @@ -78,5 +78,5 @@ "textAlignment" "Center" "dulltext" "0" "brighttext" "0" - } + } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_ParticleCannon.res b/resource/ui/HudItemEffectMeter_ParticleCannon.res index 229d4da..20d1d64 100644 --- a/resource/ui/HudItemEffectMeter_ParticleCannon.res +++ b/resource/ui/HudItemEffectMeter_ParticleCannon.res @@ -28,10 +28,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_horiz2_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz2_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" @@ -78,5 +78,5 @@ "textAlignment" "Left" "dulltext" "0" "brighttext" "0" - } + } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Pomson.res b/resource/ui/HudItemEffectMeter_Pomson.res index a16f42a..ccb2fd7 100644 --- a/resource/ui/HudItemEffectMeter_Pomson.res +++ b/resource/ui/HudItemEffectMeter_Pomson.res @@ -28,10 +28,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_horiz3_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz3_red" + "teambg_2" "../hud/misc_ammo_area_horiz3_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz3_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz3_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" @@ -79,5 +79,5 @@ "textAlignment" "Center" "dulltext" "0" "brighttext" "0" - } + } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_PowerupBottle.res b/resource/ui/HudItemEffectMeter_PowerupBottle.res index e186adb..5235d6a 100644 --- a/resource/ui/HudItemEffectMeter_PowerupBottle.res +++ b/resource/ui/HudItemEffectMeter_PowerupBottle.res @@ -92,7 +92,7 @@ "ypos" "23" "zpos" "2" "wide" "40" - "tall" "6" + "tall" "6" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -100,8 +100,8 @@ "textAlignment" "Left" "dulltext" "0" "brighttext" "0" - } - + } + "ItemEffectMeterCount" { "ControlName" "CExLabel" @@ -119,6 +119,6 @@ "textAlignment" "east" "dulltext" "0" "brighttext" "0" - "font" "Cerbetica16" + "font" "Cerbetica16" } -} +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Raygun.res b/resource/ui/HudItemEffectMeter_Raygun.res index 7283c92..297c429 100644 --- a/resource/ui/HudItemEffectMeter_Raygun.res +++ b/resource/ui/HudItemEffectMeter_Raygun.res @@ -28,10 +28,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_horiz2_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz2_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" @@ -70,7 +70,7 @@ "wide" "150" "tall" "8" "wide_minmode" "120" - "tall_minmode" "5" + "tall_minmode" "5" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -78,5 +78,5 @@ "textAlignment" "Center" "dulltext" "0" "brighttext" "0" - } + } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Sapper.res b/resource/ui/HudItemEffectMeter_Sapper.res index a4538da..9c71f85 100644 --- a/resource/ui/HudItemEffectMeter_Sapper.res +++ b/resource/ui/HudItemEffectMeter_Sapper.res @@ -28,10 +28,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_horiz3_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz3_red" + "teambg_2" "../hud/misc_ammo_area_horiz3_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz3_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz3_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" @@ -50,10 +50,6 @@ "autoResize" "1" "pinCorner" "2" "visible" "1" - - - - "enabled" "1" "tabPosition" "0" "labelText" "#TF_ENERGYDRINK" @@ -64,7 +60,6 @@ "font" "Cerbetica12" "font_minmode" "TFFontSmall" "fgcolor_override" "150 150 150 255" - } "ItemEffectMeter" @@ -89,5 +84,4 @@ "dulltext" "0" "brighttext" "0" } - } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Scout.res b/resource/ui/HudItemEffectMeter_Scout.res index 847d1f8..3a7cf19 100644 --- a/resource/ui/HudItemEffectMeter_Scout.res +++ b/resource/ui/HudItemEffectMeter_Scout.res @@ -28,10 +28,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_horiz2_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz2_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" diff --git a/resource/ui/HudItemEffectMeter_Sniper.res b/resource/ui/HudItemEffectMeter_Sniper.res index 289fa65..0f7f594 100644 --- a/resource/ui/HudItemEffectMeter_Sniper.res +++ b/resource/ui/HudItemEffectMeter_Sniper.res @@ -27,10 +27,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2" "../hud/misc_ammo_area_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" @@ -64,7 +64,7 @@ "xpos" "0" "zpos" "2" "wide" "40" - "tall" "6" + "tall" "6" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -72,7 +72,7 @@ "textAlignment" "Center" "dulltext" "0" "brighttext" "0" - } + } "ItemEffectMeterCount" { @@ -96,7 +96,8 @@ "font" "CerbeticaBold28" "font_minmode" "CerbeticaBold16" } - "ItemEffectMeterCountBackground" + + "ItemEffectMeterCountBackground" { "ControlName" "CExLabel" "fieldName" "ItemEffectMeterCountBackground" @@ -119,4 +120,4 @@ "font_minmode" "CerbeticaBold16" "fgcolor" "transparentblack" } -} +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_SniperFocus.res b/resource/ui/HudItemEffectMeter_SniperFocus.res index 0bd6efc..e8f3367 100644 --- a/resource/ui/HudItemEffectMeter_SniperFocus.res +++ b/resource/ui/HudItemEffectMeter_SniperFocus.res @@ -28,10 +28,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_horiz3_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz3_red" + "teambg_2" "../hud/misc_ammo_area_horiz3_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz3_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz3_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" diff --git a/resource/ui/HudItemEffectMeter_SodaPopper.res b/resource/ui/HudItemEffectMeter_SodaPopper.res index 7fe92ed..6a53687 100644 --- a/resource/ui/HudItemEffectMeter_SodaPopper.res +++ b/resource/ui/HudItemEffectMeter_SodaPopper.res @@ -28,10 +28,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_horiz3_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz3_red" + "teambg_2" "../hud/misc_ammo_area_horiz3_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz3_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz3_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" @@ -79,5 +79,5 @@ "textAlignment" "Center" "dulltext" "0" "brighttext" "0" - } + } } \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_Spy.res b/resource/ui/HudItemEffectMeter_Spy.res index 606cdfc..860f5e2 100644 --- a/resource/ui/HudItemEffectMeter_Spy.res +++ b/resource/ui/HudItemEffectMeter_Spy.res @@ -29,10 +29,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2" "../hud/misc_ammo_area_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" @@ -69,7 +69,7 @@ "zpos" "2" "wide" "40" "wide_minmode" "50" - "tall" "6" + "tall" "6" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -101,7 +101,8 @@ "font" "CerbeticaBold28" "font_minmode" "CerbeticaBold16" } - "ItemEffectMeterCountBackground" + + "ItemEffectMeterCountBackground" { "ControlName" "CExLabel" "fieldName" "ItemEffectMeterCountBackground" @@ -124,4 +125,4 @@ "font_minmode" "CerbeticaBold16" "fgcolor" "transparentblack" } -} +} \ No newline at end of file diff --git a/resource/ui/HudItemEffectMeter_SpyKnife.res b/resource/ui/HudItemEffectMeter_SpyKnife.res index 57bc24a..c914763 100644 --- a/resource/ui/HudItemEffectMeter_SpyKnife.res +++ b/resource/ui/HudItemEffectMeter_SpyKnife.res @@ -28,10 +28,10 @@ "enabled" "1" "image" "../hud/misc_ammo_area_horiz2_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz2_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" diff --git a/resource/ui/HudMannVsMachineStatus.res b/resource/ui/HudMannVsMachineStatus.res index 00ef6cb..8b2dd6a 100644 --- a/resource/ui/HudMannVsMachineStatus.res +++ b/resource/ui/HudMannVsMachineStatus.res @@ -66,9 +66,7 @@ "visible" "1" "enabled" "1" } - - - + "WarningSwoop" { "ControlName" "CWarningSwoop" @@ -94,7 +92,7 @@ "wide" "640" "tall" "480" "visible" "0" - + "UpgradeProgressTrack" { "ControlName" "CMvMBombCarrierProgress" @@ -257,5 +255,4 @@ "fgcolor" "tanlight" } } - -} +} \ No newline at end of file diff --git a/resource/ui/HudMedicCharge.res b/resource/ui/HudMedicCharge.res index cbd2a8d..a0f45ee 100644 --- a/resource/ui/HudMedicCharge.res +++ b/resource/ui/HudMedicCharge.res @@ -41,6 +41,7 @@ "font_minmode" "CerbeticaBold32" "fgcolor" "Ammo In Clip" } + "ChargeLabelShadow" { "ControlName" "CExLabel" @@ -85,7 +86,6 @@ "fillcolor" "255 255 255 50" } - "IndividualChargesLabel" { "ControlName" "CExLabel" diff --git a/resource/ui/HudObjectiveFlagPanel-minmode.res b/resource/ui/HudObjectiveFlagPanel-minmode.res index 78eeece..be7a422 100644 --- a/resource/ui/HudObjectiveFlagPanel-minmode.res +++ b/resource/ui/HudObjectiveFlagPanel-minmode.res @@ -12,8 +12,7 @@ "visible" "0" "enabled" "0" - "if_hybrid" - { + "if_hybrid" { "zpos" "-1" } } @@ -32,22 +31,19 @@ "fillcolor" "70 130 180 153" "scaleImage" "1" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } - + "RightSideBG" { "ControlName" "ImagePanel" @@ -62,18 +58,15 @@ "fillcolor" "205 92 92 153" "scaleImage" "1" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } @@ -93,18 +86,15 @@ "image" "../hud/objectives_flagpanel_bg_outline" "scaleImage" "1" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } @@ -125,18 +115,15 @@ "font" "Cerbetica40" "fgcolor" "TanLight" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } @@ -157,22 +144,19 @@ "font" "Cerbetica40" "fgcolor" "70 130 180 153" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } - + "RedScore" { "ControlName" "CExLabel" @@ -189,18 +173,15 @@ "font" "Cerbetica40" "fgcolor" "TanLight" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } @@ -221,22 +202,19 @@ "font" "Cerbetica40" "fgcolor" "205 50 50 153" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } - + "OutlineImage" { "ControlName" "CTFImagePanel" @@ -267,13 +245,11 @@ "image" "../hud/objectives_flagpanel_carried_red" "scaleImage" "1" - "if_hybrid" - { + "if_hybrid" { "ypos" "r142" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "r142" } } @@ -296,22 +272,19 @@ "font" "Cerbetica14" "fgcolor" "TanLight" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } - + "PlayingToBG" { "ControlName" "ImagePanel" @@ -326,23 +299,20 @@ "fillcolor" "0 0 0 100" "scaleImage" "1" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } - "BlueFlag" + "BlueFlag" { "ControlName" "CTFFlagStatus" "fieldName" "BlueFlag" @@ -372,17 +342,15 @@ "ypos" "r113" } - "if_specialdelivery" - { + "if_specialdelivery" { "ypos" "r75" } - "if_no_flags" - { + "if_no_flags" { "visible" "0" } } - + "RedFlag" { "ControlName" "CTFFlagStatus" @@ -394,34 +362,30 @@ "tall" "90" "visible" "1" "enabled" "1" - + "if_hybrid" { "visible" "0" "ypos" "r110" } - "if_hybrid_single" - { + "if_hybrid_single" { "xpos" "c-80" } - "if_hybrid_double" - { + "if_hybrid_double" { "xpos" "c-45" } - "if_specialdelivery" - { + "if_specialdelivery" { "ypos" "r75" } - "if_no_flags" - { + "if_no_flags" { "visible" "0" } } - + "CaptureFlag" { "ControlName" "CTFArrowPanel" @@ -434,13 +398,11 @@ "visible" "0" "enabled" "1" - "if_hybrid" - { + "if_hybrid" { "ypos" "r100" } - "if_specialdelivery" - { + "if_specialdelivery" { "ypos" "r100" } } @@ -459,4 +421,4 @@ "image" "../hud/objectives_flagpanel_carried_red" "scaleImage" "1" } -} +} \ No newline at end of file diff --git a/resource/ui/HudObjectiveFlagPanel.res b/resource/ui/HudObjectiveFlagPanel.res index 129c8ce..cf01477 100644 --- a/resource/ui/HudObjectiveFlagPanel.res +++ b/resource/ui/HudObjectiveFlagPanel.res @@ -12,8 +12,7 @@ "visible" "1" "enabled" "1" - "if_hybrid" - { + "if_hybrid" { "zpos" "-1" } } @@ -32,22 +31,19 @@ "fillcolor" "70 130 180 153" "scaleImage" "1" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } - + "RightSideBG" { "ControlName" "ImagePanel" @@ -62,18 +58,15 @@ "fillcolor" "205 50 50 153" "scaleImage" "1" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } @@ -93,18 +86,15 @@ "image" "../hud/objectives_flagpanel_bg_outline" "scaleImage" "1" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } @@ -125,18 +115,15 @@ "font" "Cerbetica40" "fgcolor" "TanLight" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } @@ -157,22 +144,19 @@ "font" "Cerbetica40" "fgcolor" "Black" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } - + "RedScore" { "ControlName" "CExLabel" @@ -189,18 +173,15 @@ "font" "Cerbetica40" "fgcolor" "TanLight" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } @@ -221,22 +202,19 @@ "font" "Cerbetica40" "fgcolor" "Black" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } - + "OutlineImage" { "ControlName" "CTFImagePanel" @@ -267,13 +245,11 @@ "image" "../hud/objectives_flagpanel_carried_red" "scaleImage" "1" - "if_hybrid" - { + "if_hybrid" { "ypos" "r142" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "r142" } } @@ -296,22 +272,19 @@ "font" "Cerbetica14" "fgcolor" "TanLight" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } - + "PlayingToBG" { "ControlName" "ImagePanel" @@ -326,23 +299,20 @@ "fillcolor" "0 0 0 0" "scaleImage" "1" - "if_hybrid" - { + "if_hybrid" { "visible" "0" } - "if_mvm" - { + "if_mvm" { "visible" "0" } - "if_specialdelivery" - { + "if_specialdelivery" { "visible" "0" } } - "BlueFlag" + "BlueFlag" { "ControlName" "CTFFlagStatus" "fieldName" "BlueFlag" @@ -372,17 +342,15 @@ "ypos" "r113" } - "if_specialdelivery" - { + "if_specialdelivery" { "ypos" "r75" } - "if_no_flags" - { + "if_no_flags" { "visible" "0" } } - + "RedFlag" { "ControlName" "CTFFlagStatus" @@ -394,34 +362,30 @@ "tall" "90" "visible" "1" "enabled" "1" - + "if_hybrid" { "visible" "0" "ypos" "r110" } - "if_hybrid_single" - { + "if_hybrid_single" { "xpos" "c-80" } - "if_hybrid_double" - { + "if_hybrid_double" { "xpos" "c-45" } - "if_specialdelivery" - { + "if_specialdelivery" { "ypos" "r75" } - "if_no_flags" - { + "if_no_flags" { "visible" "0" } } - + "CaptureFlag" { "ControlName" "CTFArrowPanel" @@ -434,13 +398,11 @@ "visible" "0" "enabled" "1" - "if_hybrid" - { + "if_hybrid" { "ypos" "r100" } - "if_specialdelivery" - { + "if_specialdelivery" { "ypos" "r100" } } @@ -491,4 +453,4 @@ "image" "../hud/objectives_flagpanel_carried_red" "scaleImage" "1" } -} +} \ No newline at end of file diff --git a/resource/ui/HudObjectiveKothTimePanel.res b/resource/ui/HudObjectiveKothTimePanel.res index f618016..7568b96 100644 --- a/resource/ui/HudObjectiveKothTimePanel.res +++ b/resource/ui/HudObjectiveKothTimePanel.res @@ -2,8 +2,7 @@ { "HudKothTimeStatus" { - if_match - { + if_match { "zpos" "5" } } @@ -53,7 +52,6 @@ if_match { "proportionaltoparent" "1" - "xpos" "10" "ypos" "9" "tall" "10" @@ -148,4 +146,4 @@ "enabled" "1" "fillcolor" "TanLight" } -} +} \ No newline at end of file diff --git a/resource/ui/HudObjectiveStatus.res b/resource/ui/HudObjectiveStatus.res index eb93247..565065c 100644 --- a/resource/ui/HudObjectiveStatus.res +++ b/resource/ui/HudObjectiveStatus.res @@ -31,8 +31,8 @@ "tall" "31" "visible" "1" "enabled" "1" - "textAlignment" "center" + "textAlignment" "center" "labelText" "0:00" } } -} +} \ No newline at end of file diff --git a/resource/ui/HudObjectiveTimePanel.res b/resource/ui/HudObjectiveTimePanel.res index c50cd14..92fc35e 100644 --- a/resource/ui/HudObjectiveTimePanel.res +++ b/resource/ui/HudObjectiveTimePanel.res @@ -18,8 +18,7 @@ "draw_corner_width" "0" "draw_corner_height" "0" - if_match - { + if_match { "visible" "0" } } @@ -44,8 +43,7 @@ "color_warning" "TimerProgress.Warning" "percent_warning" "0.75" - if_match - { + if_match { "visible" "0" } } @@ -93,8 +91,7 @@ "image" "../hud/objectives_timepanel_suddendeath" "scaleImage" "1" - if_match - { + if_match { "wide" "0" } } @@ -124,7 +121,6 @@ "wide" "72" "ypos" "22" "font" "Cerbetica10" - } } "OvertimeBG" @@ -144,8 +140,7 @@ "image" "../hud/objectives_timepanel_suddendeath" "scaleImage" "1" - if_match - { + if_match { "wide" "0" } } @@ -194,8 +189,7 @@ "image" "../hud/objectives_timepanel_suddendeath" "scaleImage" "1" - if_match - { + if_match { "wide" "0" } } @@ -239,13 +233,12 @@ "tall_minmode" "0" "visible" "0" "enabled" "1" - "image" "../hud/objectives_timepanel_suddendeath" + "image" "../hud/objectives_timepanel_suddendeath" "scaleImage" "1" - if_match - { + if_match { "wide" "0" - } + } } "ServerTimeLimitLabel" { @@ -278,8 +271,8 @@ "font" "HudFontSmallestBold" "font_hidef" "HudFontSmallestBold" "font_lodef" "HudFontSmallestBold" - } - } + } + } "ServerTimeLimitLabelBG" { "ControlName" "CTFImagePanel" @@ -298,9 +291,8 @@ "image" "../hud/objectives_timepanel_suddendeath" "scaleImage" "1" - if_match - { + if_match { "wide" "0" } } -} +} \ No newline at end of file diff --git a/resource/ui/HudPlayerClass.res b/resource/ui/HudPlayerClass.res index 7bc5cb7..2bc5eaf 100644 --- a/resource/ui/HudPlayerClass.res +++ b/resource/ui/HudPlayerClass.res @@ -100,7 +100,6 @@ { "ControlName" "CTFPlayerModelPanel" "fieldName" "classmodelpanel" - "xpos" "r185" [$WIN32] "ypos" "r148" [$WIN32] "zpos" "2" @@ -114,7 +113,7 @@ "render_texture" "0" "fov" "12" "allow_rot" "1" - + "model" { "force_pos" "1" @@ -137,6 +136,7 @@ { "undefined" { + } "Scout" { @@ -230,4 +230,4 @@ } } } -} +} \ No newline at end of file diff --git a/resource/ui/HudStopWatch.res b/resource/ui/HudStopWatch.res index 549f76f..e1eb689 100644 --- a/resource/ui/HudStopWatch.res +++ b/resource/ui/HudStopWatch.res @@ -2,21 +2,21 @@ { "HudStopWatchBG" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "HudStopWatchBG" "xpos" "9999" "ypos" "9999" "zpos" "-1" "wide" "300" "tall" "31" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "image" "../HUD/tournament_panel_brown" - "src_corner_height" "23" // pixels inside the image + "src_corner_height" "23" // pixels inside the image "src_corner_width" "23" "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional @@ -51,7 +51,6 @@ "tall" "150" "visible" "0" "enabled" "1" - if_comp { @@ -100,7 +99,6 @@ "visible" "0" "enabled" "1" - if_comp { "font" "Cerbetica12" @@ -177,7 +175,6 @@ "enabled" "1" "image" "../hud/objectives_timepanel_suddendeath" - "src_corner_height" "2" // pixels inside the image "src_corner_width" "2" diff --git a/resource/ui/HudTeamGoal.res b/resource/ui/HudTeamGoal.res index b9a46fd..e4db160 100644 --- a/resource/ui/HudTeamGoal.res +++ b/resource/ui/HudTeamGoal.res @@ -2,25 +2,25 @@ { "HudTeamGoalBG" { - "ControlName" "CTFImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "HudTeamGoalBG" "xpos" "9999" "ypos" "9999" "zpos" "-1" "wide" "320" "tall" "150" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "image" "../hud/death_panel_blue_bg" - "scaleImage" "1" + "scaleImage" "1" "teambg_2" "../hud/death_panel_red_bg" "teambg_3" "../hud/death_panel_blue_bg" } "SwitchLabel" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "SwitchLabel" "font" "HudFontSmallBold" "xpos" "9999" @@ -29,17 +29,17 @@ "wide" "220" [$WIN32] "wide" "180" [$X360] "tall" "15" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "wrap" "1" "labelText" "#TF_teamswitch_attackers" - "textAlignment" "North" + "textAlignment" "North" } "GoalLabel" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "GoalLabel" "font" "HudFontSmall" "xpos" "99999" @@ -47,31 +47,31 @@ "zpos" "1" "wide" "220" "wide_hidef" "200" - "wide_lodef" "230" + "wide_lodef" "230" "tall" "55" "tall_lodef" "60" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "wrap" "1" "labelText" "" - "textAlignment" "North" + "textAlignment" "North" } "GoalImage" { - "ControlName" "CTFImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "GoalImage" "xpos" "99999" "ypos" "9999" "zpos" "1" "wide" "45" "tall" "45" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "image" "../hud/hud_icon_attack" - "scaleImage" "1" + "scaleImage" "1" } -} +} \ No newline at end of file diff --git a/resource/ui/HudTeamGoalTournament.res b/resource/ui/HudTeamGoalTournament.res index 93f6195..104da5f 100644 --- a/resource/ui/HudTeamGoalTournament.res +++ b/resource/ui/HudTeamGoalTournament.res @@ -146,4 +146,4 @@ "enabled" "1" "image" "../HUD/arrow_big" } -} +} \ No newline at end of file diff --git a/resource/ui/HudTournament.res b/resource/ui/HudTournament.res index bab9f6c..ad2ab00 100644 --- a/resource/ui/HudTournament.res +++ b/resource/ui/HudTournament.res @@ -5,12 +5,11 @@ HudTournament { "ControlName" "EditablePanel" - "fieldName" "HudTournament" - - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" + "fieldName" "HudTournament" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" "team1_player_base_offset_x" "-75" "team1_player_base_y" "0" @@ -21,10 +20,12 @@ "team2_player_delta_x" "47" "team2_player_delta_y" "0" "teams_player_delta_x_comp" "42" + "avatar_width" "63" "spacer" "5" "name_width" "57" "horiz_inset" "2" + "ModeImage" { "ControlName" "ImagePanel" @@ -42,8 +43,7 @@ "scaleImage" "1" "proportionaltoparent" "1" - if_competitive - { + if_competitive { "visible" "1" } } @@ -56,7 +56,6 @@ "zpos" "1" "tabPosition" "0" - "color_ready" "0 255 0 220" "color_notready" "0 0 0 220" @@ -92,7 +91,7 @@ "labelText" "%playername%" "textAlignment" "north-west" //"fgcolor" "235 226 202 255" - + if_mvm { "xpos" "1" @@ -176,18 +175,15 @@ "bgcolor_override" "0 0 0 100" "PaintBackgroundType" "0" - if_mvm - { + if_mvm { "visible" "1" } - if_competitive - { + if_competitive { "visible" "1" } - if_readymode - { + if_readymode { "visible" "1" } } @@ -231,20 +227,17 @@ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" - if_mvm - { + if_mvm { "visible" "1" "zpos" "-2" } - if_competitive - { + if_competitive { "visible" "1" "zpos" "-2" } - if_readymode - { + if_readymode { "visible" "1" "zpos" "-2" } @@ -267,18 +260,15 @@ "fillcolor" "15 165 165 255" "scaleImage" "1" - if_mvm - { + if_mvm { "visible" "1" } - if_competitive - { + if_competitive { "visible" "1" } - if_readymode - { + if_readymode { "visible" "1" } } @@ -318,8 +308,7 @@ "textAlignment" "north" "fgcolor" "0 255 0 255" - if_mvm - { + if_mvm { "visible" "0" } } @@ -420,8 +409,7 @@ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" - if_mvm - { + if_mvm { "visible" "0" } @@ -456,8 +444,7 @@ "labelText" "%tournamentstatelabel%" "textAlignment" "center" - if_mvm - { + if_mvm { "visible" "0" } if_competitive @@ -494,8 +481,7 @@ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" - if_mvm - { + if_mvm { "visible" "0" } @@ -530,8 +516,7 @@ "labelText" "%bluenamelabel%" "textAlignment" "west" - if_mvm - { + if_mvm { "visible" "0" } @@ -565,8 +550,7 @@ "labelText" "%bluestate%" "textAlignment" "east" - if_mvm - { + if_mvm { "visible" "0" } @@ -604,8 +588,7 @@ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" - if_mvm - { + if_mvm { "visible" "0" } @@ -639,8 +622,7 @@ "labelText" "%rednamelabel%" "textAlignment" "east" - if_mvm - { + if_mvm { "visible" "0" } @@ -674,8 +656,7 @@ "labelText" "%redstate%" "textAlignment" "west" - if_mvm - { + if_mvm { "visible" "0" } @@ -711,8 +692,7 @@ "labelText" "%winconditions%" "textAlignment" "center" - if_mvm - { + if_mvm { "visible" "0" } @@ -752,8 +732,7 @@ "labelText" "%winconditions%" "textAlignment" "center" - if_mvm - { + if_mvm { "visible" "0" } @@ -796,18 +775,15 @@ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height""0" - if_mvm - { + if_mvm { "visible" "0" } - if_competitive - { + if_competitive { "visible" "0" } - if_readymode - { + if_readymode { "visible" "0" } } @@ -826,13 +802,11 @@ "enabled" "1" "fillcolor" "0 0 0 100" - if_mvm - { + if_mvm { "visible" "0" } - if_readymode - { + if_readymode { "xpos" "c-125" } @@ -903,8 +877,7 @@ "enabled" "1" "fillcolor" "0 0 0 100" - if_mvm - { + if_mvm { "visible" "0" } @@ -921,8 +894,6 @@ } } - - "CountdownBG" { "ControlName" "ScalableImagePanel" @@ -993,7 +964,6 @@ "xpos" "c-20" } - if_competitive { "xpos" "c-20" @@ -1008,7 +978,6 @@ "ypos" "130" "tall" "20" } - } "CountdownLabelShadow" @@ -1052,4 +1021,4 @@ "tall" "22" } } -} +} \ No newline at end of file diff --git a/resource/ui/HudTournamentSetup.res b/resource/ui/HudTournamentSetup.res index 0222585..8807b0c 100644 --- a/resource/ui/HudTournamentSetup.res +++ b/resource/ui/HudTournamentSetup.res @@ -14,8 +14,7 @@ "visible" "1" "enabled" "1" "fillcolor" "0 0 0 100" - - + "src_corner_height" "20" // pixels inside the image "src_corner_width" "20" @@ -165,4 +164,4 @@ "armedFgColor_override" "Button Color" "depressedFgColor_override" "Button Color" } -} +} \ No newline at end of file diff --git a/resource/ui/IntroMenu.res b/resource/ui/IntroMenu.res index ce25b6a..7c40df8 100644 --- a/resource/ui/IntroMenu.res +++ b/resource/ui/IntroMenu.res @@ -16,7 +16,7 @@ "paintbackground" "0" } - "MainBG" + "MainBG" { "ControlName" "ImagePanel" "fieldName" "MainBG" @@ -235,7 +235,7 @@ "default" "1" } } - } + } "VideoCaption" { diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index 24ae877..a0b95a5 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -274,22 +274,13 @@ { "ControlName" "ImagePanel" "fieldName" "TFCharacterImage" - "xpos" "c-173" - - if_taller - { - if_operation - { - "xpos" "c-173" - } - } - - "ypos" "-80" + "xpos" "9999" + "ypos" "9999" "zpos" "-99" "wide" "600" "tall" "600" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "scaleImage" "1" } @@ -299,16 +290,13 @@ "fieldName" "RankModelPanel" "xpos" "130" "ypos" "cs-0.5-17" - "zpos" "-51" "wide" "170" "tall" "1000" "visible" "1" "proportionaltoparent" "1" "mouseinputenabled" "1" - "matchgroup" "MatchGroup_Casual_12v12" - "show_progress" "0" } diff --git a/resource/ui/MapInfoMenu.res b/resource/ui/MapInfoMenu.res index 40cd693..097e238 100644 --- a/resource/ui/MapInfoMenu.res +++ b/resource/ui/MapInfoMenu.res @@ -15,7 +15,7 @@ "enabled" "1" } - "MainBG" + "MainBG" { "ControlName" "ImagePanel" "fieldName" "MainBG" @@ -132,7 +132,6 @@ "default" "1" "font" "Blank" "paintbackground" "0" - "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanDark" @@ -161,7 +160,6 @@ "default" "1" "font" "Cerbetica24" "paintbackground" "0" - "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanDark" @@ -190,7 +188,6 @@ "default" "1" "font" "Cerbetica20" "paintbackground" "0" - "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanDark" @@ -218,7 +215,6 @@ "command" "back" "font" "Cerbetica20" "paintbackground" "0" - "fgcolor" "TanLight" "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanDark" @@ -300,14 +296,14 @@ { "name" "intro" "text" "#TF_WatchIntro_360" - "icon" "#GameUI_Icons_Y_BUTTON" + "icon" "#GameUI_Icons_Y_BUTTON" } "button" { "name" "continue" "text" "#TF_Continue_360" - "icon" "#GameUI_Icons_A_BUTTON" + "icon" "#GameUI_Icons_A_BUTTON" } } -} +} \ No newline at end of file diff --git a/resource/ui/MedicCallerPanel.res b/resource/ui/MedicCallerPanel.res index 2d1c136..8a5f8e8 100644 --- a/resource/ui/MedicCallerPanel.res +++ b/resource/ui/MedicCallerPanel.res @@ -2,7 +2,7 @@ { "CallerBG" { - "ControlName" "CTFImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "CallerBG" "xpos" "0" "ypos" "0" @@ -12,11 +12,11 @@ "visible" "0" "enabled" "0" "image" "../effects/speech_mediccall_hud" - "scaleImage" "1" + "scaleImage" "1" } "CallerBurning" { - "ControlName" "CTFImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "CallerBurning" "xpos" "0" "ypos" "0" @@ -26,11 +26,11 @@ "visible" "0" "enabled" "1" "image" "../effects/speech_mediccall_fire" - "scaleImage" "1" - } + "scaleImage" "1" + } "CallerHealth" { - "ControlName" "CTFImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "CallerHealth" "xpos" "0" "ypos" "0" @@ -40,11 +40,11 @@ "visible" "0" "enabled" "1" "image" "../effects/speech_mediccall_hurt" - "scaleImage" "1" + "scaleImage" "1" } "CallerBleeding" { - "ControlName" "CTFImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "CallerBleeding" "xpos" "0" "ypos" "0" @@ -54,11 +54,11 @@ "visible" "0" "enabled" "1" "image" "../effects/speech_mediccall_bleed" - "scaleImage" "1" + "scaleImage" "1" } "CallerAuto" { - "ControlName" "CTFImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "CallerAuto" "xpos" "0" "ypos" "0" @@ -68,6 +68,6 @@ "visible" "0" "enabled" "1" "image" "../effects/speech_mediccall_attention" - "scaleImage" "1" - } -} + "scaleImage" "1" + } +} \ No newline at end of file diff --git a/resource/ui/MvMCreditSubPanel.res b/resource/ui/MvMCreditSubPanel.res index b3da8d3..93ddf07 100644 --- a/resource/ui/MvMCreditSubPanel.res +++ b/resource/ui/MvMCreditSubPanel.res @@ -138,4 +138,4 @@ "tall" "20" "fgcolor" "tanlight" } -} +} \ No newline at end of file diff --git a/resource/ui/MvMInWorldCurrency.res b/resource/ui/MvMInWorldCurrency.res index a3257f8..0a2517b 100644 --- a/resource/ui/MvMInWorldCurrency.res +++ b/resource/ui/MvMInWorldCurrency.res @@ -13,7 +13,7 @@ "enabled" "1" "PaintBackgroundType" "0" "bgcolor_override" "TanLight" - } + } "BackgroundGood" { @@ -27,18 +27,18 @@ "visible" "1" "enabled" "1" "PaintBackgroundType" "0" - "bgcolor_override" "221 182 72 250" + "bgcolor_override" "221 182 72 250" } "MoneyImagePanel" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "MoneyImagePanel" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "14" - "tall" "14" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "14" + "tall" "14" "image" "../HUD/mvm_cash" "visible" "1" "enabled" "1" diff --git a/resource/ui/MvMScoreboard.res b/resource/ui/MvMScoreboard.res index d0a0dda..c04da19 100644 --- a/resource/ui/MvMScoreboard.res +++ b/resource/ui/MvMScoreboard.res @@ -11,7 +11,6 @@ "tall" "67" "visible" "1" "enabled" "1" - "verbose" "1" } @@ -94,10 +93,9 @@ "visible" "1" "enabled" "1" "image" "../hud/tournament_panel_brown" - "scaleImage" "1" - "src_corner_height" "22" // pixels inside the image + "src_corner_height" "22" // pixels inside the image "src_corner_width" "22" "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional @@ -147,7 +145,7 @@ "enabled" "1" "image" "../HUD/tournament_panel_brown" - "src_corner_height" "22" // pixels inside the image + "src_corner_height" "22" // pixels inside the image "src_corner_width" "22" "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional @@ -214,8 +212,8 @@ "wide" "200" "visible" "1" } - - "RespecStatusLabel" + + "RespecStatusLabel" { "ControlName" "CExLabel" "fieldName" "RespecStatusLabel" diff --git a/resource/ui/ObjectiveStatusEscort.res b/resource/ui/ObjectiveStatusEscort.res index 5d0064e..6573b03 100644 --- a/resource/ui/ObjectiveStatusEscort.res +++ b/resource/ui/ObjectiveStatusEscort.res @@ -51,8 +51,8 @@ "tall" "12" "tall_minmode" "12" "image" "../hud/cart_track_neutral_opaque" - } - } + } + } "ProgressBar" { @@ -74,14 +74,14 @@ "tall" "12" "visible" "1" } - } + } "HomeCPIcon" { "ControlName" "ImagePanel" - "fieldName" "HomeCPIcon" + "fieldName" "HomeCPIcon" "xpos" "64" - "xpos_minmode" "64" + "xpos_minmode" "64" "ypos" "116" "ypos_minmode" "116" "zpos" "1" @@ -98,18 +98,15 @@ "image" "../hud/cart_home_blue" "scaleImage" "1" - "if_team_red" - { + "if_team_red" { "image" "../hud/cart_home_red" } - "if_single_with_hills_blue" - { + "if_single_with_hills_blue" { "image" "../hud/cart_home_blue_opaque" } - "if_single_with_hills_red" - { + "if_single_with_hills_red" { "image" "../hud/cart_home_red_opaque" } @@ -122,23 +119,19 @@ "image" "../hud/cart_track_neutral_opaque" } - "if_multiple_trains_top" - { + "if_multiple_trains_top" { "ypos" "114" } - "if_multiple_trains_bottom" - { + "if_multiple_trains_bottom" { "ypos" "114" } - "if_multiple_trains_red" - { + "if_multiple_trains_red" { "image" "../hud/cart_home_red_square" } - "if_multiple_trains_blue" - { + "if_multiple_trains_blue" { "image" "../hud/cart_home_blue_square" } } @@ -146,14 +139,14 @@ "SimpleControlPointTemplate" { "ControlName" "ImagePanel" - "fieldName" "SimpleControlPointTemplate" + "fieldName" "SimpleControlPointTemplate" "xpos" "65" - "xpos_minmode" "65" + "xpos_minmode" "65" "ypos" "116" - "ypos_minmode" "116" + "ypos_minmode" "116" "zpos" "1" "wide" "18" - "wide_minmode" "18" + "wide_minmode" "18" "tall" "18" "tall_minmode" "18" "autoResize" "0" @@ -164,7 +157,7 @@ "labelText" "" "image" "../hud/cart_point_neutral" "scaleImage" "1" - + "if_multiple_trains" { "xpos" "61" @@ -184,12 +177,12 @@ "ypos_minmode" "48" "zpos" "2" "wide" "52" - "wide_minmode" "52" + "wide_minmode" "52" "tall" "75" - "tall_minmode" "75" + "tall_minmode" "75" "visible" "1" "enabled" "1" - + "if_multiple_trains" { "ypos" "48" @@ -202,9 +195,9 @@ { "ControlName" "CExLabel" "fieldName" "RecedeTime" - "font" "Cerbetica8" - "xpos" "18" - "ypos" "53" + "font" "Cerbetica8" + "xpos" "18" + "ypos" "53" "zpos" "2" "wide" "17" "tall" "7" @@ -223,15 +216,13 @@ "xpos" "21" "wide" "11" "tall" "10" - } + } - "if_multiple_trains_top" - { + "if_multiple_trains_top" { "ypos" "46" - } + } - "if_multiple_trains_bottom" - { + "if_multiple_trains_bottom" { "ypos" "82" } } @@ -239,7 +230,7 @@ "EscortItemImage" { "ControlName" "ImagePanel" - "fieldName" "EscortItemImage" + "fieldName" "EscortItemImage" "xpos" "13" "xpos_minmode" "13" "ypos" "50" @@ -258,13 +249,11 @@ "image" "../hud/cart_neutral" "scaleImage" "1" - "if_team_blue" - { + "if_team_blue" { "image" "../hud/cart_blue" } - "if_team_red" - { + "if_team_red" { "image" "../hud/cart_red" } @@ -274,7 +263,7 @@ "ypos" "43" "wide" "30" "tall" "30" - } + } } "EscortItemImageBottom" @@ -295,13 +284,11 @@ "image" "../hud/cart_neutral_bottom" "scaleImage" "1" - "if_team_blue" - { + "if_team_blue" { "image" "../hud/cart_blue_bottom" } - "if_team_red" - { + "if_team_red" { "image" "../hud/cart_red_bottom" } @@ -311,13 +298,13 @@ "ypos" "71" "wide" "30" "tall" "30" - } + } } "EscortItemImageAlert" { "ControlName" "ImagePanel" - "fieldName" "EscortItemImageAlert" + "fieldName" "EscortItemImageAlert" "xpos" "-4" "ypos" "38" "zpos" "0" @@ -342,7 +329,7 @@ "Speed_Backwards" { "ControlName" "ImagePanel" - "fieldName" "Speed_Backwards" + "fieldName" "Speed_Backwards" "xpos" "23" "xpos_minmode" "23" "ypos" "53" @@ -368,20 +355,18 @@ "tall" "8" } - "if_multiple_trains_top" - { + "if_multiple_trains_top" { "ypos" "46" } - "if_multiple_trains_bottom" - { + "if_multiple_trains_bottom" { "ypos" "83" } } "CapPlayerImage" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "CapPlayerImage" "xpos" "20" "xpos_minmode" "20" @@ -404,15 +389,13 @@ "tall" "10" } - "if_multiple_trains_top" - { + "if_multiple_trains_top" { "ypos" "45" } - "if_multiple_trains_bottom" - { + "if_multiple_trains_bottom" { "ypos" "81" - } + } } "CapNumPlayers" @@ -447,13 +430,11 @@ "tall" "10" } - "if_multiple_trains_top" - { + "if_multiple_trains_top" { "ypos" "46" - } + } - "if_multiple_trains_bottom" - { + "if_multiple_trains_bottom" { "ypos" "82" } } @@ -487,13 +468,11 @@ "tall" "8" } - "if_multiple_trains_top" - { + "if_multiple_trains_top" { "ypos" "46" } - "if_multiple_trains_bottom" - { + "if_multiple_trains_bottom" { "ypos" "83" } } @@ -503,21 +482,21 @@ "ControlName" "EditablePanel" "fieldName" "EscortTeardrop" "xpos" "9999" - "ypos" "9999" + "ypos" "9999" "zpos" "20" - "wide" "100" - "tall" "65" + "wide" "100" + "tall" "65" "visible" "0" "enabled" "1" "if_multiple_trains" { "xpos" "9" - "ypos" "2" - "wide" "65" - "tall" "42" - } - + "ypos" "2" + "wide" "65" + "tall" "42" + } + "Teardrop" { "ControlName" "CIconPanel" @@ -526,7 +505,7 @@ "ypos" "0" "zpos" "0" "wide" "54" - "wide_minmode" "35" + "wide_minmode" "35" "tall" "65" "tall_minmode" "42" "visible" "1" @@ -538,10 +517,10 @@ "if_multiple_trains" { "xpos" "0" - "ypos" "0" - "wide" "35" - "tall" "42" - } + "ypos" "0" + "wide" "35" + "tall" "42" + } } "ProgressText" @@ -570,10 +549,10 @@ { "font" "Cerbetica8" "xpos" "0" - "ypos" "3" - "wide" "35" - "tall" "28" - } + "ypos" "3" + "wide" "35" + "tall" "28" + } } "Blocked" @@ -592,16 +571,16 @@ "enabled" "1" "scaleImage" "1" "icon" "cappoint_progressbar_blocked" - "iconColor" "255 255 255 255" + "iconColor" "255 255 255 255" "if_multiple_trains" { "xpos" "2" - "ypos" "2" - "wide" "31" - "tall" "31" - } - } + "ypos" "2" + "wide" "31" + "tall" "31" + } + } "Capping" { @@ -628,11 +607,11 @@ "if_multiple_trains" { "xpos" "8" - "ypos" "8" - "wide" "20" - "tall" "20" - } - } + "ypos" "8" + "wide" "20" + "tall" "20" + } + } } } -} +} \ No newline at end of file diff --git a/resource/ui/ScoreBoard-9s.res b/resource/ui/ScoreBoard-9s.res deleted file mode 100644 index cc3e8bc..0000000 --- a/resource/ui/ScoreBoard-9s.res +++ /dev/null @@ -1,1954 +0,0 @@ -"Resource/UI/Scoreboard.res" -{ - "scores" - { - "ControlName" "CTFClientScoreBoardDialog" - "fieldName" "scoreinfo" - "xpos" "c-300" - "ypos" "0" - "wide" "f0" - "tall" "480" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "avatar_width" "54" - "medal_width" "14" - "name_width" "0" - "name_width_short" "65" - "spacer" "5" - "status_width" "15" - "nemesis_width" "15" - "class_width" "20" - "score_width" "20" - "ping_width" "20" - "killstreak_width" "15" - "killstreak_image_width" "15" - } - "BlueScoreBG" - { - "ControlName" "ImagePanel" - "fieldName" "BlueScoreBG" - "xpos" "c-270" - "ypos" "144" - "ypos_minmode" "239" - "wide" "270" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "70 130 180 153" - "scaleImage" "1" - - if_mvm - { - "visible" "0" - } - } - "BlueLeaderAvatar" - { - "ControlName" "CAvatarImagePanel" - "fieldName" "BlueLeaderAvatar" - "xpos" "c-295" - "ypos" "144" - "ypos" "239" - "zpos" "5" - "wide" "25" - "tall" "25" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" - } - "RedScoreBG" - { - "ControlName" "ImagePanel" - "fieldName" "RedScoreBG" - "xpos" "c0" - "ypos" "144" - "ypos_minmode" "239" - "wide" "270" - "tall" "25" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "205 50 50 153" - "scaleImage" "1" - - if_mvm - { - "visible" "0" - } - } - "RedLeaderAvatar" - { - "ControlName" "CAvatarImagePanel" - "fieldName" "RedLeaderAvatar" - "xpos" "c270" - "ypos" "144" - "ypos_minmode" "239" - "zpos" "5" - "wide" "25" - "tall" "25" - "visible" "0" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" - } - "MainBG" - { - "ControlName" "ImagePanel" - "fieldName" "MainBG" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "9999" - "tall" "9999" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - - if_mvm - { - "visible" "0" - } - } - "ScoreboardBackground" - { - "ControlName" "ImagePanel" - "fieldName" "ScoreboardBackground" - "xpos" "c-270" - "ypos" "169" - "ypos_minmode" "264" - "zpos" "-1" - "wide" "540" - "tall" "500" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - - if_mvm - { - "visible" "0" - } - } - - "MvMScoreboardBackground" - { - "ControlName" "ImagePanel" - "fieldName" "MvMScoreboardBackground" - "xpos" "c-270" - "ypos" "244" - "zpos" "-1" - "wide" "540" - "tall" "500" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "0 0 0 100" - - if_mvm - { - "visible" "0" - } - } - - "Red6sBackground" - { - "ControlName" "ImagePanel" - "fieldName" "ScoreboardBackground" - "xpos" "9999" - "xpos_minmode" "c65" - "ypos" "9999" - "ypos_minmode" "265" - "zpos" "-1" - "wide_minmode" "240" - "tall" "100" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "0 0 0 100" - - if_mvm - { - "visible" "0" - - } - } - "Blue6sBackground" - { - "ControlName" "ImagePanel" - "fieldName" "ScoreboardBackground" - "xpos" "9999" - "xpos_minmode" "c65" - "ypos" "9999" - "ypos_minmode" "121" - "zpos" "-1" - "wide" "240" - "tall" "100" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "0 0 0 100" - - if_mvm - { - "visible" "0" - - } - } - "BlueTeamLabel1" - { - "ControlName" "CExLabel" - "fieldName" "BlueTeamLabel1" - "font" "Cerbetica32" - "labelText" "%blueteamname%" - "textAlignment" "west" - "xpos" "c-268" - "ypos" "138" - "ypos_minmode" "233" - "wide" "200" - "tall" "34" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - } - "BlueTeamScore" - { - "ControlName" "CExLabel" - "fieldName" "BlueTeamScore" - "font" "CerbeticaBold36" - "labelText" "%blueteamscore%" - "textAlignment" "east" - "xpos" "c-106" - "ypos" "128" - "ypos_minmode" "223" - "zpos" "4" - "wide" "100" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - } - "BlueTeamScoreDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "BlueTeamScoreDropshadow" - "font" "CerbeticaBold36" - "fgcolor" "Black" - "labelText" "%blueteamscore%" - "textAlignment" "east" - "xpos" "c-105" - "ypos" "129" - "ypos_minmode" "224" - "zpos" "4" - "wide" "100" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - } - "BlueTeamPlayerCount" - { - "ControlName" "CExLabel" - "fieldName" "BlueTeamPlayerCount" - "font" "Cerbetica14" - "labelText" "%blueteamplayercount%" - "textAlignment" "west" - "xpos" "c-270" - "ypos" "122" - "ypos_minmode" "217" - "wide" "100" - "tall" "29" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - } - "RedTeamLabel1" - { - "ControlName" "CExLabel" - "fieldName" "RedTeamLabel1" - "font" "Cerbetica32" - "labelText" "%redteamname%" - "textAlignment" "east" - "xpos" "c68" - "ypos" "138" - "ypos_minmode" "233" - "wide" "200" - "tall" "35" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - } - "RedTeamScore" - { - "ControlName" "CExLabel" - "fieldName" "RedTeamScore" - "font" "CerbeticaBold36" - "labelText" "%redteamscore%" - "textAlignment" "west" - "xpos" "c6" - "ypos" "128" - "ypos_minmode" "223" - "zpos" "4" - "wide" "100" - "tall" "55" - "tall_hidef" "75" - "tall_lodef" "75" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - } - "RedTeamScoreDropshadow" - { - "ControlName" "CExLabel" - "fieldName" "RedTeamScoreDropshadow" - "font" "CerbeticaBold36" - "fgcolor" "Black" - "labelText" "%redteamscore%" - "textAlignment" "west" - "xpos" "c7" - "ypos" "129" - "ypos_minmode" "224" - "zpos" "4" - "wide" "100" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - } - "RedTeamPlayerCount" - { - "ControlName" "CExLabel" - "fieldName" "RedTeamPlayerCount" - "font" "Cerbetica14" - "labelText" "%redteamplayercount%" - "textAlignment" "east" - "xpos" "c140" - "ypos" "122" - "ypos_minmode" "217" - "wide" "130" - "tall" "29" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - } - "ServerLabel" - { - "ControlName" "CExLabel" - "fieldName" "ServerLabel" - "font" "Cerbetica14" - "labelText" "%server%" - "textAlignment" "west" - "xpos" "-34" - "ypos" "2" - "zpos" "999" - "wide" "600" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" [$WIN32] - "enabled" "1" - } - "ServerTimeLeftValue" - { - "ControlName" "CExLabel" - "fieldName" "ServerTimeLeftValue" - "font" "Cerbetica14" - "labelText" "%servertime%" - "textAlignment" "west" - "xpos" "2" - "ypos" "16" - "zpos" "999" - "wide" "600" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" [$WIN32] - "enabled" "1" - } - "BluePlayerList" - { - "ControlName" "SectionedListPanel" - "fieldName" "BluePlayerList" - "xpos" "c-270" - "ypos" "166" - "ypos_minmode" "264" - "zpos" "20" - "wide" "270" - "tall" "236" - "tall_minmode" "140" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "autoresize" "3" - "linespacing" "14" - "fgcolor" "blue" - "linegap" "0" - "show_columns" "0" - - if_mvm - { - "visible" "0" - } - } - "RedPlayerList" - { - "ControlName" "SectionedListPanel" - "fieldName" "RedPlayerList" - "xpos" "c0" - "ypos" "166" - "ypos_minmode" "264" - "zpos" "20" - "wide" "270" - "tall" "236" - "tall_minmode" "140" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "autoresize" "3" - "linespacing" "14" - "textcolor" "red" - "linegap" "0" - "show_columns" "0" - - if_mvm - { - "visible" "0" - } - } - "VerticalLine" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "299" - "xpos_lodef" "279" - "xpos_hidef" "309" - "ypos" "9999" - "zpos" "9999" - "wide" "2" - "tall" "292" - "tall_lodef" "206" - "tall_hidef" "212" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "0 0 0 153" - "PaintBackgroundType" "0" - - if_mvm - { - "visible" "0" - } - } - "Spectators" - { - "ControlName" "CExLabel" - "fieldName" "Spectators" - "font" "Cerbetica11" - "labelText" "%spectators%" - "textAlignment" "west" - "xpos" "c-266" - "ypos" "402" - "zpos" "900" - "wide" "541" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "SpectatorsInQueue" - { - "ControlName" "CExLabel" - "fieldName" "SpectatorsInQueue" - "font" "Cerbetica11" - "labelText" "%waitingtoplay%" - "textAlignment" "west" - "xpos" "2" - "ypos" "42" - "zpos" "4" - "wide" "600" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - } - "SpecBackground" - { - "ControlName" "ImagePanel" - "fieldName" "SpecBackground" - "xpos" "c-270" - "ypos" "405" - "zpos" "2" - "wide" "540" - "tall" "84" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "32 32 32 125" - "PaintBackgroundType" "0" - - if_mvm - { - "visible" "1" - } - } - "StatsBackground" - { - "ControlName" "ImagePanel" - "fieldName" "StatsBackground" - "xpos" "c-270" - "ypos" "418" - "zpos" "2" - "wide" "540" - "tall" "64" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "32 32 32 125" - "PaintBackgroundType" "0" - - if_mvm - { - "visible" "1" - } - } - "ClassImage" - { - "ControlName" "ImagePanel" - "fieldName" "ClassImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "92" - "tall" "92" - "visible" "0" - "enabled" "0" - "image" "../hud/class_scoutred" - "scaleImage" "1" - - if_mvm - { - "visible" "1" - } - } - "PlayerNameLabel" - { - "ControlName" "CExLabel" - "fieldName" "PlayerNameLabel" - "font" "ScoreboardMedium" - "labelText" "%playername%" - "textAlignment" "west" - "xpos" "115" - "xpos_lodef" "105" - "ypos" "9999" [$WIN32] - "zpos" "3" - "wide" "9999" [$WIN32] - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "1" - } - } - "HorizontalLine" - { - "ControlName" "ImagePanel" - "fieldName" "HorizontalLine" - "xpos" "9999" - "ypos" "9999" - "ypos" "322" - "zpos" "3" - "wide" "465" - "wide_lodef" "434" - "wide_hidef" "464" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "127 127 127 153" - "PaintBackgroundType" "0" - - if_mvm - { - "visible" "1" - } - } - "PlayerScoreLabel" - { - "ControlName" "CExLabel" - "fieldName" "PlayerScoreLabel" - "font" "Cerbetica20" - "labelText" "%playerscore%" - "textAlignment" "center" - "xpos" "c-368" - "ypos" "310" - "zpos" "3" - "wide" "140" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - - if_mvm - { - "visible" "0" - } - } - "MapName" - { - "ControlName" "CExLabel" - "fieldName" "mapname" - "font" "Cerbetica14" - "labelText" "%mapname%" - "textAlignment" "west" - "xpos" "3" - "ypos" "30" - "zpos" "3" - "wide" "480" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "236 227 203 255" - } - - "LocalPlayerDuelStatsPanel" - { - "ControlName" "EditablePanel" - "fieldName" "LocalPlayerDuelStatsPanel" - "xpos" "0" - "ypos" "395" - "zpos" "3" - "wide" "600" - "tall" "53" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "0" - } - - "DuelingLabel" - { - "ControlName" "CExLabel" - "fieldName" "DuelingLabel" - "font" "ScoreboardSmall" - "labelText" "#TF_ScoreBoard_Dueling" - "textAlignment" "center" - "xpos" "250" - "ypos" "2 " - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - - "DuelingIcon" - { - "ControlName" "ImagePanel" - "fieldName" "DuelingIcon" - "xpos" "284" - "ypos" "15" - "zpos" "2" - "wide" "32" - "tall" "32" - "visible" "1" - "enabled" "1" - "image" "../backpack/player/items/crafting/icon_dueling" - "scaleImage" "1" - } - - "LocalPlayerData" - { - "ControlName" "EditablePanel" - "fieldName" "LocalPlayerData" - "xpos" "75" - "ypos" "0" - "wide" "200" - "tall" "53" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - "AvatarBGPanel" - { - "ControlName" "EditablePanel" - "fieldName" "AvatarBGPanel" - "xpos" "157" - "ypos" "7" - "zpos" "-1" - "wide" "36" - "tall" "36" - "visible" "1" - "PaintBackgroundType" "2" - "bgcolor_override" "117 107 94 255" - } - "AvatarImage" - { - "ControlName" "CAvatarImagePanel" - "fieldName" "AvatarImage" - "xpos" "159" - "ypos" "9" - "zpos" "0" - "wide" "32" - "tall" "32" - "visible" "1" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" - } - "AvatarTextLabel" - { - "ControlName" "CExLabel" - "fieldName" "AvatarTextLabel" - "fgcolor" "TanLight" - "xpos" "50" - "ypos" "7" - "zpos" "2" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "0" - "labelText" "%playername%" - "textAlignment" "east" - "font" "HudFontSmallest" - } - "Score" - { - "ControlName" "CExLabel" - "fieldName" "Score" - "labelText" "%score%" - "textAlignment" "east" - "xpos" "50" - "ypos" "23" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "font" "ScoreboardMedium" - } - } - - "OpponentData" - { - "ControlName" "EditablePanel" - "fieldName" "OpponentData" - "xpos" "325" - "ypos" "0" - "wide" "200" - "tall" "53" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - "AvatarBGPanel" - { - "ControlName" "EditablePanel" - "fieldName" "AvatarBGPanel" - "xpos" "7" - "ypos" "7" - "zpos" "-1" - "wide" "36" - "tall" "36" - "visible" "1" - "PaintBackgroundType" "2" - "bgcolor_override" "117 107 94 255" - } - "AvatarImage" - { - "ControlName" "CAvatarImagePanel" - "fieldName" "AvatarImage" - "xpos" "9" - "ypos" "9" - "zpos" "0" - "wide" "32" - "tall" "32" - "visible" "1" - "enabled" "1" - "image" "" - "scaleImage" "1" - "color_outline" "52 48 45 255" - } - "AvatarTextLabel" - { - "ControlName" "CExLabel" - "fieldName" "AvatarTextLabel" - "fgcolor" "TanLight" - "xpos" "50" - "ypos" "7" - "zpos" "2" - "wide" "100" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "0" - "labelText" "%playername%" - "textAlignment" "west" - "font" "HudFontSmallest" - } - "Score" - { - "ControlName" "CExLabel" - "fieldName" "Score" - "labelText" "%score%" - "textAlignment" "west" - "xpos" "50" - "ypos" "23" - "zpos" "3" - "wide" "200" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "font" "ScoreboardMedium" - } - } - } - - "LocalPlayerStatsPanel" - { - "ControlName" "EditablePanel" - "fieldName" "LocalPlayerStatsPanel" - "xpos" "c-270" - "ypos" "416" - "zpos" "10" - "wide" "540" - "tall" "268" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - if_mvm - { - "visible" "1" - } - - "KillsLabel" - { - "ControlName" "CExLabel" - "fieldName" "KillsLabel" - "font" "Cerbetica48" - "labelText" ":" - "textAlignment" "center" - "xpos" "0" - "ypos" "-2 w " - "zpos" "3" - "wide" "540" - "tall" "64" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "DeathsLabel" - { - "ControlName" "CExLabel" - "fieldName" "DeathsLabel" - "font" "Cerbetica24" - "labelText" "#TF_ScoreBoard_DeathsLabel" - "textAlignment" "east" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "95" - "tall" "24" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "AssistsLabel" - { - "ControlName" "CExLabel" - "fieldName" "AssistsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_AssistsLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "2" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "DestructionLabel" - { - "ControlName" "CExLabel" - "fieldName" "DestructionLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DestructionLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "16" [$WIN32] - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Kills" - { - "ControlName" "CExLabel" - "fieldName" "Kills" - "font" "Cerbetica48" - "labelText" "%kills%" - "textAlignment" "east" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "70" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Kills2" - { - "ControlName" "CExLabel" - "fieldName" "Kills2" - "font" "Cerbetica48" - "labelText" "%kills%" - "textAlignment" "east" - "xpos" "188" - "ypos" "6" - "zpos" "3" - "wide" "70" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "Deaths" - { - "ControlName" "CExLabel" - "fieldName" "Deaths" - "font" "Cerbetica48" - "labelText" "%deaths%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "70" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "alpha" "0" - } - "Deaths2" - { - "ControlName" "CExLabel" - "fieldName" "Deaths2" - "font" "Cerbetica48" - "labelText" "%deaths%" - "textAlignment" "west" - "xpos" "282" - "ypos" "6" - "zpos" "3" - "wide" "70" - "tall" "55" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - - "GameType" - { - "ControlName" "CExLabel" - "fieldName" "gametype" - "font" "Cerbetica12" - "labelText" "%gametype%" - "textAlignment" "center" - "xpos" "28" - "ypos" "250" - "zpos" "3" - "wide" "116" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fgcolor" "185 177 153 255" - } - "Assists" - { - "ControlName" "CExLabel" - "fieldName" "Assists" - "font" "Cerbetica14" - "labelText" "%assists%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" [$WIN32] - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Assists2" - { - "ControlName" "CExLabel" - "fieldName" "Assists2" - "font" "Cerbetica14" - "labelText" "%assists%" - "textAlignment" "west" - "xpos" "70" - "ypos" "2" [$WIN32] - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "Destruction" - { - "ControlName" "CExLabel" - "fieldName" "Destruction" - "font" "Cerbetica14" - "labelText" "%destruction%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" [$WIN32] - "zpos" "3" - "wide" "0" - "tall" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - } - "Destruction2" - { - "ControlName" "CExLabel" - "fieldName" "Destruction2" - "font" "Cerbetica14" - "labelText" "%destruction%" - "textAlignment" "west" - "xpos" "70" - "ypos" "16" [$WIN32] - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "CapturesLabel" - { - "ControlName" "CExLabel" - "fieldName" "CapturesLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_CapturesLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "30" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "DefensesLabel" - { - "ControlName" "CExLabel" - "fieldName" "DefensesLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DefensesLabel" - "textAlignment" "west" - "xpos" "4" - "ypos" "44" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "DominationLabel" - { - "ControlName" "CExLabel" - "fieldName" "DominationLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_DominationLabel" - "textAlignment" "west" - "xpos" "102" - "ypos" "2" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "RevengeLabel" - { - "ControlName" "CExLabel" - "fieldName" "RevengeLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_RevengeLabel" - "textAlignment" "west" - "xpos" "102" - "ypos" "16" - "zpos" "3" - "wide" "100" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Captures" - { - "ControlName" "CExLabel" - "fieldName" "Captures" - "font" "Cerbetica14" - "labelText" "%captures%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Captures2" - { - "ControlName" "CExLabel" - "fieldName" "Captures2" - "font" "Cerbetica14" - "labelText" "%captures%" - "textAlignment" "west" - "xpos" "70" - "ypos" "30" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "Defenses" - { - "ControlName" "CExLabel" - "fieldName" "Defenses" - "font" "Cerbetica14" - "labelText" "%defenses%" - "textAlignment" "west" - "xpos" "9999" [$WIN32] - "ypos" "9999" [$WIN32] - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Defenses2" - { - "ControlName" "CExLabel" - "fieldName" "Defenses2" - "font" "Cerbetica14" - "labelText" "%defenses%" - "textAlignment" "west" - "xpos" "70" [$WIN32] - "ypos" "44" [$WIN32] - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "Domination" - { - "ControlName" "CExLabel" - "fieldName" "Domination" - "font" "Cerbetica14" - "labelText" "%dominations%" - "textAlignment" "west" - "xpos" "100" - "ypos" "108" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Domination2" - { - "ControlName" "CExLabel" - "fieldName" "Domination2" - "font" "Cerbetica14" - "labelText" "%dominations%" - "textAlignment" "west" - "xpos" "168" - "ypos" "2" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "Revenge" - { - "ControlName" "CExLabel" - "fieldName" "Revenge" - "font" "Cerbetica14" - "labelText" "%Revenge%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Revenge2" - { - "ControlName" "CExLabel" - "fieldName" "Revenge2" - "font" "Cerbetica14" - "labelText" "%Revenge%" - "textAlignment" "west" - "xpos" "168" - "ypos" "16" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "HealingLabel" - { - "ControlName" "CExLabel" - "fieldName" "HealingLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_HealingLabel" - "textAlignment" "west" - "xpos" "102" - "ypos" "30" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "InvulnLabel" - { - "ControlName" "CExLabel" - "fieldName" "InvulnLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_InvulnLabel" - "textAlignment" "west" - "xpos" "102" - "ypos" "44" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "TeleportsLabel" - { - "ControlName" "CExLabel" - "fieldName" "TeleportsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_TeleportsLabel" - "textAlignment" "west" - "xpos" "342" - "ypos" "2" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "HeadshotsLabel" - { - "ControlName" "CExLabel" - "fieldName" "HeadshotsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_HeadshotsLabel" - "textAlignment" "west" - "xpos" "342" - "ypos" "16" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Healing" - { - "ControlName" "CExLabel" - "fieldName" "Healing" - "font" "Cerbetica14" - "labelText" "%healing%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Healing2" - { - "ControlName" "CExLabel" - "fieldName" "Healing2" - "font" "Cerbetica14" - "labelText" "%healing%" - "textAlignment" "west" - "xpos" "168" - "ypos" "30" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "Invuln" - { - "ControlName" "CExLabel" - "fieldName" "Invuln" - "font" "Cerbetica14" - "labelText" "%invulns%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Invuln2" - { - "ControlName" "CExLabel" - "fieldName" "Invuln2" - "font" "Cerbetica14" - "labelText" "%invulns%" - "textAlignment" "west" - "xpos" "168" - "ypos" "44" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "Teleports" - { - "ControlName" "CExLabel" - "fieldName" "Teleports" - "font" "Cerbetica14" - "labelText" "%teleports%" - "textAlignment" "west" - "xpos" "100" [$WIN32] - "ypos" "156" [$WIN32] - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Teleports2" - { - "ControlName" "CExLabel" - "fieldName" "Teleports2" - "font" "Cerbetica14" - "labelText" "%teleports%" - "textAlignment" "west" - "xpos" "408" [$WIN32] - "ypos" "2" [$WIN32] - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Headshots" - { - "ControlName" "CExLabel" - "fieldName" "Headshots" - "font" "Cerbetica14" - "labelText" "%headshots%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Headshots2" - { - "ControlName" "CExLabel" - "fieldName" "Headshots2" - "font" "Cerbetica14" - "labelText" "%headshots%" - "textAlignment" "west" - "xpos" "408" - "ypos" "16" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "BackstabsLabel" - { - "ControlName" "CExLabel" - "fieldName" "BackstabsLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_BackstabsLabel" - "textAlignment" "west" - "xpos" "342" - "ypos" "30" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Backstabs" - { - "ControlName" "CExLabel" - "fieldName" "Backstabs" - "font" "Cerbetica14" - "labelText" "%backstabs%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Backstabs2" - { - "ControlName" "CExLabel" - "fieldName" "Backstabs2" - "font" "Cerbetica14" - "labelText" "%backstabs%" - "textAlignment" "west" - "xpos" "408" - "ypos" "30" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "BonusLabel" - { - "ControlName" "CExLabel" - "fieldName" "BonusLabel" - "font" "Cerbetica14" - "labelText" "#TF_ScoreBoard_BonusLabel" - "textAlignment" "west" - "xpos" "342" - "ypos" "44" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Bonus" - { - "ControlName" "CExLabel" - "fieldName" "Bonus" - "font" "Cerbetica14" - "labelText" "%bonus%" - "textAlignment" "west" [$WIN32] - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Bonus2" - { - "ControlName" "CExLabel" - "fieldName" "Bonus2" - "font" "Cerbetica14" - "labelText" "%bonus%" - "textAlignment" "west" [$WIN32] - "xpos" "408" - "ypos" "44" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "SupportLabel" - { - "ControlName" "CExLabel" - "fieldName" "SupportLabel" - "font" "Cerbetica14" - "labelText" "#TF_Scoreboard_Support" - "textAlignment" "west" - "xpos" "440" [$WIN32] - "ypos" "2" [$WIN32] - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Support" - { - "ControlName" "CExLabel" - "fieldName" "Support" - "font" "Cerbetica14" - "labelText" "%support%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Support2" - { - "ControlName" "CExLabel" - "fieldName" "Support2" - "font" "Cerbetica14" - "labelText" "%support%" - "textAlignment" "west" - "xpos" "502a" - "ypos" "2" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor_override" "TanLight" - } - "DamageLabel" - { - "ControlName" "CExLabel" - "fieldName" "DamageLabel" - "font" "Cerbetica14" - "labelText" "#TF_Scoreboard_Damage" - "textAlignment" "west" - "xpos" "440" - "ypos" "16" - "zpos" "3" - "wide" "95" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Damage" - { - "ControlName" "CExLabel" - "fieldName" "Damage" - "font" "Cerbetica14" - "labelText" "%damage%" - "textAlignment" "west" - "xpos" "9999" - "ypos" "9999" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - "Damage2" - { - "ControlName" "CExLabel" - "fieldName" "Damage2" - "font" "Cerbetica14" - "labelText" "%damage%" - "textAlignment" "west" - "xpos" "502" - "ypos" "16" - "zpos" "3" - "wide" "35" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - } - } - - - "ButtonLegendBG" [$X360] - { - "ControlName" "ImagePanel" - "fieldName" "ButtonLegendBG" - "xpos" "10" - "xpos_hidef" "30" - "ypos" "373" - "zpos" "0" - "wide" "539" - "wide_hidef" "559" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "fillcolor" "0 0 0 153" - "PaintBackgroundType" "0" - } - - "ButtonLegend" [$X360] - { - "ControlName" "EditablePanel" - "fieldName" "ButtonLegend" - "xpos" "10" - "xpos_hidef" "35" - "ypos" "373" - "zpos" "1" - "wide" "539" - "wide_hidef" "595" - "tall" "150" - "visible" "1" - - "SelectHintIcon" - { - "ControlName" "CExLabel" - "fieldName" "SelectHintIcon" - "font" "GameUIButtons" - "xpos" "10" - "xpos_hidef" "0" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "C" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "SelectHintLabel" - { - "ControlName" "CExLabel" - "fieldName" "SelectHintLabel" - "font" "ScoreboardMedium" - "xpos" "25" - "xpos_lodef" "37" - "ypos" "2" - "zpos" "1" - "wide" "300" - "tall" "39" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#GameUI_Select" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "GamerCardIcon" - { - "ControlName" "CExLabel" - "fieldName" "GamerCardIcon" - "font" "GameUIButtons" - "xpos" "150" - "xpos_hidef" "145" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "A" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "GamerCardLabel" - { - "ControlName" "CExLabel" - "fieldName" "GamerCardLabel" - "font" "ScoreboardMedium" - "xpos" "170" - "xpos_lodef" "177" - "ypos" "2" - "zpos" "1" - "wide" "300" - "tall" "39" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#TF_ViewGamercard" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "ReputationIcon" - { - "ControlName" "CExLabel" - "fieldName" "ReputationIcon" - "font" "GameUIButtons" - "xpos" "350" - "xpos_hidef" "378" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "X" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - "ReputationLabel" - { - "ControlName" "CExLabel" - "fieldName" "ReputationLabel" - "font" "ScoreboardMedium" - "xpos" "403" - "xpos_lodef" "377" - "ypos" "2" - "zpos" "1" - "wide" "300" - "tall" "39" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#GameUI_PlayerReview" - "textAlignment" "Left" - "dulltext" "0" - "brighttext" "0" - } - - - } - - "MvMScoreboard" - { - "ControlName" "CTFHudMannVsMachineScoreboard" - "fieldName" "MvMScoreboard" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "f0" - "tall" "480" - "visible" "0" - "enabled" "1" - - "verbose" "1" - - if_mvm - { - "visible" "1" - } - } -} diff --git a/resource/ui/ScoreBoard.res b/resource/ui/ScoreBoard.res index fd5e5c7..bc4ada3 100644 --- a/resource/ui/ScoreBoard.res +++ b/resource/ui/ScoreBoard.res @@ -14,15 +14,15 @@ "enabled" "1" "tabPosition" "0" "avatar_width" "54" - "medal_width" "18" + "medal_width" "18" "name_width" "0" "name_width_short" "65" "spacer" "5" - "status_width" "15" - "nemesis_width" "15" - "class_width" "20" + "status_width" "15" + "nemesis_width" "15" + "class_width" "20" "score_width" "20" - "ping_width" "20" + "ping_width" "20" "killstreak_width" "15" "killstreak_image_width" "15" } @@ -42,8 +42,7 @@ "fillcolor" "70 130 180 153" "scaleImage" "1" - if_mvm - { + if_mvm { "visible" "0" } } @@ -79,8 +78,7 @@ "fillcolor" "205 50 50 153" "scaleImage" "1" - if_mvm - { + if_mvm { "visible" "0" } } @@ -113,8 +111,7 @@ "visible" "0" "enabled" "0" - if_mvm - { + if_mvm { "visible" "0" } } @@ -133,8 +130,7 @@ "enabled" "1" "fillcolor" "0 0 0 100" - if_mvm - { + if_mvm { "visible" "0" } } @@ -153,8 +149,7 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm - { + if_mvm { "visible" "0" } } @@ -175,10 +170,8 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm - { + if_mvm { "visible" "0" - } } "Blue6sBackground" @@ -197,10 +190,8 @@ "enabled" "0" "fillcolor" "0 0 0 100" - if_mvm - { + if_mvm { "visible" "0" - } } "BlueTeamLabel1" @@ -220,8 +211,7 @@ "visible" "1" "enabled" "1" - if_mvm - { + if_mvm { "visible" "0" } } diff --git a/resource/ui/Spectator.res b/resource/ui/Spectator.res index e9adf6a..61df14a 100644 --- a/resource/ui/Spectator.res +++ b/resource/ui/Spectator.res @@ -2,45 +2,45 @@ { "Spectator" { - "ControlName" "Frame" + "ControlName" "Frame" "fieldName" "Spectator" "tall" "480" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" } "topbar" { - "ControlName" "Panel" + "ControlName" "Panel" "fieldName" "TopBar" "xpos" "0" "ypos" "0" "tall" "0" [$WIN32] "wide" "f0" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" } "BottomBar" { "ControlName" "Frame" "fieldName" "BottomBar" "xpos" "9999" - "ypos" "9999" [$WIN32] + "ypos" "9999" [$WIN32] "tall" "0" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "0" - "tabPosition" "0" + "tabPosition" "0" } "bottombarblank" { - "ControlName" "Panel" + "ControlName" "Panel" "fieldName" "bottombarblank" "xpos" "9999" "ypos" "9999" [$WIN32] @@ -48,14 +48,14 @@ "ypos_minmode" "r0" "tall" "0" [$WIN32] // this needs to match the size of BottomBar "tall_minmode" "0" - "tall" "90" [$X360] + "tall" "90" [$X360] "wide" "f0" "autoResize" "0" "pinCorner" "0" "visible" "1" "visible_minmode" "0" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" } "ReinforcementsLabel" { @@ -380,7 +380,7 @@ "dulltext" "0" "brighttext" "0" } - } + } "spectator_extras" { "ControlName" "EditablePanel" @@ -393,5 +393,5 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } -} + } +} \ No newline at end of file diff --git a/resource/ui/SpectatorGUIHealth.res b/resource/ui/SpectatorGUIHealth.res index bc71819..3845054 100644 --- a/resource/ui/SpectatorGUIHealth.res +++ b/resource/ui/SpectatorGUIHealth.res @@ -11,8 +11,8 @@ "tall" "18" "visible" "1" "enabled" "1" - "scaleImage" "1" - } + "scaleImage" "1" + } "PlayerStatusHealthImageBG" { "ControlName" "ImagePanel" @@ -25,8 +25,8 @@ "visible" "1" "enabled" "1" "image" "../hud/health_bg" - "scaleImage" "1" - } + "scaleImage" "1" + } "BuildingStatusHealthImageBG" { "ControlName" "ImagePanel" @@ -39,8 +39,8 @@ "visible" "0" "enabled" "1" "image" "../hud/health_equip_bg" - "scaleImage" "1" - } + "scaleImage" "1" + } "PlayerStatusHealthBonusImage" { "ControlName" "ImagePanel" @@ -53,7 +53,7 @@ "visible" "0" "enabled" "1" "image" "../hud/health_over_bg" - "scaleImage" "1" + "scaleImage" "1" } "PlayerStatusHealthValue" { @@ -69,7 +69,7 @@ "labelText" "%Health%" "font" "CerbeticaBold16" "fgcolor" "Health Normal" - "textAlignment" "center" + "textAlignment" "center" } "PlayerStatusHealthValueBackground" { @@ -85,7 +85,7 @@ "labelText" "%Health%" "font" "CerbeticaBold16" "fgcolor" "0 0 0 255" - "textAlignment" "center" + "textAlignment" "center" } "PlayerStatusPlayerLevel" { @@ -98,8 +98,8 @@ "tall" "12" "visible" "0" "enabled" "1" - "textAlignment" "center" + "textAlignment" "center" "font" "ScoreboardVerySmall" "fgcolor" "TFOrange" - } -} + } +} \ No newline at end of file diff --git a/resource/ui/SpectatorTournament.res b/resource/ui/SpectatorTournament.res index 10edb8d..dece492 100644 --- a/resource/ui/SpectatorTournament.res +++ b/resource/ui/SpectatorTournament.res @@ -2,14 +2,14 @@ { "specgui" { - "ControlName" "Frame" + "ControlName" "Frame" "fieldName" "specgui" "wide" "f0" "tall" "480" "autoResize" "0" "pinCorner" "0" "enabled" "1" - + "team1_player_base_offset_x" "0" "team1_player_base_y" "220" "team1_player_delta_x" "0" @@ -25,124 +25,120 @@ "wide" "156" "tall" "16" "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" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "15 15 15 50" + "ControlName" "ImagePanel" + "fieldName" "PanelBackground" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "160" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "15 15 15 50" } "PanelLeftFringe" { - "ControlName" "ImagePanel" - "fieldName" "PanelLeftFringe" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "52" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "15 15 15 64" + "ControlName" "ImagePanel" + "fieldName" "PanelLeftFringe" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "52" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "15 15 15 64" } "PanelLeftHalf" { - "ControlName" "ImagePanel" - "fieldName" "PanelLeftHalf" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "49" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "15 15 15 128" + "ControlName" "ImagePanel" + "fieldName" "PanelLeftHalf" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "49" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "15 15 15 128" } "PanelLeftFull" { - "ControlName" "ImagePanel" - "fieldName" "PanelLeftFull" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "26" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "15 15 15 110" + "ControlName" "ImagePanel" + "fieldName" "PanelLeftFull" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "26" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "15 15 15 110" } "PanelFull" { - "ControlName" "ImagePanel" - "fieldName" "PanelFull" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "160" - "tall" "18" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "15 15 15 100" + "ControlName" "ImagePanel" + "fieldName" "PanelFull" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "160" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "15 15 15 100" } "PanelBottom" { - "ControlName" "ImagePanel" - "fieldName" "PanelBottom" - "xpos" "0" - "ypos" "15" - "zpos" "-1" - "wide" "160" - "tall" "4" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "15 15 15 255" + "ControlName" "ImagePanel" + "fieldName" "PanelBottom" + "xpos" "0" + "ypos" "15" + "zpos" "-1" + "wide" "160" + "tall" "4" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "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" "0" - "enabled" "0" - "fillcolor" "15 15 15 255" + "ControlName" "ImagePanel" + "fieldName" "PanelRight" + "xpos" "157" + "ypos" "0" + "zpos" "-1" + "wide" "4" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "15 15 15 255" } "playername" @@ -161,7 +157,6 @@ "labelText" "%playername%" "textAlignment" "west" "fgcolor" "235 226 202 255" - } "classimage" @@ -177,7 +172,6 @@ "enabled" "1" "team1_image" "../hud/class_scoutred" "scaleImage" "1" - } "classimagebg" @@ -197,26 +191,26 @@ } "HealthIcon" - { - "ControlName" "EditablePanel" - "fieldName" "HealthIcon" - "xpos" "0" - "ypos" "0" - "zpos" "3" - "wide" "24" - "tall" "14" - "visible" "1" - "enabled" "1" - "HealthBonusPosAdj" "10" - "HealthDeathWarning" "0.49" - "TFFont" "HudFontSmallest" - "HealthDeathWarningColor" "HUDDeathWarning" - "TextColor" "HudOffWhite" - } - + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "24" + "tall" "14" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmallest" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + "ReadyBG" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "ReadyBG" "xpos" "0" "ypos" "0" @@ -234,7 +228,6 @@ "draw_corner_width" "3" // screen size of the corners ( and sides ), proportional "draw_corner_height" "3" - } "ReadyImage" @@ -252,7 +245,6 @@ "enabled" "1" "image" "hud/checkmark" "scaleImage" "1" - } "respawntime" @@ -289,7 +281,6 @@ "labelText" "%respawntime%" "textAlignment" "west" "fgcolor" "TransparentBlack" - } "healthcover" { @@ -307,7 +298,6 @@ "labelText" "%respawntime%" "textAlignment" "west" "fgcolor" "15 15 15 110" - } "chargeamount" @@ -362,9 +352,7 @@ "textAlignment" "north-west" //"fgcolor" "235 226 202 255" } - } - } "topbar" @@ -384,14 +372,14 @@ } "bottombarblank" { - "ControlName" "Panel" + "ControlName" "Panel" "fieldName" "bottombarblank" "visible" "0" "ypos" "480" } "ReinforcementsLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "ReinforcementsLabel" "xpos" "c-300" [$WIN32] "ypos" "50" [$WIN32] @@ -405,11 +393,9 @@ "textAlignment" "center" "font" "Cerbetica24" - if_mvm - { - "ypos" "68" [$WIN32] + if_mvm{ + "ypos" "68" [$WIN32] } - } "BuyBackLabel" { @@ -429,63 +415,62 @@ "wrap" "1" "centerwrap" "1" - if_mvm - { + if_mvm { "visible" "1" } } "MapLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "MapLabel" "visible" "0" } "ClassOrTeamLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "ClassOrTeamLabel" "visible" "0" } "SwitchCamModeKeyLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "SwitchCamModeKeyLabel" "visible" "0" } "SwitchCamModeLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "SwitchCamModeLabel" "visible" "0" } "CycleTargetFwdKeyLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "CycleTargetFwdKeyLabel" "visible" "0" } "CycleTargetFwdLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "CycleTargetFwdLabel" "visible" "0" } "CycleTargetRevKeyLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "CycleTargetRevKeyLabel" "visible" "0" } "CycleTargetRevLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "CycleTargetRevLabel" "visible" "0" } "TipLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "TipLabel" "visible" "0" } @@ -556,7 +541,7 @@ } "ItemLabel" - { + { "ControlName" "Label" "fieldName" "ItemLabel" "font" "Cerbetica12" @@ -574,7 +559,7 @@ "dulltext" "0" "brighttext" "0" } - } + } "spectator_extras" { "ControlName" "EditablePanel" @@ -587,5 +572,5 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } -} + } +} \ No newline at end of file diff --git a/resource/ui/SpectatorTournamentGUIHealth.res b/resource/ui/SpectatorTournamentGUIHealth.res index 1502571..192e2f6 100644 --- a/resource/ui/SpectatorTournamentGUIHealth.res +++ b/resource/ui/SpectatorTournamentGUIHealth.res @@ -12,7 +12,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - } + } "PlayerStatusHealthImageBG" { "ControlName" "ImagePanel" @@ -26,30 +26,30 @@ "enabled" "1" "image" "../hud/health_bg" "scaleImage" "1" - } + } "BuildingStatusHealthImageBG" { "ControlName" "ImagePanel" "fieldName" "BuildingStatusHealthImageBG" - "xpos" "9999" - "ypos" "9999" + "xpos" "9999" + "ypos" "9999" "zpos" "2" - "wide" "22" - "tall" "22" + "wide" "22" + "tall" "22" "visible" "0" "enabled" "1" "image" "../hud/health_equip_bg" "scaleImage" "1" - } + } "PlayerStatusHealthBonusImage" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthBonusImage" - "xpos" "9999" - "ypos" "9999" + "xpos" "9999" + "ypos" "9999" "zpos" "3" - "wide" "12" - "tall" "12" + "wide" "12" + "tall" "12" "visible" "0" "enabled" "1" "image" "../hud/health_over_bg" @@ -86,5 +86,5 @@ "textAlignment" "center" "font" "CerbeticaBold16" "fgcolor" "0 0 0 100" - } -} + } +} \ No newline at end of file diff --git a/resource/ui/TFAdvancedOptionsDialog.res b/resource/ui/TFAdvancedOptionsDialog.res index 23a53b6..91c0d77 100644 --- a/resource/ui/TFAdvancedOptionsDialog.res +++ b/resource/ui/TFAdvancedOptionsDialog.res @@ -67,16 +67,15 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "paintbackground" "1" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "OkButton" { @@ -102,16 +101,15 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "paintbackground" "1" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "PanelListPanel" @@ -166,4 +164,4 @@ //"centerwrap" "1" } } -} +} \ No newline at end of file diff --git a/resource/ui/TargetID.res b/resource/ui/TargetID.res index 7d345cf..6357de2 100644 --- a/resource/ui/TargetID.res +++ b/resource/ui/TargetID.res @@ -1,37 +1,36 @@ "Resource/UI/TargetID.res" { - "TargetBG" - { - "ControlName" "ImagePanel" - "fieldName" "TargetBG" - "xpos" "0" - "ypos" "15" - "zpos" "6" - "wide" "600" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 128" - - } - "TargetBackground2" - { - "ControlName" "ImagePanel" - "fieldName" "TargetBackground2" - "xpos" "0" - "ypos" "15" - "zpos" "6" - "wide" "600" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - - - } + "TargetBG" + { + "ControlName" "ImagePanel" + "fieldName" "TargetBG" + "xpos" "0" + "ypos" "15" + "zpos" "6" + "wide" "600" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "0 0 0 128" + } + + "TargetBackground2" + { + "ControlName" "ImagePanel" + "fieldName" "TargetBackground2" + "xpos" "0" + "ypos" "15" + "zpos" "6" + "wide" "600" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "TargetIDBG" { "ControlName" "CTFImagePanel" @@ -53,9 +52,9 @@ "teambg_3" "../hud/color_panel_blu" "teambg_3_lodef" "../hud/color_panel_blu" - "src_corner_height" "23" // pixels inside the image + "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" } @@ -75,9 +74,9 @@ "image" "../hud/color_panel_blu" "image_lodef" "../hud/color_panel_blu" - "src_corner_height" "23" // pixels inside the image + "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" } @@ -97,7 +96,7 @@ "image" "../hud/color_panel_red" "image_lodef" "../hud/color_panel_red" - "src_corner_height" "23" // pixels inside the image + "src_corner_height" "23" // pixels inside the image "src_corner_width" "23" "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional @@ -129,7 +128,7 @@ "fieldName" "TargetDataLabel" "font" "Cerbetica12" "xpos" "45" - "ypos" "28" + "ypos" "28" "zpos" "6" "wide" "300" "tall" "15" @@ -174,7 +173,7 @@ "TFFont" "HudFontSmall" "HealthDeathWarningColor" "HUDDeathWarning" "TextColor" "HudOffWhite" - } + } "MoveableSubPanel" { @@ -203,7 +202,6 @@ "iconColor" "HudBlack" "scaleImage" "1" } - "MoveableIcon" { "ControlName" "CIconPanel" @@ -234,7 +232,7 @@ "drawcolor" "ProgressOffWhite" "scaleImage" "1" } - "MoveableKeyText" + "MoveableKeyText" { "ControlName" "CExLabel" "fieldName" "MoveableKeyText" @@ -244,19 +242,18 @@ "zpos" "6" "wide" "12" "tall" "0" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "Pick Up" - "textAlignment" "center" + "textAlignment" "center" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } - "MoveableKeyLabel" { - "ControlName" "Label" + "ControlName" "Label" "fieldName" "MoveableKeyLabel" "font_minmode" "Cerbetica12" "xpos" "0" @@ -264,15 +261,14 @@ "zpos" "6" "wide" "12" "tall" "0" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "labelText" "%movekey%" - "textAlignment" "center" + "textAlignment" "center" "dulltext" "0" - "brighttext" "0" + "brighttext" "0" } - } -} +} \ No newline at end of file diff --git a/resource/ui/Teammenu-center.res b/resource/ui/Teammenu-center.res index afee50f..52192e6 100644 --- a/resource/ui/Teammenu-center.res +++ b/resource/ui/Teammenu-center.res @@ -54,7 +54,7 @@ "enabled" "1" "fillcolor" "0 0 0 100" } - "SpectateBackground" + "SpectateBackground" { "ControlName" "ImagePanel" "fieldName" "SpectateBackground" @@ -67,8 +67,6 @@ "enabled" "1" "fillcolor" "0 0 0 100" } - - "SysMenu" { @@ -335,9 +333,8 @@ "visible" "0" "enabled" "0" "fillcolor" "255 255 255 7" - - } - + } + "ShadedBar" { "ControlName" "ImagePanel" @@ -357,7 +354,7 @@ "image" "loadout_bottom_gradient" "tileImage" "1" "PaintBackgroundType" "0" - } + } "BlueCount" { @@ -398,7 +395,7 @@ "brighttext" "1" "font" "Cerbetica14" "fgcolor" "255 255 255 175" - } + } "RedCount" { @@ -439,7 +436,7 @@ "brighttext" "1" "font" "Cerbetica14" "fgcolor" "255 255 255 175" - } + } "bluedoor" { @@ -455,9 +452,7 @@ "visible" "1" "enabled" "1" "fov" "20" - - - } + } "reddoor" { @@ -473,7 +468,6 @@ "visible" "1" "enabled" "1" "fov" "20" - } "autodoor" @@ -490,9 +484,7 @@ "visible" "1" "enabled" "1" "fov" "20" - - - } + } "spectate" { @@ -508,9 +500,7 @@ "visible" "1" "enabled" "1" "fov" "20" - - } - + } "HighlanderLabel" [$WIN32] { @@ -538,8 +528,8 @@ { "ControlName" "CExLabel" "fieldName" "HighlanderLabelShadow" - "xpos" "c-49" - "ypos" "c101" + "xpos" "-1" + "ypos" "-1" "zpos" "6" "wide" "105" "tall" "50" @@ -554,6 +544,10 @@ "font" "CerbeticaBold16" "fgcolor" "TransparentBlack" "centerwrap" "1" + + "pin_to_sibling" "HighlanderLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "TeamsFullLabel" [$WIN32] @@ -582,8 +576,8 @@ { "ControlName" "CExLabel" "fieldName" "TeamsFullLabelShadow" - "xpos" "c-49" - "ypos" "c151" + "xpos" "-1" + "ypos" "-1" "zpos" "6" "wide" "105" "tall" "35" @@ -598,6 +592,10 @@ "font" "CerbeticaBold12" "fgcolor" "TransparentBlack" "centerwrap" "1" + + "pin_to_sibling" "TeamsFullLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "TeamsFullArrow" [$WIN32] @@ -614,5 +612,4 @@ "image" "../HUD/arrow_big_down" "scaleImage" "1" } -} - +} \ No newline at end of file diff --git a/resource/ui/Teammenu.res b/resource/ui/Teammenu.res index 19f36c2..0a3b6f6 100644 --- a/resource/ui/Teammenu.res +++ b/resource/ui/Teammenu.res @@ -29,7 +29,7 @@ "scaleImage" "1" "fillcolor" "0 0 0 0" } - "SidePanelBG" + "SidePanelBG" { "ControlName" "ImagePanel" "fieldName" "SidePanelBG" @@ -82,7 +82,7 @@ "enabled" "1" "fillcolor" "0 0 0 100" } - "SpectateBackground" + "SpectateBackground" { "ControlName" "ImagePanel" "fieldName" "SpectateBackground" @@ -95,8 +95,6 @@ "enabled" "1" "fillcolor" "0 0 0 100" } - - "SysMenu" { @@ -364,8 +362,7 @@ "visible" "0" "enabled" "0" "fillcolor" "255 255 255 7" - - } + } "ShadedBar" { @@ -386,7 +383,7 @@ "image" "loadout_bottom_gradient" "tileImage" "1" "PaintBackgroundType" "0" - } + } "BlueCount" { @@ -427,7 +424,7 @@ "brighttext" "1" "font" "Cerbetica14" "fgcolor" "255 255 255 175" - } + } "RedCount" { @@ -448,7 +445,7 @@ "brighttext" "1" "font" "CerbeticaBold20" "fgcolor" "255 255 255 255" - } + } "RedCountPlayers" { "ControlName" "CExLabel" @@ -468,7 +465,7 @@ "brighttext" "1" "font" "Cerbetica14" "fgcolor" "255 255 255 175" - } + } "bluedoor" { @@ -484,9 +481,7 @@ "visible" "1" "enabled" "1" "fov" "20" - - - } + } "reddoor" { @@ -502,8 +497,7 @@ "visible" "1" "enabled" "1" "fov" "20" - - } + } "autodoor" { @@ -519,9 +513,7 @@ "visible" "1" "enabled" "1" "fov" "20" - - - } + } "spectate" { @@ -537,10 +529,8 @@ "visible" "1" "enabled" "1" "fov" "20" - - } + } - "HighlanderLabel" [$WIN32] { "ControlName" "CExLabel" @@ -567,8 +557,8 @@ { "ControlName" "CExLabel" "fieldName" "HighlanderLabelShadow" - "xpos" "1" - "ypos" "c96" + "xpos" "-1" + "ypos" "-1" "zpos" "6" "wide" "255" "tall" "50" @@ -583,6 +573,10 @@ "font" "CerbeticaBold16" "fgcolor" "TransparentBlack" "centerwrap" "1" + + "pin_to_sibling" "HighlanderLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "TeamsFullLabel" [$WIN32] @@ -611,8 +605,8 @@ { "ControlName" "CExLabel" "fieldName" "TeamsFullLabelShadow" - "xpos" "c-49" - "ypos" "c151" + "xpos" "-1" + "ypos" "-1" "zpos" "6" "wide" "105" "tall" "35" @@ -627,6 +621,10 @@ "font" "CerbeticaBold12" "fgcolor" "TransparentBlack" "centerwrap" "1" + + "pin_to_sibling" "TeamsFullLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "TeamsFullArrow" [$WIN32] @@ -643,5 +641,4 @@ "image" "../HUD/arrow_big_down" "scaleImage" "1" } -} - +} \ No newline at end of file diff --git a/resource/ui/TextWindow.res b/resource/ui/TextWindow.res index 36720e0..8b226f4 100644 --- a/resource/ui/TextWindow.res +++ b/resource/ui/TextWindow.res @@ -32,7 +32,6 @@ "fillcolor" "0 0 0 100" } - "TFMessageTitle" { "ControlName" "CExLabel" @@ -52,7 +51,7 @@ "brighttext" "0" "font" "Cerbetica24" "fgcolor" "TanLight" - } + } "TextMessage" { @@ -182,5 +181,5 @@ "fieldName" "MessageTitle" "visible" "0" "enabled" "0" - } -} + } +} \ No newline at end of file diff --git a/resource/ui/TextWindowCustomServer.res b/resource/ui/TextWindowCustomServer.res index bcdb4b2..c9020a4 100644 --- a/resource/ui/TextWindowCustomServer.res +++ b/resource/ui/TextWindowCustomServer.res @@ -32,7 +32,6 @@ "fillcolor" "0 0 0 100" } - "TFMessageTitle" { "ControlName" "CExLabel" @@ -83,7 +82,7 @@ "HTMLMessage" { - "ControlName" "HTML" + "ControlName" "HTML" "fieldName" "HTMLMessage" "xpos" "c-240" "ypos" "c-200" @@ -94,13 +93,13 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "paintborder" "0" } "ok" { - "ControlName" "CExButton" + "ControlName" "CExButton" "fieldName" "ok" "xpos" "c-180" "ypos" "c171" @@ -174,7 +173,7 @@ "image" "loadout_bottom_gradient" "tileImage" "1" "PaintBackgroundType" "0" - } + } "MessageTitle" { @@ -182,5 +181,5 @@ "fieldName" "MessageTitle" "visible" "0" "enabled" "0" - } -} + } +} \ No newline at end of file diff --git a/resource/ui/WaveStatusPanel.res b/resource/ui/WaveStatusPanel.res index 904b443..2a3452c 100644 --- a/resource/ui/WaveStatusPanel.res +++ b/resource/ui/WaveStatusPanel.res @@ -2,7 +2,7 @@ { "Background" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "Background" "xpos" "9999" "ypos" "9999" @@ -15,10 +15,10 @@ "enabled" "1" "image" "../HUD/tournament_panel_brown" - "src_corner_height" "22" // pixels inside the image - "src_corner_width" "22" + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } @@ -57,9 +57,8 @@ "PaintBackgroundType" "2" "bgcolor_override" "TanLight" - if_verbose - { - "visible" "1" + if_verbose { + "visible" "1" } } @@ -76,12 +75,11 @@ "tall" "15" "visible" "0" "enabled" "1" - "textAlignment" "west" - "labelText" "#TF_MVM_Support" + "textAlignment" "west" + "labelText" "#TF_MVM_Support" - if_verbose - { - "visible" "1" + if_verbose { + "visible" "1" } } @@ -101,10 +99,10 @@ "enabled" "1" "image" "" - "src_corner_height" "22" // pixels inside the image - "src_corner_width" "22" + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } @@ -124,16 +122,16 @@ "enabled" "0" "image" "../HUD/tournament_panel_tan" - "src_corner_height" "22" // pixels inside the image - "src_corner_width" "22" + "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_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } "ProgressBarBG2" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ProgressBarBG2" "xpos" "211" "ypos" "22" @@ -150,4 +148,4 @@ "fillcolor" "Base Color" } -} +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_kartcharge.res b/resource/ui/huditemeffectmeter_kartcharge.res index e16e702..7d576e4 100644 --- a/resource/ui/huditemeffectmeter_kartcharge.res +++ b/resource/ui/huditemeffectmeter_kartcharge.res @@ -27,10 +27,10 @@ "enabled" "0" "image" "../hud/misc_ammo_area_horiz2_blue" "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" - "teambg_3" "../hud/misc_ammo_area_horiz2_blue" - "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" } "ItemEffectMeterLabel" @@ -78,7 +78,7 @@ "textAlignment" "Center" "dulltext" "0" "brighttext" "0" - } + } "ItemEffectMeterCount" { @@ -101,6 +101,7 @@ "font" "CerbeticaBold28" "font_minmode" "CerbeticaBold20" } + "ItemEffectMeterCountBG" { "ControlName" "CExLabel" diff --git a/resource/ui/huditemeffectmeter_killstreak.res b/resource/ui/huditemeffectmeter_killstreak.res index 94c0521..030494b 100644 --- a/resource/ui/huditemeffectmeter_killstreak.res +++ b/resource/ui/huditemeffectmeter_killstreak.res @@ -59,7 +59,7 @@ "ypos" "23" "zpos" "2" "wide" "100" - "tall" "6" + "tall" "6" "autoResize" "0" "pinCorner" "0" "visible" "0" @@ -89,7 +89,8 @@ "font" "CerbeticaBold28" "font_minmode" "CerbeticaBold20" } - "ItemEffectMeterCountBG" + + "ItemEffectMeterCountBG" { "ControlName" "CExLabel" "fieldName" "ItemEffectMeterCount" @@ -110,4 +111,4 @@ "font" "CerbeticaBold28" "font_minmode" "CerbeticaBold20" } -} +} \ No newline at end of file diff --git a/resource/ui/huditemeffectmeter_organs.res b/resource/ui/huditemeffectmeter_organs.res index 97aeab6..aef22c3 100644 --- a/resource/ui/huditemeffectmeter_organs.res +++ b/resource/ui/huditemeffectmeter_organs.res @@ -60,7 +60,7 @@ "ypos" "23" "zpos" "2" "wide" "30" - "tall" "5" + "tall" "5" "autoResize" "0" "pinCorner" "0" "visible" "0" diff --git a/resource/ui/huditemeffectmeter_pyro.res b/resource/ui/huditemeffectmeter_pyro.res index 5add602..8c7c4fc 100644 --- a/resource/ui/huditemeffectmeter_pyro.res +++ b/resource/ui/huditemeffectmeter_pyro.res @@ -5,6 +5,6 @@ HudItemEffectMeter { "fieldName" "HudItemEffectMeter" - "ypos" "c113" + "ypos" "c113" } } \ No newline at end of file diff --git a/resource/ui/hudkillstreaknotice.res b/resource/ui/hudkillstreaknotice.res index 6a80c92..ff05b54 100644 --- a/resource/ui/hudkillstreaknotice.res +++ b/resource/ui/hudkillstreaknotice.res @@ -13,7 +13,7 @@ "visible" "1" "enabled" "1" "PaintBackgroundType" "0" - "bgcolor_override" "46 43 42 160" + "bgcolor_override" "46 43 42 160" } "SplashLabel" @@ -29,6 +29,6 @@ "wide" "500" "tall" "50" "autoResize" "0" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } -} +} \ No newline at end of file diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res index 32d5703..3b7b3a4 100644 --- a/resource/ui/hudmatchstatus.res +++ b/resource/ui/hudmatchstatus.res @@ -105,7 +105,6 @@ "fgcolor" "Black" "proportionaltoparent" "1" - if_readymode { "xpos" "300" @@ -218,12 +217,10 @@ "wide" "365" "tall" "0" "visible" "0" - "proportionaltoaparent" "1" "border" "TFFatLineBorder" - if_match - { + if_match { "visible" "1" } } @@ -304,8 +301,6 @@ "tall" "75" "visible" "1" "enabled" "1" - - "max_size" "19" "6v6_gap" "1" @@ -688,8 +683,7 @@ "enabled" "1" "border" "TFFatLineBorderClearBG" - if_large - { + if_large { "tall" "325" } } @@ -712,7 +706,6 @@ "ypos" "65" "tall" "385" } - "RedTeamBG" { @@ -833,4 +826,4 @@ } } } -} +} \ No newline at end of file diff --git a/resource/ui/hudmenutauntselection.res b/resource/ui/hudmenutauntselection.res index 0fc562a..ea11dcb 100644 --- a/resource/ui/hudmenutauntselection.res +++ b/resource/ui/hudmenutauntselection.res @@ -146,7 +146,7 @@ "text_center" "1" "text_forcesize" "3" "model_only" "1" - + "attriblabel" { "font" "ItemFontAttribLarge" @@ -197,7 +197,7 @@ "brighttext" "0" } - "NumberLabel1BG" + "NumberLabel1BG" { "ControlName" "CExLabel" "fieldName" "NumberLabel1BG" @@ -289,8 +289,8 @@ "dulltext" "1" "brighttext" "0" } - - "NumberLabel2BG" + + "NumberLabel2BG" { "ControlName" "CExLabel" "fieldName" "NumberLabel2BG" @@ -477,7 +477,7 @@ "brighttext" "0" } - "NumberLabel4BG" + "NumberLabel4BG" { "ControlName" "CExLabel" "fieldName" "NumberLabel4BG" @@ -642,8 +642,6 @@ "iconColor" "255 255 255 255" } - - "NumberLabel6" { "ControlName" "CExLabel" @@ -664,8 +662,8 @@ "dulltext" "1" "brighttext" "0" } - - "NumberLabel6BG" + + "NumberLabel6BG" { "ControlName" "CExLabel" "fieldName" "NumberLabel6BG" @@ -757,8 +755,8 @@ "dulltext" "1" "brighttext" "0" } - - "NumberLabel7BG" + + "NumberLabel7BG" { "ControlName" "CExLabel" "fieldName" "NumberLabel7BG" @@ -851,7 +849,7 @@ "brighttext" "0" } - "NumberLabel8BG" + "NumberLabel8BG" { "ControlName" "CExLabel" "fieldName" "NumberLabel8BG" diff --git a/resource/ui/hudminigame_base.res b/resource/ui/hudminigame_base.res index d132f9a..71b3990 100644 --- a/resource/ui/hudminigame_base.res +++ b/resource/ui/hudminigame_base.res @@ -13,7 +13,6 @@ "enabled" "1" "fillcolor" "70 130 180 153" "scaleImage" "1" - } "RightSideBG" @@ -30,7 +29,7 @@ "fillcolor" "205 50 50 153" "scaleImage" "1" } - + "OutlineBG" { "ControlName" "ImagePanel" @@ -79,7 +78,7 @@ "font" "Cerbetica40" "fgcolor" "Black" } - + "RedScore" { "ControlName" "CExLabel" @@ -94,9 +93,9 @@ "textAlignment" "west" "labelText" "%redscore%" "font" "Cerbetica40" - "fgcolor" "TanLight" - } - + "fgcolor" "TanLight" + } + "RedScoreShadow" { "ControlName" "CExLabel" @@ -113,7 +112,7 @@ "font" "Cerbetica40" "fgcolor" "Black" } - + "PlayingTo" { "ControlName" "CExLabel" @@ -132,7 +131,7 @@ "font" "Cerbetica14" "fgcolor" "TanLight" } - + "PlayingToBG" { "ControlName" "ImagePanel" @@ -162,4 +161,4 @@ "image" "" "scaleImage" "1" } -} +} \ No newline at end of file diff --git a/resource/ui/hudroundcounter.res b/resource/ui/hudroundcounter.res index e1eec2d..f97cbe8 100644 --- a/resource/ui/hudroundcounter.res +++ b/resource/ui/hudroundcounter.res @@ -60,7 +60,7 @@ "backgroundtype" "2" "proportionaltoparent" "1" - + "image" "../hud/comp_round_timer" "scaleimage" "1" } @@ -77,7 +77,6 @@ "visible" "1" "enabled" "1" "fillcolor" "70 130 180 153" - } "RedScoreBG" @@ -108,5 +107,4 @@ "fillcolor" "0 0 0 100" } - -} +} \ No newline at end of file diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res index 7d2744c..eac3110 100644 --- a/resource/ui/hudspellselection.res +++ b/resource/ui/hudspellselection.res @@ -113,4 +113,4 @@ "tall" "30" "fgcolor" "tanlight" } -} +} \ No newline at end of file diff --git a/resource/ui/itemoptionspanel.res b/resource/ui/itemoptionspanel.res index 0ed6a67..371d231 100644 --- a/resource/ui/itemoptionspanel.res +++ b/resource/ui/itemoptionspanel.res @@ -91,4 +91,4 @@ "border_depressed" "NoBorder" } } -} +} \ No newline at end of file diff --git a/resource/ui/itemquickswitch.res b/resource/ui/itemquickswitch.res index 002d506..c63f241 100644 --- a/resource/ui/itemquickswitch.res +++ b/resource/ui/itemquickswitch.res @@ -22,7 +22,7 @@ "itempanel_ydelta" "0" "border" "NoBorder" - "itemskv" + "itemskv" { "wide" "220" "tall" "40" @@ -33,7 +33,7 @@ "model_xpos" "25" "model_ypos" "3" - "model_wide" "58" + "model_wide" "58" "model_tall" "34" "text_center" "1" @@ -194,4 +194,4 @@ "tabPosition" "0" "paintbackground" "0" } -} +} \ No newline at end of file diff --git a/resource/ui/itemrenamedialog.res b/resource/ui/itemrenamedialog.res index e275f32..6bbd69f 100644 --- a/resource/ui/itemrenamedialog.res +++ b/resource/ui/itemrenamedialog.res @@ -74,8 +74,6 @@ "centerwrap" "1" } } - - } "TitleLabel" @@ -435,4 +433,4 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" } -} +} \ No newline at end of file diff --git a/resource/ui/itemrenameinvaliddialog.res b/resource/ui/itemrenameinvaliddialog.res index a8d23f9..2577117 100644 --- a/resource/ui/itemrenameinvaliddialog.res +++ b/resource/ui/itemrenameinvaliddialog.res @@ -70,7 +70,7 @@ "tileImage" "0" "tileVertically" "0" "drawcolor" "112 176 74 255" - } + } "tool_modelpanel" { "ControlName" "CItemModelPanel" @@ -97,7 +97,7 @@ "use_item_rendertarget" "0" "allow_rot" "0" } - } + } "SubjectBG" { "ControlName" "CExLabel" @@ -242,4 +242,4 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" } -} +} \ No newline at end of file diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index 615df6c..cfa4696 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -477,4 +477,4 @@ "resize_to_text" "1" "padding_height" "15" } -} +} \ No newline at end of file diff --git a/resource/ui/loadoutpresetpanel.res b/resource/ui/loadoutpresetpanel.res index f81a558..8c54bc3 100644 --- a/resource/ui/loadoutpresetpanel.res +++ b/resource/ui/loadoutpresetpanel.res @@ -28,6 +28,6 @@ "border_default" "NoBorder" "border_armed" "NoBorder" "border_depressed" "NoBorder" - } + } } -} +} \ No newline at end of file diff --git a/resource/ui/lobbycontainerframe.res b/resource/ui/lobbycontainerframe.res index 8261363..55bf690 100644 --- a/resource/ui/lobbycontainerframe.res +++ b/resource/ui/lobbycontainerframe.res @@ -90,21 +90,21 @@ "tileImage" "1" } "FooterLine" - { - "ControlName" "EditablePanel" - "fieldName" "HeaderLine" - "xpos" "0" - "ypos" "420" - "zpos" "2" - "wide" "f0" - "tall" "2" - "visible" "1" - "enabled" "1" - "autoResize" "0" - "PaintBackgroundType" "2" - "border" "NoBorder" - "bgcolor_override" "Base Color" - } + { + "ControlName" "EditablePanel" + "fieldName" "HeaderLine" + "xpos" "0" + "ypos" "420" + "zpos" "2" + "wide" "f0" + "tall" "2" + "visible" "1" + "enabled" "1" + "autoResize" "0" + "PaintBackgroundType" "2" + "border" "NoBorder" + "bgcolor_override" "Base Color" + } "Sheet" { @@ -385,5 +385,4 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" } - -} +} \ No newline at end of file diff --git a/resource/ui/matchmakingpanel.res b/resource/ui/matchmakingpanel.res index cea2882..51e0062 100644 --- a/resource/ui/matchmakingpanel.res +++ b/resource/ui/matchmakingpanel.res @@ -574,8 +574,7 @@ "wrap" "1" "fgcolor_override" "250 114 45 255" } - } } } -} +} \ No newline at end of file diff --git a/resource/ui/mvmvictorysplash.res b/resource/ui/mvmvictorysplash.res index 9406292..76a53dd 100644 --- a/resource/ui/mvmvictorysplash.res +++ b/resource/ui/mvmvictorysplash.res @@ -12,7 +12,7 @@ "SplashBackground" { - "ControlName" "ScalableImagePanel" + "ControlName" "ScalableImagePanel" "fieldName" "SplashBackground" "xpos" "99999" "ypos" "99999" @@ -53,4 +53,4 @@ "fgcolor" "Base Color" } } -} +} \ No newline at end of file diff --git a/resource/ui/objectivestatusmultipleescort.res b/resource/ui/objectivestatusmultipleescort.res index ba65cf0..9df3801 100644 --- a/resource/ui/objectivestatusmultipleescort.res +++ b/resource/ui/objectivestatusmultipleescort.res @@ -26,9 +26,8 @@ "progress_xpos" "79" "progress_wide" "270" - "if_blue_is_top" - { - "ypos" "r160" + "if_blue_is_top" { + "ypos" "r160" } } @@ -46,9 +45,8 @@ "progress_xpos" "79" "progress_wide" "270" - "if_red_is_top" - { - "ypos" "r160" + "if_red_is_top" { + "ypos" "r160" } } -} +} \ No newline at end of file diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res index 2ca8e41..93fbda4 100644 --- a/resource/ui/pvprankpanel.res +++ b/resource/ui/pvprankpanel.res @@ -4,10 +4,8 @@ { "ControlName" "EditablePanel" "fieldName" "ModelContainer" - "xpos" "cs-0.5" "ypos" "cs-0.5" - "zpos" "3" "wide" "f0" "tall" "f0" @@ -67,7 +65,6 @@ } "paintbackground" "0" - "render_texture" "0" "model" @@ -411,9 +408,7 @@ "proportionaltoparent" "1" "border" "NoBorder" } - - - + // First column "GamesLabel" { @@ -545,4 +540,4 @@ } } } -} +} \ No newline at end of file diff --git a/resource/ui/quickplaybusydialog.res b/resource/ui/quickplaybusydialog.res index 6d60e4b..ecc859e 100644 --- a/resource/ui/quickplaybusydialog.res +++ b/resource/ui/quickplaybusydialog.res @@ -126,8 +126,7 @@ "sound_released" "UI/buttonclickrelease.wav" "border_armed" "NoBorder" - } - + } } "ResultsContainer" @@ -149,7 +148,6 @@ "border" "CyanBorderThick" "bgcolor_override" "25 25 25 255" - "Background" { "ControlName" "EditablePanel" @@ -249,7 +247,6 @@ "sound_released" "UI/buttonclickrelease.wav" "border_default" "NoBorder" "border_armed" "NoBorder" - } - + } } -} +} \ No newline at end of file diff --git a/resource/ui/quickplaydialog.res b/resource/ui/quickplaydialog.res index e7f027c..df266a0 100644 --- a/resource/ui/quickplaydialog.res +++ b/resource/ui/quickplaydialog.res @@ -130,15 +130,15 @@ "ModeInfoContainer" { - "ControlName" "EditablePanel" - "fieldName" "ModeInfoContainer" - "xpos" "40" - "ypos" "20" - "wide" "380" - "tall" "290" - "visible" "1" - "enabled" "1" - "border" "NoBorder" + "ControlName" "EditablePanel" + "fieldName" "ModeInfoContainer" + "xpos" "40" + "ypos" "20" + "wide" "380" + "tall" "290" + "visible" "1" + "enabled" "1" + "border" "NoBorder" "ModeImage" { @@ -196,7 +196,7 @@ "auto_wide_tocontents" "0" "wrap" "1" "centerwrap" "1" - // "border" "QuickplayBorder" + //"border" "QuickplayBorder" } "ComplexityLabel" @@ -219,7 +219,7 @@ "auto_wide_tocontents" "0" "wrap" "1" "centerwrap" "1" - // "border" "NoBorder" + //"border" "NoBorder" } "MoreInfoContainer" @@ -303,7 +303,7 @@ "border_default" "NoBorder" "border_armed" "NoBorder" } - + "NextPageButton" { "ControlName" "CExButton" @@ -707,7 +707,6 @@ "tall" "15" } } - } "PlayNowButton" @@ -1033,4 +1032,4 @@ } } } -} +} \ No newline at end of file diff --git a/resource/ui/revivedialog.res b/resource/ui/revivedialog.res index e55da71..fed4b5d 100644 --- a/resource/ui/revivedialog.res +++ b/resource/ui/revivedialog.res @@ -16,6 +16,7 @@ "settitlebarvisible" "0" "PaintBackgroundType" "0" "paintborder" "0" + "BackColor" { "ControlName" "EditablePanel" @@ -122,4 +123,4 @@ "autoResize" "1" } } -} +} \ No newline at end of file diff --git a/resource/ui/statsummary.res b/resource/ui/statsummary.res index 1116288..8ce4e96 100644 --- a/resource/ui/statsummary.res +++ b/resource/ui/statsummary.res @@ -146,7 +146,7 @@ "enabled" "1" "centerwrap" "1" "wrap" "1" - } + } } "InfoBG" @@ -239,8 +239,7 @@ "visible" "0" "enabled" "0" "fgcolor_override" "TanLight" - - } + } "MapLabel" { "ControlName" "CExLabel" @@ -276,7 +275,7 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" - } + } "StatData" { "ControlName" "EditablePanel" @@ -368,9 +367,9 @@ "enabled" "1" "enabled_hidef" "0" "enabled_lodef" "0" - } + } } - "InteractiveHeaders" + "InteractiveHeaders" { "ControlName" "EditablePanel" "fieldName" "InteractiveHeaders" @@ -742,7 +741,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarLabel2B" { "ControlName" "Label" @@ -786,7 +785,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarBG3A" { "ControlName" "ImagePanel" @@ -891,7 +890,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarLabel3B" { "ControlName" "Label" @@ -912,7 +911,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassLabel3" { "ControlName" "Label" @@ -935,7 +934,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarBG4A" { "ControlName" "ImagePanel" @@ -2754,14 +2753,14 @@ { "name" "back" "text" "#GameUI_Back" - "icon" "#GameUI_Icons_B_BUTTON" + "icon" "#GameUI_Icons_B_BUTTON" } "button" { "name" "nexttip" "text" "#TF_NextTip_360" - "icon" "#GameUI_Icons_A_BUTTON" + "icon" "#GameUI_Icons_A_BUTTON" } } "TitleBanner" [$X360] @@ -2775,4 +2774,4 @@ "visible_lodef" "0" "enabled_lodef" "0" } -} +} \ No newline at end of file diff --git a/resource/ui/statsummary_embedded.res b/resource/ui/statsummary_embedded.res index 3ef5fbe..cbef0ff 100644 --- a/resource/ui/statsummary_embedded.res +++ b/resource/ui/statsummary_embedded.res @@ -81,7 +81,7 @@ "pinCorner" "0" "visible" "0" "enabled" "1" - } + } "StatData" { "ControlName" "EditablePanel" @@ -173,9 +173,9 @@ "enabled" "1" "enabled_hidef" "0" "enabled_lodef" "0" - } + } } - "InteractiveHeaders" + "InteractiveHeaders" { "ControlName" "EditablePanel" "fieldName" "InteractiveHeaders" @@ -375,7 +375,7 @@ "tabPosition" "0" "fillcolor" "StatBar1" "PaintBackgroundType" "0" - } + } "ClassBarLabel1A" { "ControlName" "Label" @@ -414,7 +414,7 @@ "visible" "1" "enabled" "1" "fgcolor_override" "TanLight" - } + } "ClassLabel1" { "ControlName" "Label" @@ -437,7 +437,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarBG2A" { "ControlName" "ImagePanel" @@ -712,7 +712,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassLabel3" { "ControlName" "Label" @@ -798,7 +798,7 @@ "tabPosition" "0" "fillcolor" "StatBar4" "PaintBackgroundType" "0" - } + } "ClassBar4B" { "ControlName" "ImagePanel" @@ -819,7 +819,7 @@ "tabPosition" "0" "fillcolor" "StatBar4" "PaintBackgroundType" "0" - } + } "ClassBarLabel4A" { "ControlName" "Label" @@ -840,7 +840,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarLabel4B" { "ControlName" "Label" @@ -861,7 +861,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassLabel4" { "ControlName" "Label" @@ -884,7 +884,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarBG5A" { "ControlName" "ImagePanel" @@ -989,7 +989,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarLabel5B" { "ControlName" "Label" @@ -1010,7 +1010,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassLabel5" { "ControlName" "Label" @@ -1033,7 +1033,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarBG6A" { "ControlName" "ImagePanel" @@ -1331,7 +1331,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarBG8A" { "ControlName" "ImagePanel" @@ -1436,7 +1436,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarLabel8B" { "ControlName" "Label" @@ -1457,7 +1457,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassLabel8" { "ControlName" "Label" @@ -1480,7 +1480,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarBG9A" { "ControlName" "ImagePanel" @@ -1564,7 +1564,7 @@ "tabPosition" "0" "fillcolor" "StatBar9" "PaintBackgroundType" "0" - } + } "ClassBarLabel9A" { "ControlName" "Label" @@ -1585,7 +1585,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassBarLabel9B" { "ControlName" "Label" @@ -1606,7 +1606,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "ClassLabel9" { "ControlName" "Label" @@ -1629,7 +1629,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "RecordsBG" { "ControlName" "EditablePanel" @@ -1647,8 +1647,8 @@ "visible_hidef" "0" "visible_lodef" "0" "enabled" "1" - "enabled_hidef" "0" - "enabled_lodef" "0" + "enabled_hidef" "0" + "enabled_lodef" "0" "border" "NoBorder" "bgcolor_override" "15 15 15 255" } @@ -1736,7 +1736,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord1Value" { "ControlName" "Label" @@ -1760,7 +1760,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord2Label" { "ControlName" "Label" @@ -1784,7 +1784,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord2Value" { "ControlName" "Label" @@ -1808,7 +1808,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord3Label" { "ControlName" "Label" @@ -1832,7 +1832,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord3Value" { "ControlName" "Label" @@ -1856,7 +1856,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord4Label" { "ControlName" "Label" @@ -1880,7 +1880,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord4Value" { "ControlName" "Label" @@ -1904,7 +1904,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord5Label" { "ControlName" "Label" @@ -1928,7 +1928,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord5Value" { "ControlName" "Label" @@ -1952,7 +1952,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord6Label" { "ControlName" "Label" @@ -1976,7 +1976,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord6Value" { "ControlName" "Label" @@ -2000,7 +2000,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord7Label" { "ControlName" "Label" @@ -2024,7 +2024,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord7Value" { "ControlName" "Label" @@ -2048,7 +2048,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord8Label" { "ControlName" "Label" @@ -2072,7 +2072,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord8Value" { "ControlName" "Label" @@ -2120,7 +2120,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord9Value" { "ControlName" "Label" @@ -2168,7 +2168,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord10Value" { "ControlName" "Label" @@ -2216,7 +2216,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord11Value" { "ControlName" "Label" @@ -2264,7 +2264,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord12Value" { "ControlName" "Label" @@ -2312,7 +2312,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord13Value" { "ControlName" "Label" @@ -2360,7 +2360,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord14Value" { "ControlName" "Label" @@ -2408,7 +2408,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "OverallRecord15Value" { "ControlName" "Label" @@ -2496,14 +2496,14 @@ "dulltext" "0" "brighttext" "0" "Command" "nexttip" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "NoBorder" - "border_armed" "NoBorder" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "NoBorder" + "border_armed" "NoBorder" } "ResetStatsButton" [$WIN32] { @@ -2524,14 +2524,14 @@ "dulltext" "0" "brighttext" "0" "Command" "resetstatsbutton" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "NoBorder" - "border_armed" "NoBorder" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "NoBorder" + "border_armed" "NoBorder" } "CloseButton" [$WIN32] { @@ -2552,14 +2552,14 @@ "dulltext" "0" "brighttext" "0" "Command" "vguicancel" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "NoBorder" - "border_armed" "NoBorder" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "NoBorder" + "border_armed" "NoBorder" } "Footer" [$X360] { @@ -2580,20 +2580,20 @@ "textadjust" "3" "textadjust_lodef" "0" "zpos" "6" - "fgcolor" "HudOffWhite" + "fgcolor" "HudOffWhite" "button" { "name" "back" "text" "#GameUI_Back" - "icon" "#GameUI_Icons_B_BUTTON" + "icon" "#GameUI_Icons_B_BUTTON" } "button" { "name" "nexttip" "text" "#TF_NextTip_360" - "icon" "#GameUI_Icons_A_BUTTON" + "icon" "#GameUI_Icons_A_BUTTON" } } "TitleBanner" [$X360] @@ -2607,4 +2607,4 @@ "visible_lodef" "0" "enabled_lodef" "0" } -} +} \ No newline at end of file diff --git a/resource/ui/steamworkshopdialog.res b/resource/ui/steamworkshopdialog.res index 957f9b9..378ae62 100644 --- a/resource/ui/steamworkshopdialog.res +++ b/resource/ui/steamworkshopdialog.res @@ -154,17 +154,17 @@ "font" "HudFontSmallBold" "textAlignment" "center" "Command" "learn_more" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } } @@ -273,18 +273,18 @@ "dulltext" "0" "brighttext" "0" "Command" "prevpage" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } "CurPageLabel" { @@ -348,17 +348,17 @@ "dulltext" "0" "brighttext" "0" "Command" "view_files" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "EditButton" @@ -381,17 +381,17 @@ "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" "labelText" "#TF_SteamWorkshop_Edit" "command" "edit" @@ -412,7 +412,7 @@ "enabled" "1" "scaleImage" "1" "image" "glyph_workshop_edit" - } + } } "ViewButton" @@ -435,17 +435,17 @@ "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" "labelText" "#TF_SteamWorkshop_View" "command" "view" @@ -466,7 +466,7 @@ "enabled" "1" "scaleImage" "1" "image" "glyph_workshop_view" - } + } } "DeleteButton" @@ -489,17 +489,17 @@ "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" "labelText" "#TF_SteamWorkshop_Delete" "command" "delete_item" @@ -520,7 +520,7 @@ "enabled" "1" "scaleImage" "1" "image" "glyph_workshop_delete" - } + } } } @@ -542,17 +542,17 @@ "font" "HudFontSmallestBold" "textAlignment" "center" "Command" "browse" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "LoadTestMapButton" @@ -573,17 +573,17 @@ "font" "HudFontSmallBold" "textAlignment" "center" "Command" "itemtest" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "PublishButton" @@ -604,18 +604,18 @@ "font" "HudFontSmallBold" "textAlignment" "center" "Command" "publish" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - "paintbackground" "1" - "defaultBgColor_override" "15 15 15 255" - "armedBgColor_override" "25 25 25 255" - "depressedBgColor_override" "25 25 25 255" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanLight" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" - } + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + "defaultBgColor_override" "15 15 15 255" + "armedBgColor_override" "25 25 25 255" + "depressedBgColor_override" "25 25 25 255" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" + } "LearnMore2Button" { @@ -660,19 +660,19 @@ "dulltext" "0" "brighttext" "0" "Command" "view_legal_agreement" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "defaultBgColor_override" "0 0 0 255" - "armedBgColor_override" "35 35 35 255" - "depressedBgColor_override" "0 0 0 255" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanDark" - - "border_default" "NoBorder" - "border_armed" "NoBorder" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultBgColor_override" "0 0 0 255" + "armedBgColor_override" "35 35 35 255" + "depressedBgColor_override" "0 0 0 255" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + + "border_default" "NoBorder" + "border_armed" "NoBorder" } "CancelButton" @@ -696,19 +696,19 @@ "dulltext" "0" "brighttext" "0" "Command" "cancel" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "defaultBgColor_override" "0 0 0 255" - "armedBgColor_override" "35 35 35 255" - "depressedBgColor_override" "0 0 0 255" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanDark" - - "border_default" "NoBorder" - "border_armed" "NoBorder" - } + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultBgColor_override" "0 0 0 255" + "armedBgColor_override" "35 35 35 255" + "depressedBgColor_override" "0 0 0 255" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + + "border_default" "NoBorder" + "border_armed" "NoBorder" + } } -} +} \ No newline at end of file diff --git a/resource/ui/streamlistpanel.res b/resource/ui/streamlistpanel.res index bc58ff7..2521ed2 100644 --- a/resource/ui/streamlistpanel.res +++ b/resource/ui/streamlistpanel.res @@ -9,7 +9,7 @@ "wide" "300" "tall" "22" "visible" "1" - + "HeaderLabel" { "ControlName" "CExLabel" @@ -30,7 +30,7 @@ "bgcolor_override" "25 25 25 255" } } - + "CloseButton" { "ControlName" "CExImageButton" @@ -58,15 +58,14 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "Command" "hide_streams" - "paintbackground" "0" - + //"defaultFgColor_override" "235 226 202 255" //"armedFgColor_override" "46 43 42 255" "defaultFgColor_override" "TanLight" "armedFgColor_override" "Base Color" "depressedFgColor_override" "TanLight" - + "image_drawcolor" "235 226 202 255" "image_armedcolor" "200 80 60 255" "SubImage" @@ -82,7 +81,7 @@ "enabled" "0" "image" "close_button" "scaleImage" "1" - } + } } "TitleLabel" @@ -200,13 +199,12 @@ "brighttext" "0" "default" "1" "command" "view_more" - "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - + "defaultFgColor_override" "235 226 202 255" "defaultBgColor_override" "46 43 42 255" "armedFgColor_override" "235 226 202 255" "depressedFgColor_override" "235 226 202 255" - } + } } \ No newline at end of file diff --git a/resource/ui/streampanel.res b/resource/ui/streampanel.res index da5ddcd..121dbb6 100644 --- a/resource/ui/streampanel.res +++ b/resource/ui/streampanel.res @@ -11,11 +11,9 @@ "tall" "f0" "visible" "1" "proportionaltoparent" "1" - "bgcolor_override" "0 0 0 50" } - "LoadingPanel" { "ControlName" "EditablePanel" @@ -41,7 +39,6 @@ "enable" "1" "scaleImage" "1" "image" "animated/tf2_logo_hourglass" - "proportionaltoparent" "1" } @@ -61,12 +58,10 @@ "visible" "1" "enabled" "1" "fgcolor" "56 53 49 255" - "proportionaltoparent" "1" } } - "PreviewImage" { "ControlName" "ImagePanel" diff --git a/resource/ui/tankprogressbar.res b/resource/ui/tankprogressbar.res index f47b46a..8fed3e8 100644 --- a/resource/ui/tankprogressbar.res +++ b/resource/ui/tankprogressbar.res @@ -41,7 +41,7 @@ "enabled" "1" "image" "" - "src_corner_height" "22" // pixels inside the image + "src_corner_height" "22" // pixels inside the image "src_corner_width" "22" "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional @@ -61,7 +61,7 @@ "enabled" "0" "image" "../HUD/tournament_panel_tan" - "src_corner_height" "22" // pixels inside the image + "src_corner_height" "22" // pixels inside the image "src_corner_width" "22" "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional @@ -70,7 +70,7 @@ "ProgressBarBG2" { - "ControlName" "ImagePanel" + "ControlName" "ImagePanel" "fieldName" "ProgressBarBG2" "xpos" "30" "ypos" "7" @@ -82,6 +82,5 @@ "visible" "1" "enabled" "1" "fillcolor" "Base Color" - } -} +} \ No newline at end of file diff --git a/resource/ui/tankstatuspanel.res b/resource/ui/tankstatuspanel.res index 159c355..85e58ce 100644 --- a/resource/ui/tankstatuspanel.res +++ b/resource/ui/tankstatuspanel.res @@ -3,22 +3,22 @@ "Background" { "ControlName" "ScalableImagePanel" - "fieldName" "Background" - "xpos" "0" - "ypos" "0" - "zpos" "-1" - "wide" "0" - "tall" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "image" "../HUD/tournament_panel_brown" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../HUD/tournament_panel_brown" - "src_corner_height" "22" // pixels inside the image - "src_corner_width" "22" + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional "draw_corner_height" "5" } -} +} \ No newline at end of file diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index 09e5a36..1da481b 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -24,7 +24,6 @@ "enabled" "1" "fillcolor" "70 130 180 153" "scaleImage" "1" - } "RedScoreBG" { @@ -57,7 +56,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "BlueTeamScore" { "ControlName" "CExLabel" @@ -82,8 +81,8 @@ "font" "Cerbetica44" "labelText" "%blueteamscore%" "textAlignment" "east" - "xpos" "17" - "ypos" "-17" + "xpos" "-2" + "ypos" "-2" "zpos" "3" "wide" "80" "tall" "70" @@ -92,6 +91,10 @@ "visible" "1" "enabled" "1" "fgcolor" "TransparentBlack" + + "pin_to_sibling" "BlueTeamScore" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "BlueLeaderAvatar" { @@ -107,7 +110,7 @@ "image" "" "scaleImage" "1" "color_outline" "52 48 45 255" - } + } "RedTeamLabel" { "ControlName" "CExLabel" @@ -124,7 +127,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "RedTeamScore" { "ControlName" "CExLabel" @@ -149,8 +152,8 @@ "font" "Cerbetica44" "labelText" "%redteamscore%" "textAlignment" "west" - "xpos" "107" - "ypos" "-17" + "xpos" "-2" + "ypos" "-2" "zpos" "2" "wide" "80" "tall" "70" @@ -159,6 +162,10 @@ "visible" "1" "enabled" "1" "fgcolor" "TransparentBlack" + + "pin_to_sibling" "RedTeamScore" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "RedLeaderAvatar" { @@ -174,8 +181,7 @@ "image" "" "scaleImage" "1" "color_outline" "52 48 45 255" - } - + } } "WinPanelBGBorder" { @@ -235,8 +241,8 @@ "fieldName" "WinningTeamLabelDropshadow" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "xpos" "11" - "ypos" "55" + "xpos" "-1" + "ypos" "-1" "zpos" "1" "wide" "180" "tall" "40" @@ -248,6 +254,10 @@ "textAlignment" "Center" "dulltext" "0" "brighttext" "0" + + "pin_to_sibling" "WinningTeamLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "AdvancingTeamLabel" { @@ -274,8 +284,8 @@ "fieldName" "AdvancingTeamLabelDropshadow" "font" "CerbeticaBold20" "fgcolor" "black" - "xpos" "10" - "ypos" "60" + "xpos" "-1" + "ypos" "-1" "zpos" "1" "wide" "180" "tall" "20" @@ -287,6 +297,10 @@ "textAlignment" "Center" "dulltext" "0" "brighttext" "0" + + "pin_to_sibling" "AdvancingTeamLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "WinReasonLabel" { @@ -787,4 +801,4 @@ "dulltext" "0" "brighttext" "0" } -} +} \ No newline at end of file -- cgit v1.2.3