From 1465593a280be1066fb916834090fce515deba2d Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 3 Jul 2021 15:09:07 -0400 Subject: Added Streamer Mode (#167) - Added files for Streamer Mode. The user will have to remove the _ from #customizations/_streamermode or use the editor to enable this feature. --- #customizations/_streamermode/basechat.res | 7 +++ .../_streamermode/dashboardpartymember.res | 7 +++ .../_streamermode/disguisestatuspanel.res | 7 +++ .../_streamermode/freezepanel_basic.res | 20 ++++++++ #customizations/_streamermode/hudarenawinpanel.res | 58 ++++++++++++++++++++++ #customizations/_streamermode/hudinspectpanel.res | 10 ++++ .../_streamermode/hudkillstreaknotice.res | 7 +++ #customizations/_streamermode/hudlayout.res | 17 +++++++ #customizations/_streamermode/hudmatchstatus.res | 23 +++++++++ #customizations/_streamermode/hudmatchsummary.res | 34 +++++++++++++ #customizations/_streamermode/hudplayerclass.res | 10 ++++ #customizations/_streamermode/hudtournament.res | 21 ++++++++ .../_streamermode/matchmakingtooltip.res | 10 ++++ #customizations/_streamermode/mvmscoreboard.res | 7 +++ #customizations/_streamermode/pvprankpanel.res | 10 ++++ #customizations/_streamermode/scoreboard.res | 22 ++++++++ #customizations/_streamermode/spectator.res | 10 ++++ #customizations/_streamermode/targetid.res | 7 +++ #customizations/_streamermode/votehud.res | 10 ++++ #customizations/_streamermode/winpanel.res | 42 ++++++++++++++++ 20 files changed, 339 insertions(+) create mode 100644 #customizations/_streamermode/basechat.res create mode 100644 #customizations/_streamermode/dashboardpartymember.res create mode 100644 #customizations/_streamermode/disguisestatuspanel.res create mode 100644 #customizations/_streamermode/freezepanel_basic.res create mode 100644 #customizations/_streamermode/hudarenawinpanel.res create mode 100644 #customizations/_streamermode/hudinspectpanel.res create mode 100644 #customizations/_streamermode/hudkillstreaknotice.res create mode 100644 #customizations/_streamermode/hudlayout.res create mode 100644 #customizations/_streamermode/hudmatchstatus.res create mode 100644 #customizations/_streamermode/hudmatchsummary.res create mode 100644 #customizations/_streamermode/hudplayerclass.res create mode 100644 #customizations/_streamermode/hudtournament.res create mode 100644 #customizations/_streamermode/matchmakingtooltip.res create mode 100644 #customizations/_streamermode/mvmscoreboard.res create mode 100644 #customizations/_streamermode/pvprankpanel.res create mode 100644 #customizations/_streamermode/scoreboard.res create mode 100644 #customizations/_streamermode/spectator.res create mode 100644 #customizations/_streamermode/targetid.res create mode 100644 #customizations/_streamermode/votehud.res create mode 100644 #customizations/_streamermode/winpanel.res (limited to '#customizations') diff --git a/#customizations/_streamermode/basechat.res b/#customizations/_streamermode/basechat.res new file mode 100644 index 0000000..505eda6 --- /dev/null +++ b/#customizations/_streamermode/basechat.res @@ -0,0 +1,7 @@ +"Resource/UI/BaseChat.res" +{ + "HudChat" + { + "ypos" "9999" + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/dashboardpartymember.res b/#customizations/_streamermode/dashboardpartymember.res new file mode 100644 index 0000000..fc523d8 --- /dev/null +++ b/#customizations/_streamermode/dashboardpartymember.res @@ -0,0 +1,7 @@ +"Resource/UI/DashboardPartyMember.res" +{ + "avatar" + { + "ypos" "9999" + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/disguisestatuspanel.res b/#customizations/_streamermode/disguisestatuspanel.res new file mode 100644 index 0000000..68b544b --- /dev/null +++ b/#customizations/_streamermode/disguisestatuspanel.res @@ -0,0 +1,7 @@ +"Resource/UI/ItemModelPanel.res" +{ + "DisguiseNameLabel" + { + "ypos" "9999" + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/freezepanel_basic.res b/#customizations/_streamermode/freezepanel_basic.res new file mode 100644 index 0000000..cd703ba --- /dev/null +++ b/#customizations/_streamermode/freezepanel_basic.res @@ -0,0 +1,20 @@ +"Resource/UI/FreezePanel_Basic.res" +{ + "FreezePanelBase" + { + "FreezeLabel" + { + "ypos" "9999" + } + + "FreezeLabelKiller" + { + "ypos" "9999" + } + } + + "itempanel" + { + "ypos" "9999" + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/hudarenawinpanel.res b/#customizations/_streamermode/hudarenawinpanel.res new file mode 100644 index 0000000..c72a748 --- /dev/null +++ b/#customizations/_streamermode/hudarenawinpanel.res @@ -0,0 +1,58 @@ +"Resource/UI/arenawinpanel.res" +{ + "ArenaWinPanelWinnersPanel" + { + "Player1Avatar" + { + "ypos" "9999" + } + "Player1Name" + { + "ypos" "9999" + } + "Player2Avatar" + { + "ypos" "9999" + } + "Player2Name" + { + "ypos" "9999" + } + "Player3Avatar" + { + "ypos" "9999" + } + "Player3Name" + { + "ypos" "9999" + } + } + + "ArenaWinPanelLosersPanel" + { + "Player1Avatar" + { + "ypos" "9999" + } + "Player1Name" + { + "ypos" "9999" + } + "Player2Avatar" + { + "ypos" "9999" + } + "Player2Name" + { + "ypos" "9999" + } + "Player3Avatar" + { + "ypos" "9999" + } + "Player3Name" + { + "ypos" "9999" + } + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/hudinspectpanel.res b/#customizations/_streamermode/hudinspectpanel.res new file mode 100644 index 0000000..9d04ac5 --- /dev/null +++ b/#customizations/_streamermode/hudinspectpanel.res @@ -0,0 +1,10 @@ +"Resource/UI/HudInspectPanel.res" +{ + "itempanel" + { + "ItemLabel" + { + "ypos" "9999" + } + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/hudkillstreaknotice.res b/#customizations/_streamermode/hudkillstreaknotice.res new file mode 100644 index 0000000..4eb3a1a --- /dev/null +++ b/#customizations/_streamermode/hudkillstreaknotice.res @@ -0,0 +1,7 @@ +"Resource/UI/HudKillStreakNotice.res" +{ + "SplashLabel" + { + "ypos" "9999" + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/hudlayout.res b/#customizations/_streamermode/hudlayout.res new file mode 100644 index 0000000..1f22f08 --- /dev/null +++ b/#customizations/_streamermode/hudlayout.res @@ -0,0 +1,17 @@ +"Resource/HudLayout.res" +{ + "HudDeathNotice" + { + "TextFont" "" + } + + "HudVoiceStatus" + { + "text_xpos" "9999" + } + + "HudSpectatorExtras" + { + "player_name_font" "" + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/hudmatchstatus.res b/#customizations/_streamermode/hudmatchstatus.res new file mode 100644 index 0000000..9ab39da --- /dev/null +++ b/#customizations/_streamermode/hudmatchstatus.res @@ -0,0 +1,23 @@ +"Resource/UI/HudMatchStatus.res" +{ + "TeamStatus" + { + "playerpanels_kv" + { + "playername" + { + "xpos" "9999" + } + } + } + + "BlueTeamPanel" + { + "xpos" "9999" + } + + "RedTeamPanel" + { + "xpos" "9999" + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/hudmatchsummary.res b/#customizations/_streamermode/hudmatchsummary.res new file mode 100644 index 0000000..5d1a2da --- /dev/null +++ b/#customizations/_streamermode/hudmatchsummary.res @@ -0,0 +1,34 @@ +"Resource/UI/HudMatchSummary.res" +{ + "MainStatsContainer" + { + "TeamScoresPanel" + { + "BlueTeamPanel" + { + "wide" "0" + + "BluePlayerListParent" + { + BluePlayerList + { + "wide" "0" + } + } + } + + "RedTeamPanel" + { + "wide" "0" + + "RedPlayerListParent" + { + RedPlayerListParent + { + "wide" "0" + } + } + } + } + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/hudplayerclass.res b/#customizations/_streamermode/hudplayerclass.res new file mode 100644 index 0000000..25c5e9e --- /dev/null +++ b/#customizations/_streamermode/hudplayerclass.res @@ -0,0 +1,10 @@ +"Resource/UI/HudPlayerClass.res" +{ + "CarryingWeapon" + { + "OwnerLabel" + { + "ypos" "9999" + } + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/hudtournament.res b/#customizations/_streamermode/hudtournament.res new file mode 100644 index 0000000..1662cdf --- /dev/null +++ b/#customizations/_streamermode/hudtournament.res @@ -0,0 +1,21 @@ +"Resource/UI/HudTournament.res" +{ + HudTournament + { + playerpanels_kv + { + "playername" + { + if_competitive + { + "ypos" "9999" + } + + if_readymode + { + "ypos" "9999" + } + } + } + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/matchmakingtooltip.res b/#customizations/_streamermode/matchmakingtooltip.res new file mode 100644 index 0000000..fbb6b7f --- /dev/null +++ b/#customizations/_streamermode/matchmakingtooltip.res @@ -0,0 +1,10 @@ +"Resource/UI/MatchMakingTooltip.res" +{ + "TooltipPanel" + { + "TipLabel" + { + "ypos" "9999" + } + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/mvmscoreboard.res b/#customizations/_streamermode/mvmscoreboard.res new file mode 100644 index 0000000..1a0be34 --- /dev/null +++ b/#customizations/_streamermode/mvmscoreboard.res @@ -0,0 +1,7 @@ +"Resource/UI/MvMScoreboard.res" +{ + "MvMPlayerList" + { + "ypos" "9999" + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/pvprankpanel.res b/#customizations/_streamermode/pvprankpanel.res new file mode 100644 index 0000000..e42eea4 --- /dev/null +++ b/#customizations/_streamermode/pvprankpanel.res @@ -0,0 +1,10 @@ +"Resource/UI/MvMScoreboard.res" +{ + "BGPanel" + { + "NameLabel" + { + "labelText" "STREAMER MODE" + } + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/scoreboard.res b/#customizations/_streamermode/scoreboard.res new file mode 100644 index 0000000..31c4b03 --- /dev/null +++ b/#customizations/_streamermode/scoreboard.res @@ -0,0 +1,22 @@ +"Resource/UI/Scoreboard.res" +{ + "ServerLabel" + { + "ypos" "9999" + + if_mvm + { + "ypos" "9999" + } + } + + "BluePlayerList" + { + "wide" "0" + } + + "RedPlayerList" + { + "wide" "0" + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/spectator.res b/#customizations/_streamermode/spectator.res new file mode 100644 index 0000000..787ba4f --- /dev/null +++ b/#customizations/_streamermode/spectator.res @@ -0,0 +1,10 @@ +"Resource/UI/Spectator.res" +{ + "itempanel" + { + "ItemLabel" + { + "ypos" "9999" + } + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/targetid.res b/#customizations/_streamermode/targetid.res new file mode 100644 index 0000000..068b863 --- /dev/null +++ b/#customizations/_streamermode/targetid.res @@ -0,0 +1,7 @@ +"Resource/UI/TargetID.res" +{ + "TargetNameLabel" + { + "labeltext" "" + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/votehud.res b/#customizations/_streamermode/votehud.res new file mode 100644 index 0000000..1b7b36f --- /dev/null +++ b/#customizations/_streamermode/votehud.res @@ -0,0 +1,10 @@ +"Resource/UI/VoteHud.res" +{ + "VoteActive" + { + "Header" + { + "ypos" "9999" + } + } +} \ No newline at end of file diff --git a/#customizations/_streamermode/winpanel.res b/#customizations/_streamermode/winpanel.res new file mode 100644 index 0000000..aa0f1cb --- /dev/null +++ b/#customizations/_streamermode/winpanel.res @@ -0,0 +1,42 @@ +"Resource/UI/winpanel.res" +{ + "Player1Avatar" + { + "ypos" "9999" + } + + "Player2Avatar" + { + "ypos" "9999" + } + + "Player3Avatar" + { + "ypos" "9999" + } + + "Player1Name" + { + "ypos" "9999" + } + + "Player2Name" + { + "ypos" "9999" + } + + "Player3Name" + { + "ypos" "9999" + } + + "KillStreakPlayer1Avatar" + { + "ypos" "9999" + } + + "KillStreakPlayer1Name" + { + "ypos" "9999" + } +} \ No newline at end of file -- cgit v1.2.3