diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /#customizations/_streamermode | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to '#customizations/_streamermode')
20 files changed, 339 insertions, 0 deletions
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 |
