Is there a mod where there is only 24 zombies per round?
-
I want to play Bo2 zombies with only 24 zombies per round but I could only find a mod called Legacy, and it adds features that I don't want. Does anyone know a mod where it is just 24 zombies per round?
-
-
just play WaW fr
-
Why don't you implement it yourself? It's not a hard feature to add.
-
Load a gsc file with this code
init(){ level.max_zombie_func = ::zombies; } zombies(max_num){ return 24; }
-
chicken emoji said in Is there a mod where there is only 24 zombies per round?:
init(){
level.max_zombie_func = ::zombies;
}zombies(max_num){
return 24;
}Thank you
-
Will this code also work on waw?
-
I wanna be able to play custom maps with only 24 zombies a round.