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 +```