1
0
mirror of https://github.com/Paintball/BO2-GSC-Releases.git synced 2025-06-07 21:38:02 -05:00

Update README.md

This commit is contained in:
Cahz 2020-10-19 21:56:39 -07:00 committed by GitHub
parent d269e21c96
commit 3bf6063a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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