From 3bf6063a96f8325e928ee52ecd3ad2a5cea7e180 Mon Sep 17 00:00:00 2001 From: Cahz Date: Mon, 19 Oct 2020 21:56:39 -0700 Subject: [PATCH] Update README.md --- Multiplayer Mods/MW3 Styled Infection/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Multiplayer Mods/MW3 Styled Infection/README.md b/Multiplayer Mods/MW3 Styled Infection/README.md index f5de1fd..b306b6f 100644 --- a/Multiplayer Mods/MW3 Styled Infection/README.md +++ b/Multiplayer Mods/MW3 Styled Infection/README.md @@ -1,3 +1,15 @@ # MW3 STYLED INFECTED ## DIRECTIONS - Compile _**tdm.gsc**_ as _**tdm.gsc**_ and place it in the directory _**maps/mp/gametypes/tdm.gsc**_ + +Customizable DVARS that can be used to edit the game settings +``` +set infectedTimelimit 15 +set survivorPrimary "hk416_mp+reflex+extclip,insas_mp+extclip+rf,870mcs_mp+stalker,tar21_mp+extclip+dualclip,pdw57_mp+silencer+extclip" +set survivorSecondary "fiveseven_mp+fmj,fnp45_mp+fmj" +set survivorTactical "flash_grenade_mp,willy_pete_mp,proximity_grenade_mp" +set survivorGrenade "bouncingbetty_mp,sticky_grenade_mp,frag_grenade_mp,hatchet_mp" +set infectedPrimary "knife_mp" +set infectedSecondary "hatchet_mp" +set enableTacInsert 1 +```