-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bots randomly and repeatedly committing suicide #12
Comments
The bots will suicide if they cannot do any tasks (tasks keep failing) . This could be due to the fact there are no waypoints for the map, or if there are waypoints, there are no paths for the bots to complete their desired task. I've update the code to add a command where you can disable this feature as_command rcbot.suicide 0 default is '1' latest commit: a63ce94 |
Is it possible for me to disable this from the .AS file itself without having to create an automated timed console command input? Or do I just put a line in server.cfg? |
create a file "BotManager/config/config.ini" , open it in notepad and type in a new line
let me know if that helps |
They still commit suicide |
try latest commit |
For some reason after updating to the latest version the bots like to commit suicide repeatedly. Is there a way to prevent them from doing this as I do not even see what purpose this could have as the bots committing suicide doesn't seem to have any advantage and it spams the console. Thanks.
The text was updated successfully, but these errors were encountered: