Removing bots from an objective map.
Moderator: Moderators
Removing bots from an objective map.
I currently have a few objective based maps that I want to use for multiplayer team matches, but they are all set up with bots spawning. My question is, how do I remove the bots from the game for good? I just want to convert the maps to regular multiplayer objective maps. I have PakScape pk3 file editor, but I dont know which files to access to remove. Need help!
Awww remove bots for good
... oh well here goes: to disable bots globally you can just add the following line to your server cfg:
set "jvbot_allowed" "0"
(or rcon this at any time... bots won't reappear next round or you can do rcon jvbot_shutdown 1 and they'll leave immediately)
This will disable all bot modules except the console handler, so you can rcon jvbot_restart 1 at any time to have bots in your game again.
set "jvbot_allowed" "0"
(or rcon this at any time... bots won't reappear next round or you can do rcon jvbot_shutdown 1 and they'll leave immediately)
This will disable all bot modules except the console handler, so you can rcon jvbot_restart 1 at any time to have bots in your game again.
