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?
-
undefined Resxt moved this topic from BO2 Modding Releases & Resources on
-
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; } -
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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login