diff options
author | Will Castro <39478251+VITALISED@users.noreply.github.com> | 2022-01-08 13:23:23 +1100 |
---|---|---|
committer | Will Castro <39478251+VITALISED@users.noreply.github.com> | 2022-01-08 13:23:23 +1100 |
commit | b55efc1402427093b052f85499270c0c0290b525 (patch) | |
tree | 7be569bb3d69c87fafba48a7979b2062e4bff40b /Northstar.Custom/keyvalues | |
parent | ac1179b9b9ae6765fcfe7949086bd739a3bca82e (diff) | |
download | NorthstarMods-b55efc1402427093b052f85499270c0c0290b525.tar.gz NorthstarMods-b55efc1402427093b052f85499270c0c0290b525.zip |
Add TFFA
Diffstat (limited to 'Northstar.Custom/keyvalues')
-rw-r--r-- | Northstar.Custom/keyvalues/playlists_v2.txt | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Northstar.Custom/keyvalues/playlists_v2.txt b/Northstar.Custom/keyvalues/playlists_v2.txt index 37734025..44ca48e3 100644 --- a/Northstar.Custom/keyvalues/playlists_v2.txt +++ b/Northstar.Custom/keyvalues/playlists_v2.txt @@ -241,6 +241,23 @@ playlists gamemode_score_hint #GAMEMODE_SCORE_HINT_TDM } } + tffa + { + inherit defaults + vars + { + name #PL_tffa + lobbytitle #PL_tffa_lobby + description #PL_tffa_desc + abbreviation #PL_sbox_abbr + + scorelimit 20 + max_players 10 + max_teams 10 + classic_mp 1 + gamemode_score_hint #GAMEMODE_SCORE_HINT_TDM + } + } } Playlists { @@ -780,5 +797,43 @@ playlists } } } + tffa + { + inherit defaults + vars + { + name #PL_tffa + lobbytitle #PL_tffa_lobby + description #PL_tffa_desc + hint #PL_tffa_hint + image lts + abbreviation #PL_tffa_abbr + visible 0 + } + gamemodes + { + tffa + { + 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_relic02 1 + mp_wargames 1 + mp_rise 1 + } + } + } + } } } |