Gundawg21 It has to do more with this line in zm_bo2_bots
// Deduct points
self maps\mp\zombies_zm_score::minus_to_player_score(950);
To solve the problem you need to replace the number 950 to 0.
Gundawg21 It has to do more with this line in zm_bo2_bots
// Deduct points
self maps\mp\zombies_zm_score::minus_to_player_score(950);
To solve the problem you need to replace the number 950 to 0.
I want to give credit to GerardS0406 for being the first to create this mod and for establishing its foundations; to BySc for continuing Gerard’s work and adding some useful functions that I took, tested, and modified myself; and finally to techboy04gaming, whose wander function I borrowed and implemented into the mod.
To add bots in-game, simply open the console and type "zm_bots *", where the asterisk represents the number of bots you want. If you want more—for example, 5 bots—you will need to increase your party size in the lobby from 4 to your desired number.
If anyone wants to improve this mod, feel free to try, it’s completely open source.
The link:
https://github.com/RlKk01/ZM-Bots-for-COD-BO2-Zombies-Plutonium.
Just copy and paste the link, don’t click it because it won’t work.
I’m not going to take suggestions for improving the mod, since I don’t know how to code. I only have a basic understanding of how the functions work, and the mod already works quite well. As I mentioned before, anyone is free to improve it.
I made a mistake, you have to type "set zm_bots *" the asterisk being the number of bots you want.