Left 4 Dead 2

Left 4 Dead 2

View Stats:
MFÄ Feb 28, 2018 @ 5:58am
Command for special infected spawn
I want to play some mods with only boomer or only spitter or only both of it. But i dont know how to stop other infected spawns...
< >
Showing 1-12 of 12 comments
Dyne (Banned) Feb 28, 2018 @ 6:01am 
z_spawn *name of special infected*
MFÄ Feb 28, 2018 @ 6:36am 
I dont want to spawn them Gawain :D I want to prevent them from to spawn;
And i know that mutations Trumpy but i want to play some modded maps...
Everice Feb 28, 2018 @ 6:43am 
You can ask for mod in Workshop discussion section.

Modders are usually be around Workshop discussion and Modding/Helping section

Btw, I know how to do that with mod. But I can't create it for you in this situation, sry for that.
MFÄ Feb 28, 2018 @ 6:50am 
Man i dont want mod :D im just gonna use that command in modded maps... I need to stop chargers, hunters etc.
Everice Feb 28, 2018 @ 6:57am 
Or if you have knowledge about hiw script works, then you can copy and paste this into your mod
Function OnGameEvent_player_spawn(event) { local ent = GetPlayerFromUserID(event.userid); If(ent.IsValid() && !ent.IsSurvivor()) { If(ent.GetZombieType() !& (2 | 4) // 2 = Boomer, 4 = spitter ZSpawn{ target = RandomInt(1, 7), pos = ent.GetOrigin() + Vector(30, 0, 0) } ent.Kill(); } }
Everice Feb 28, 2018 @ 6:59am 
If you mean you want to use command that prevents charger, hunter, jockey, tank, smoker from spawning. I sry to say this, there's no such that command

But you can try to use this in the console

Jockeylimit 0
Smokerlimit 0
Chargerlimit 0
Hunterlimit 0

Not sure if this works in console because these are from Director Option command
Last edited by Everice; Feb 28, 2018 @ 7:03am
Maur0 Feb 28, 2018 @ 12:34pm 
This:
Admin System:
https://steamcommunity.com/sharedfiles/filedetails/?l=spanish&id=214630948
Admin Menu:
https://steamcommunity.com/sharedfiles/filedetails/?id=1229957234
In my mod admin menu I have added a part in "infected commands" below where it says limit specials and common. There you can limit the infected that you want. You will have to read the description that I left in my mod admin menu and play it in local server in any mode.
MFÄ Feb 28, 2018 @ 2:05pm 
I m gonna try it, thanks...
☣umbrella☣ Apr 8, 2019 @ 2:30pm 
are u still looking for the command?

there is one very simple but under cheat flag, so if u have source mod use it in combination with sm_cvar

example: sm_cvar director_no_specials 1

this will stop all specials to spawn.

if u dont use source mod, u need to turn on the cheats (sv_cheats 1) by console

your choice
CrackedOutOfMyMind Nov 10, 2020 @ 10:42pm 
z_spawn (then put zombie name here):boomer::chainsaw:
76561199586623551 Feb 19, 2024 @ 12:11am 
How to like spawn multiple and different special infected like hunter and spitter
mar mar Feb 21, 2024 @ 11:27am 
rayman mutation mod
< >
Showing 1-12 of 12 comments
Per page: 1530 50

Date Posted: Feb 28, 2018 @ 5:58am
Posts: 12