Welcome to Gunfight, MW19's new exciting game mode ported to MW2! Here's some important documentation: ///////////////////////////// HOW TO INSTALL ///////////////////////////// 1. Put z_gunfight into /userraw/ 2. In /userraw/maps/mp/gametypes/, create a file called "_gametypes.txt" (mind the underscore and .txt extension) and open it 2.1. If you already have this file, just open it. 3. Paste the below content into it: dm dom sd sab war koth oneflag arena dd vip ctf gtnw gunfight 3.1. If it already exists, just add "gunfight" to the bottom in a new line 4. Read the IMPORTANT INFORMATION part of this readme so you don't fuck up. 5. Set g_gametype to "gunfight" and enjoy ///////////////////////////// CONFIG ///////////////////////////// set scr_gunfight_timelimit 1.5 // Timelimit in minutes, 0 for infinite, default 1.5 set scr_gunfight_roundlimit 12 // Maximum rounds in a game, 0 for infinite, default 12 set scr_gunfight_winlimit 6 // Maximum wins per team in a game, 0 for infinite, default 6 set scr_gunfight_roundswitch 2 // Rounds until the teams switch sides set scr_gunfight_loutoutswitch 2 // Rounds until a new loadout is generated set scr_gunfight_flagTimeLeft 45 // How much time should be left on the timer when the center flag is spawned, in seconds, -1 to disable // The following all set whether any given loadout will include... set scr_gunfight_loadout_primaries 2 // primaries. 0 - Never, 1 - Always, 2 - Random set scr_gunfight_loadout_secondaries 2 // secondaries. 0 - Never, 1 - Always, 2 - Random set scr_gunfight_loadout_attachments 2 // weapon attachments. 0 - Never, 1 - Always, 2 - Random set scr_gunfight_loadout_perks 2 // perks. 0 - Never, 1 - Always, 2 - Random set scr_gunfight_loadout_lethals 2 // lethal/primary grenades. 0 - Never, 1 - Always, 2 - Random set scr_gunfight_loadout_tacticals 2 // tactical/secondary grenades. 0 - Never, 1 - Always, 2 - Random // Primaries and secondaries cannot both be set to 0, they will be reset to 2 otherwise. // The following all set the chance for any given loadout to include ... if the corresponding setting is set to 2, all out of 100 set scr_gunfight_loadout_weights_primaries 75 // primaries set scr_gunfight_loadout_weights_secondaries 50 // secondaries set scr_gunfight_loadout_weights_attachments 50 // weapon attachments set scr_gunfight_loadout_weights_perks 33 // perks set scr_gunfight_loadout_weights_lethals 15 // lethal/primary grenades set scr_gunfight_loadout_weights_tacticals 25 // tacitcal/secondary grenades // Also recommended: set scr_player_healthregentime 9999 // This *should* effectively disable health-regen. ///////////////////////////// IMPORTANT INFORMATION ////////////////////////////// - THERE MAY BE WEIRD LOADOUT BEHAVIOUR BETWEEN MAP SWITCHES, THIS IS NORMAL AND THERE'S NOTHING I CAN DO ABOUT THAT! - PRIMARY AND SECONDARY WEAPONS CANNOT BOTH BE DISABLED AT THE SAME TIME, THEY WILL BOTH BE FORCED TO RANDOM IF YOU ATTEMPT TO SET THEM BOTH OFF!