L4D Mods

Machin3

New Member
Hey, I just created a server for Left 4 Dead and I was wondering how can I mod the server so that there are bigger hordes and unlimited ammo or something of that sort. Does anyone have experience with this or would know?

Oh and BTW, if you would like to play, here's my server:

 
You just add it in to the server.cfg you can also do this using remote control commands.

I copied these from here.

first put in sv_cheats 1 otherwise none of this will work

For bigger hordes:
z_mega_mob_size 70 // large mob sizes
z_mob_spawn_max_size 50 // Max size of a mob
z_mob_spawn_min_size 50 // Min size of a mob
z_mob_spawn_max_interval_easy 1 // max interval of horde spawninga on easy
z_mob_spawn_max_interval_expert 1 // max interval of horde spawninga on expert
z_mob_spawn_max_interval_hard 1 // max interval of horde spawninga on hard
z_mob_spawn_max_interval_normal 1 // max interval of horde spawninga on normal
z_mob_spawn_min_interval_easy 1 // min interval of horde spawninga on easy
z_mob_spawn_min_interval_expert 1 // min interval of horde spawninga on expert
z_mob_spawn_min_interval_hard 1 // min interval of horde spawninga on hard
z_mob_spawn_min_interval_normal 1 // min interval of horde spawninga on normal
director_panic_forever 1 // makes the ai director constantly panic
director_force_panic_event // forces a panic event (Horde to come)

for infinite ammo:
sv_infinite_ammo 1
 
alright, to apply that you need something like fireftp or filzilla, basically an ftp client, to get to your server files

fireftp:
http://fireftp.mozdev.org/

filezilla:
http://filezilla-project.org/

your ip is the server ip, port, server port, user and pass you should know already or be able to get from the server host.

Then, find what you need from the l4d forums (there are loads of posts about different mods and server management) and change the files you need to :)
 
Back
Top