From a6be37171909ffee12adc12f53585cc33b97ec1b Mon Sep 17 00:00:00 2001 From: x3Karma Date: Mon, 3 Jan 2022 17:33:27 +0800 Subject: Adds OITC and Hidden to playlist --- Northstar.Custom/keyvalues/playlists_v2.txt | 135 +++++++++++++++++++++++++++- 1 file changed, 134 insertions(+), 1 deletion(-) diff --git a/Northstar.Custom/keyvalues/playlists_v2.txt b/Northstar.Custom/keyvalues/playlists_v2.txt index 813accb64..be52dc5ba 100644 --- a/Northstar.Custom/keyvalues/playlists_v2.txt +++ b/Northstar.Custom/keyvalues/playlists_v2.txt @@ -199,6 +199,45 @@ playlists timelimit 10 max_players 16 + gamemode_score_hint #GAMEMODE_SCORE_HINT_TDM + } + } + chamber + { + inherit defaults + vars + { + name #PL_chamber + lobbytitle #PL_chamber_lobby + description #PL_chamber_desc + hint #PL_chamber_hint + abbreviation #PL_chamber_abbr + max_players 12 + max_teams 12 + classic_mp 1 + + gamemode_score_hint #GAMEMODE_SCORE_HINT_FFA + gamemode_bullet_001 #GAMEMODE_BULLET_FFA_001 + gamemode_bullet_002 #GAMEMODE_BULLET_FFA_002 + gamemode_bullet_003 #GAMEMODE_BULLET_FFA_003 + gamemode_bullet_004 #GAMEMODE_BULLET_FFA_004 + gamemode_bullet_005 #GAMEMODE_BULLET_FFA_005 + } + } + hidden + { + inherit defaults + vars + { + name #PL_hidden + lobbytitle #PL_hidden_lobby + description #PL_hidden_desc + hint #PL_hidden_hint + abbreviation #PL_hidden_abbr + max_players 16 + max_teams 2 + classic_mp 1 + gamemode_score_hint #GAMEMODE_SCORE_HINT_TDM } } @@ -640,5 +679,99 @@ playlists } } } + chamber + { + inherit defaults + vars + { + name #PL_chamber + lobbytitle #PL_chamber_lobby + description #PL_chamber_desc + abbreviation #PL_chamber_abbr + image ps + //mixtape_slot 7 + mixtape_timeout 120 + visible 0 + } + gamemodes + { + chamber + { + maps + { + mp_forwardbase_kodai 1 + mp_grave 1 + mp_homestead 1 + mp_thaw 1 + mp_black_water_canal 1 + mp_eden 1 + mp_drydock 1 + mp_crashsite3 1 + mp_complex3 1 + mp_angel_city 1 + mp_colony02 1 + mp_glitch 1 + mp_lf_stacks 1 + mp_lf_deck 1 + mp_lf_meadow 1 + mp_lf_traffic 1 + mp_lf_township 1 + mp_lf_uma 1 + mp_relic02 1 + mp_wargames 1 + mp_rise 1 + mp_coliseum 1 + mp_coliseum_column 1 + } + } + } + } + hidden + { + inherit defaults + vars + { + name #PL_hidden + lobbytitle #PL_hidden_lobby + description #PL_hidden_desc + abbreviation #PL_hidden_abbr + image ps + //mixtape_slot 7 + mixtape_timeout 120 + visible 0 + } + gamemodes + { + hidden + { + maps + { + mp_forwardbase_kodai 1 + mp_grave 1 + mp_homestead 1 + mp_thaw 1 + mp_black_water_canal 1 + mp_eden 1 + mp_drydock 1 + mp_crashsite3 1 + mp_complex3 1 + mp_angel_city 1 + mp_colony02 1 + mp_glitch 1 + mp_lf_stacks 1 + mp_lf_deck 1 + mp_lf_meadow 1 + mp_lf_traffic 1 + mp_lf_township 1 + mp_lf_uma 1 + mp_relic02 1 + mp_wargames 1 + mp_rise 1 + mp_coliseum 1 + mp_coliseum_column 1 + } + } + } + } } -} \ No newline at end of file +} -- cgit v1.2.3