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.
This mod has been improved thanks to the work of those mentioned earlier, as well as the AI models i used and my limited knowledge of the GSC programming language.
The link:
https://github.com/RlKk01/ZM-Bots-for-COD-BO2-Zombies-Plutonium
To install this mod, press «Win + R» and paste the following path: «%localappdata%\Plutonium\storage\t6», then press Enter.
Then, move the "zm_bots" folder to the "mods" folder; if you don't have the "mods" folder, just create it.
If you want to play with more than 3 bots, just increase the party size in the custom game lobby; with 7 bots being the maximum allowed.
Also, if you want to play with this mod along with another one, e.g., a mod that adds custom weapons, you just need to drag the file zmbots.iwd inside the "zm_bots" folder and drag it to the other mod folder.
I want to clarify that this mod is meant for a casual game, not for completing Easter eggs or to be able to play in the gamemodes "Grief" or "Turned".
If anyone wants to improve this mod, feel free to try, it’s completely open source.
New update:
Fixed some unwanted behavior from bots.
Bots will no longer collide with players or themselves (thanks to techboy04gaming, whose function I borrowed to disable player collision).
Bots will now have the chance of carrying two weapons and switching between them, adding some variety in-game.
KaiserFranz You're welcome 