![]() |
How to increase bot difficulty and aggressiveness? - Printable Version +- AssaultCube Reloaded Forums (https://acrf.victorz.ca) +-- Forum: Gameplay (https://acrf.victorz.ca/forum-3.html) +--- Forum: Gameplay Discussion (https://acrf.victorz.ca/forum-12.html) +--- Thread: How to increase bot difficulty and aggressiveness? (/thread-1483.html) |
How to increase bot difficulty and aggressiveness? - ReySolo - 2016-01-28 I like to have bots on the server, but I am not sure how to set it so that the bots always are on the hardest setting. I am laying waste to them easily, and I normally get killed a lot against human players. Is there anything that can be done server side to automatically spawn difficult bots in every map RE: How to increase bot difficulty and aggressiveness? - Victor - 2016-01-28 You would have to mod the server by recompiling. To force difficult bots, change "b.level = 40 + rnd(61)" to "b.level = 100" in serverai.h. RE: How to increase bot difficulty and aggressiveness? - ReySolo - 2016-02-01 Ok awsome. thank you. |