Increased max class HP to 100,000. Added a few game mode configs.

This commit is contained in:
Richard Helgeby
2013-01-11 12:14:43 +01:00
parent 3cdebf55b4
commit 5c980b5edc
10 changed files with 364 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
// Place this in cfg/sourcemod/zombiereloaded to use it.
// Use survivor mode in cs_italy.
exec sourcemod/zombiereloaded/survivor.cfg

View File

@@ -0,0 +1,4 @@
// Place this in cfg/sourcemod/zombiereloaded to use it.
// Use swarm mode in de_dust.
exec sourcemod/zombiereloaded/swarm.cfg

View File

@@ -0,0 +1,5 @@
// Place this in cfg/sourcemod/zombiereloaded to use it.
// Use swarm mode in de_dust. Swarm mode also has a post map config that must
// be executed.
exec sourcemod/zombiereloaded/swarm.post.cfg

View File

@@ -0,0 +1,4 @@
// Place this in cfg/sourcemod/zombiereloaded to use it.
// Use nemesis mode in de_dust2.
exec sourcemod/zombiereloaded/nemesis.cfg