diff options
| author | ibruton <[email protected]> | 2016-03-09 02:50:01 -0600 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-03-09 02:50:01 -0600 |
| commit | e800b605d7aa278b5c533d229f873a8ec73b8355 (patch) | |
| tree | f847c74d9b4677024041c5ec09a638de9d9cca41 /minmode | |
| parent | 3545895c4192a3c116b5c8566aa153d5fda9966b (diff) | |
Updated ending screen on matchmaking game to match HUD style
Diffstat (limited to 'minmode')
| -rw-r--r-- | minmode/resource/ClientScheme.res | 21 | ||||
| -rw-r--r-- | minmode/resource/ui/match_summary.res | 626 |
2 files changed, 645 insertions, 2 deletions
diff --git a/minmode/resource/ClientScheme.res b/minmode/resource/ClientScheme.res index e95c128..14bdb1e 100644 --- a/minmode/resource/ClientScheme.res +++ b/minmode/resource/ClientScheme.res @@ -4703,8 +4703,8 @@ Scheme "image" "../hud/color_panel_red_opaque" "src_corner_height" "23" // pixels inside the image "src_corner_width" "23" - "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "5" + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" } TFFatLineBorderRedBGOpaque_Store { @@ -6685,3 +6685,20 @@ Scheme + + + + + + + + + + + + + + + + + diff --git a/minmode/resource/ui/match_summary.res b/minmode/resource/ui/match_summary.res new file mode 100644 index 0000000..3754b98 --- /dev/null +++ b/minmode/resource/ui/match_summary.res @@ -0,0 +1,626 @@ +"Resource/UI/match_summary.res" +{ + "MatchSummary" + { + "ControlName" "CTFMatchSummary" + "fieldName" "MatchSummary" + "autoResize" "0" + "pinCorner" "0" + "tabPosition" "0" + "paintbackground" "0" + "zpos" "-40" + "visible" "0" + + "AnimBluePlayerListParent" "p.47" + "AnimBlueTeamScore" "p.46" + "AnimBlueTeamScoreDropshadow" "p.46" + "AnimBlueTeamScoreBG" "p.483" + "AnimBluePlayerListBG" "p.47" + + "AnimRedTeamScoreBGWide" "p.483" + "AnimRedTeamScoreBGXPos" "r5-p.483" + "AnimRedTeamScoreWide" "p.46" + "AnimRedTeamScoreXPos" "r19-p.46" + "AnimRedTeamScoreDropshadowWide" "p.46" + "AnimRedTeamScoreDropshadowXPos" "r18-p.46" + "AnimRedPlayerListParentWide" "p.47" + "AnimRedPlayerListParentXPos" "r7-p.47" + "AnimRedPlayerListBGWide" "p.47" + "AnimRedPlayerListBGXPos" "r9-p.47" + } + "StatsBgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "StatsBgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "PaintBackgroundType" "1" + "bgcolor_override" "0 0 0 250" + } + "DrawingPanel" + { + "ControlName" "CDrawingPanel" + "fieldName" "DrawingPanel" + "xpos" "c-320" + "ypos" "c-240" + "wide" "640" + "tall" "480" + "zpos" "60" + "visible" "1" + "enabled" "1" + + "linecolor" "0 255 0 255" + "team_colors" "1" + } + "WinPanelLogo" + { + "ControlName" "CTFImagePanel" + "fieldName" "WinPanelLogo" + "xpos" "c-75" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "75" + "visible" "1" + "enabled" "1" + "image" "competitive/comp_winners_logo01" + "scaleImage" "1" + } + "ParticlePanel" + { + "ControlName" "CTFParticlePanel" + "fieldName" "ParticlePanel" + "xpos" "0" + "ypos" "0" + "zpos" "55" + "wide" "f0" + "tall" "f0" + "visible" "1" + } + "DisconnectButton" + { + "ControlName" "CExButton" + "fieldName" "DisconnectButton" + "xpos" "cs-0.5" + "ypos" "437" + "zpos" "100" + "wide" "180" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "disconnect" + "proportionaltoparent" "1" + "labeltext" "Disconnect" + "mouseinputenabled" "1" + + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "StatsLabelPanel" + { + "ControlName" "EditablePanel" + "fieldName" "StatsLabelPanel" + "xpos" "c-100" + "ypos" "-20" + "zpos" "70" + "wide" "200" + "tall" "15" + "visible" "0" + "enabled" "1" + "autoResize" "0" + + "StatsAndMedals" + { + "ControlName" "CExLabel" + "fieldName" "StatsAndMedals" + "font" "Cerbetica16" + "labelText" "#TF_StatsAndMedals" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "StatsAndMedalsShadow" + { + "ControlName" "CExLabel" + "fieldName" "StatsAndMedalsShadow" + "font" "MatchSummaryStatsAndMedals" + "labelText" "#TF_StatsAndMedals" + "fgcolor" "Black" + "textAlignment" "center" + "xpos" "1" + "ypos" "1" + "zpos" "3" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + } + + "TeamScoresPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TeamScoresPanel" + "xpos" "0" + "ypos" "0" + "zpos" "50" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + + "BlueTeamScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamScoreBG" + "xpos" "5" + "ypos" "99" + "zpos" "2" + "wide" "p.213" + "tall" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderBlueBGOpaque" + } + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "font" "CerbeticaBold56" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "20" + "ypos" "86" + "zpos" "4" + "wide" "p.19" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BlueTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreDropshadow" + "font" "CerbeticaBold56" + "fgcolor" "Black" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "21" + "ypos" "87" + "zpos" "3" + "wide" "p.19" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BlueTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTeamImage" + "xpos" "14" + "ypos" "89" + "zpos" "5" + "wide" "56" + "tall" "56" + "visible" "1" + "enabled" "1" + "image" "../hud/team_blue" + "scaleImage" "1" + } + "BlueMedals" + { + "ControlName" "EditablePanel" + "fieldName" "BlueMedals" + "xpos" "c-250" + "ypos" "-20" + "zpos" "50" + "wide" "150" + "tall" "15" + "visible" "1" + "enabled" "1" + + "BlueGoldMedal" + { + "ControlName" "ImagePanel" + "fieldName" "BlueGoldMedal" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_gold" + "scaleImage" "1" + } + "BlueGoldMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "BlueGoldMedalValue" + "font" "Cerbetica14" + "labelText" "%blueteammedals_gold%" + "textAlignment" "center" + "xpos" "15" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BlueSilverMedal" + { + "ControlName" "ImagePanel" + "fieldName" "BlueSilverMedal" + "xpos" "55" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_silver" + "scaleImage" "1" + } + "BlueSilverMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "BlueSilverMedalValue" + "font" "Cerbetica14" + "labelText" "%blueteammedals_silver%" + "textAlignment" "center" + "xpos" "70" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BlueBronzeMedal" + { + "ControlName" "ImagePanel" + "fieldName" "BlueBronzeMedal" + "xpos" "110" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_bronze" + "scaleImage" "1" + } + "BlueBronzeMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "BlueBronzeMedalValue" + "font" "Cerbetica14" + "labelText" "%blueteammedals_bronze%" + "textAlignment" "center" + "xpos" "125" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + } + "BluePlayerListParent" + { + "ControlName" "EditablePanel" + "fieldName" "BluePlayerListParent" + "xpos" "12" + "ypos" "134" + "zpos" "1" + "wide" "p.193" + "tall" "215" + "visible" "1" + "enabled" "1" + + "BluePlayerList" + { + "ControlName" "TFSectionedListPanel" + "fieldName" "BluePlayerList" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "p.465" + "tall" "205" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "0" + "linespacing" "25" + "linegap" "0" + //"show_columns" "1" + + "medal_width" "s.08" + "avatar_width" "s.08" + "spacer" "s.01" + "name_width" "s.19" + "class_width" "s.04" + "award_width" "s.04" + "stats_width" "s.08" + "horiz_inset" "5" + } + } + "BluePlayerListBG" + { + "ControlName" "EditablePanel" + "fieldName" "BluePlayerListBG" + "xpos" "9" + "ypos" "117" + "zpos" "0" + "wide" "p.2" + "tall" "225" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderClearBG" + } + "RedTeamScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamScoreBG" + "xpos" "r5-p.213" + "ypos" "99" + "zpos" "2" + "wide" "p.213" + "tall" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderRedBGOpaque" + } + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "CerbeticaBold56" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "r19-p.19" + "ypos" "86" + "zpos" "4" + "wide" "p.19" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RedTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreDropshadow" + "font" "CerbeticaBold56" + "fgcolor" "Black" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "r18-p.19" + "ypos" "87" + "zpos" "3" + "wide" "p.19" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RedTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "RedTeamImage" + "fieldName" "BlueTeamImage" + "xpos" "r68" + "ypos" "80" + "zpos" "5" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "image" "../hud/team_red" + "scaleImage" "1" + } + "RedMedals" + { + "ControlName" "EditablePanel" + "fieldName" "RedMedals" + "xpos" "c100" + "ypos" "-20" + "zpos" "50" + "wide" "150" + "tall" "15" + "visible" "1" + "enabled" "1" + + "RedGoldMedal" + { + "ControlName" "ImagePanel" + "fieldName" "RedGoldMedal" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_gold" + "scaleImage" "1" + } + "RedGoldMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "RedGoldMedalValue" + "font" "Cerbetica14" + "labelText" "%redteammedals_gold%" + "textAlignment" "center" + "xpos" "15" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RedSilverMedal" + { + "ControlName" "ImagePanel" + "fieldName" "RedSilverMedal" + "xpos" "55" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_silver" + "scaleImage" "1" + } + "RedSilverMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "RedSilverMedalValue" + "font" "Cerbetica14" + "labelText" "%redteammedals_silver%" + "textAlignment" "center" + "xpos" "70" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RedBronzeMedal" + { + "ControlName" "ImagePanel" + "fieldName" "RedBronzeMedal" + "xpos" "110" + "ypos" "0" + "zpos" "5" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "competitive/competitive_coin_bronze" + "scaleImage" "1" + } + "RedBronzeMedalValue" + { + "ControlName" "CExLabel" + "fieldName" "RedBronzeMedalValue" + "font" "Cerbetica14" + "labelText" "%redteammedals_bronze%" + "textAlignment" "center" + "xpos" "125" + "ypos" "0" + "zpos" "6" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + } + "RedPlayerListParent" + { + "ControlName" "EditablePanel" + "fieldName" "RedPlayerListParent" + "xpos" "r12-p.193" + "ypos" "134" + "zpos" "1" + "wide" "p.193" + "tall" "215" + "visible" "1" + "enabled" "1" + + "RedPlayerList" + { + "ControlName" "TFSectionedListPanel" + "fieldName" "RedPlayerList" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "p.465" + "tall" "205" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "0" + "linespacing" "25" + "linegap" "0" + //"show_columns" "1" + + "medal_width" "s.08" + "avatar_width" "s.08" + "spacer" "s.01" + "name_width" "s.19" + "class_width" "s.04" + "award_width" "s.04" + "stats_width" "s.08" + "horiz_inset" "5" + } + } + "RedPlayerListBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedPlayerListBG" + "xpos" "r9-p.2" + "ypos" "117" + "zpos" "0" + "wide" "p.2" + "tall" "225" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderClearBG" + } + } +}
\ No newline at end of file |
