From 31c8a052e8f3cdccedb7f6f8d2bd11678189001a Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Sun, 27 Jun 2021 20:55:35 +0100 Subject: added ttdm, more scoreevents and ctf comp --- Northstar.Custom/playlists_v2.txt | 87 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) (limited to 'Northstar.Custom/playlists_v2.txt') diff --git a/Northstar.Custom/playlists_v2.txt b/Northstar.Custom/playlists_v2.txt index be938cc36..56b566032 100644 --- a/Northstar.Custom/playlists_v2.txt +++ b/Northstar.Custom/playlists_v2.txt @@ -996,6 +996,34 @@ playlists gamemode_score_hint #GAMEMODE_SCORE_HINT_TDM } } + ctf_comp + { + inherit defaults + vars + { + name #GAMEMODE_ctf_comp + lobbytitle #PL_capture_the_flag_lobby + description #PL_capture_the_flag_desc + hint #PL_capture_the_flag_hint + abbreviation #PL_capture_the_flag_abbr + image ctf + respawn_delay 8 + scorelimit 5 + suddendeath_timelimit 2 + timelimit 12 + max_players 10 + phase_shift_drop_flag 1 + ctf_flag_return_time 1 + color "0 119 245 255" + + gamemode_score_hint #GAMEMODE_SCORE_HINT_CTF + gamemode_bullet_001 #GAMEMODE_BULLET_CTF_001 + gamemode_bullet_002 #GAMEMODE_BULLET_CTF_002 + gamemode_bullet_003 #GAMEMODE_BULLET_CTF_003 + gamemode_bullet_004 #GAMEMODE_BULLET_CTF_004 + gamemode_bullet_005 #GAMEMODE_BULLET_CTF_005 + } + } // END OF MP GAMEMODES LINE ---------------------------------------------------- @@ -2684,6 +2712,63 @@ playlists } } } + ctf_comp + { + inherit defaults + vars + { + name #GAMEMODE_ctf_comp + lobbytitle #PL_capture_the_flag_lobby + description #PL_capture_the_flag_desc + abbreviation #PL_capture_the_flag_abbr + image ctf + mixtape_slot 4 + mixtape_timeout 120 + visible 1 + + // comp-exclusive settings + // note: these don't display right on the private match menu yet + pilot_health_multiplier 1.25 + respawn_delay 7.0 + + boosts_enabled 1 // this is actually disabled lol + earn_meter_pilot_overdrive 0 + earn_meter_pilot_multiplier 0.5 + earn_meter_titan_multiplier 0.5 + + scorelimit 6 + timelimit 14 + } + gamemodes + { + ctf + { + maps + { + mp_complex3 1 + mp_drydock 2 + mp_glitch 1 + mp_homestead 2 + mp_eden 2 + mp_forwardbase_kodai 1 + mp_black_water_canal 2 + mp_glitch 1 + mp_angel_city 1 + mp_colony02 1 + mp_relic02 1 + mp_grave 2 + mp_homestead 2 + mp_drydock 2 + mp_glitch 1 + mp_thaw 1 + mp_eden 2 + mp_black_water_canal 2 + mp_glitch 1 + mp_relic02 1 + } + } + } + } // END OF MP PLAYLISTS LINE ---------------------------------------------------- @@ -4877,6 +4962,8 @@ playlists "FASTBALL_PANEL_CAPTURED" "%s1 captured panel %s2" "SCOREBOARD_FASTBALL_HACKS" "Panels Captured" + "GAMEMODE_ctf_comp" "Competitive CTF" + // FAQ - Community // -- cgit v1.2.3