Just so I get this straight... if they dont respawn the game will end when the last HUMAN player dies in a team... even if there are BOTs remaining in the team?
Does this mean that the BOTs will carry on the match if all HUMAN players die ( if level.dmrespawning is set to 0 )?
It's the other way around. When level.dmrespawning is set to 1, players respawn and the match doesn't end when all players 'die'. If you set it to 0, the game ends when all players of one team are dead. The game doesn't recognize bots as players. This means you probably have to enable player respawning. The script respawns the bots automatically as well, although it would theoretically be possible to respawn players only. This function is just not implemented .
i've probably read all this wrong and gonna b wasting every1's time, but...
would it not b possible 2 turn off respawning but have a bot on ur team that is "out of the way" somewhere in a remote bomb proof location, if he doesn't die then he'll prevent the game from coming2 a halt when the others die.
hope this helps, prob not cos it's all foreign 2 me :-/
... and then spawn the BOTs U want in the script... or will that insert new respawning bots?
And about nuggets idea... I guess U could spawn one BOT and lock him in ( or just not give him pathnodes in alla areas ), then check for his death to make him an MP hostage objective....
Yes you can insert all bots from your map's script only. However, when using the spawnhandler_default.scr file to insert a bot, he will respawn. However you need to use this script, otherwise the bot isn't added to the level.bots array and thus ignored by the main script.
I have the same problem than you so i have made to my script to every time that the bot died he get kicked from the server....
the only problem of that is because i have to make the bot waittill death so he dont walk if he dont have someone to follow....