diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-10-14 21:01:40 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-10-14 21:01:40 +0100 |
commit | 9a2778eabc7ba968968e41dda9f03525d6c5383d (patch) | |
tree | 6d1c5dc64754d542d68a7f47742a701a4eec9308 /Northstar.Custom/keyvalues | |
parent | c0a0c7e502f2bc99185d79a485b965f63de7a203 (diff) | |
download | NorthstarMods-9a2778eabc7ba968968e41dda9f03525d6c5383d.tar.gz NorthstarMods-9a2778eabc7ba968968e41dda9f03525d6c5383d.zip |
oh fuck i forgot to commit for a while
Diffstat (limited to 'Northstar.Custom/keyvalues')
-rw-r--r-- | Northstar.Custom/keyvalues/playlists_v2.txt | 76 | ||||
-rw-r--r-- | Northstar.Custom/keyvalues/scripts/weapons/mp_titanweapon_particle_accelerator.txt | 4 |
2 files changed, 74 insertions, 6 deletions
diff --git a/Northstar.Custom/keyvalues/playlists_v2.txt b/Northstar.Custom/keyvalues/playlists_v2.txt index 30ea6980..813accb6 100644 --- a/Northstar.Custom/keyvalues/playlists_v2.txt +++ b/Northstar.Custom/keyvalues/playlists_v2.txt @@ -185,6 +185,23 @@ playlists gamemode_bullet_005 #GAMEMODE_BULLET_CTF_005 } } + hs + { + inherit defaults + vars + { + name #GAMEMODE_hs + lobbytitle #PL_hs_lobby + description #PL_hs_desc + hint #PL_hs_hint + abbreviation #PL_hs_abbr + image tdm + timelimit 10 + max_players 16 + + gamemode_score_hint #GAMEMODE_SCORE_HINT_TDM + } + } } Playlists { @@ -242,6 +259,7 @@ playlists lobbytitle #PL_tt_lobby description #PL_tt_desc hint #PL_tt_hint + image lts abbreviation #PL_tt_abbr visible 0 } @@ -279,6 +297,7 @@ playlists lobbytitle #PL_inf_lobby description #PL_inf_desc hint #PL_inf_hint + image ps abbreviation #PL_inf_abbr visible 0 } @@ -376,7 +395,7 @@ playlists description #PL_kr_desc hint #PL_kr_hint abbreviation #PL_kr_abbr - + image ctf max_players 16 max_teams 16 classic_mp 1 @@ -424,7 +443,7 @@ playlists description #PL_fastball_desc hint #PL_fastball_hint abbreviation #PL_fastball_abbr - + image ffa max_players 16 max_teams 2 classic_mp 1 @@ -469,6 +488,7 @@ playlists description #PL_fw_desc hint #PL_fw_hint abbreviation #PL_fw_abbr + image fw max_players 16 max_teams 2 @@ -568,5 +588,57 @@ playlists } } } + hs + { + inherit defaults + vars + { + name #GAMEMODE_hs + lobbytitle #PL_hs_lobby + description #PL_hs_desc + hint #PL_hs_hint + abbreviation #PL_hs_abbr + image tdm + timelimit 10 + max_players 16 + + gamemode_score_hint #GAMEMODE_SCORE_HINT_TDM + } + gamemodes + { + hs + { + mp_complex3 1 + mp_drydock 1 + mp_glitch 1 + mp_homestead 2 + mp_eden 1 + mp_forwardbase_kodai 1 + mp_black_water_canal 1 + mp_glitch 1 + mp_angel_city 1 + mp_colony02 1 + mp_relic02 1 + mp_grave 1 + mp_homestead 1 + mp_drydock 1 + mp_glitch 1 + mp_thaw 1 + mp_eden 2 + mp_black_water_canal 1 + mp_glitch 1 + mp_relic02 1 + mp_wargames 1 + mp_rise 1 + mp_crashsite3 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 + } + } + } } }
\ No newline at end of file diff --git a/Northstar.Custom/keyvalues/scripts/weapons/mp_titanweapon_particle_accelerator.txt b/Northstar.Custom/keyvalues/scripts/weapons/mp_titanweapon_particle_accelerator.txt deleted file mode 100644 index a30ed8f8..00000000 --- a/Northstar.Custom/keyvalues/scripts/weapons/mp_titanweapon_particle_accelerator.txt +++ /dev/null @@ -1,4 +0,0 @@ -WeaponData -{ - "playermodel" "models/SPOILER_w_titan_particle_accelerator.mdl" -} |