BO2 Put bots as server host
-
Hi, I've created my first BO2 server ever. I configured it a little bit but the only thing is not working is the bots. I would like the bots to full the team as default, and once a player comes one bot is kicked automatically. How do I put bots as default??
The only thing I've seen in this forum is https://forum.plutonium.pw/topic/21848/how-to-host-a-server-with-bots and is not working on mine. When I join my own server there are no bots at all.
Here you can see what I put in my config fil:
////////////////////////////////////////////////// // GENERAL CONFIGURATION // ////////////////////////////////////////////////// seta scr_bot_difficulty "normal" seta scr_bots_managed_all "17" seta scr_bots_managed_spawn "17" sv_replaceBots 1 // Try to kick a bot when a human joins a full game? (1 = On, 0 = Off) //g_password "" // Require a password to join your server. (Use "password <yourpassword>" to set it on the client before connecting) //sv_maxclients 18 // How many players can join your server. (1-18) //scr_showperksonspawn 1 // Display currently equipped perks on HUD when spawning (1 = On, 0 = Off) //scr_deleteexplosivesonspawn 1 // Remove thrown lethal explosives when killed (1 = On, 0 = Off) //sv_minPing 0
Any help please?
-
Already fixed it. Here's how in case anyone is wondering:
- Download this project as zip: (I can't paste links because I'm new here, so just look for t6_bot_warfare in github, it's easy to find)
- Unzip it and copy the "scripts" folder.
- Paste it inside %localappdata%\Plutonium\storage\t6\
- in that same path (t6) edit your "dedicated.cfg" to set variables in order for the Bot Warfare to work. Check the following code:
////////////////////////////////////////////////// // GENERAL CONFIGURATION // ////////////////////////////////////////////////// set bots_manage_fill "12" set bots_manage_fill_kick "1" set bots_manage_fill_spec "1" set bots_team_force "1" set bots_skill "3" set bots_loadout_allow_op "0" set bots_loadout_rank "80" set bots_loadout_prestige "0" set bots_play_nade "0" set bots_play_take_carepackages "0" set bots_play_jumpdrop "0" set bots_play_target_other "0" set bots_play_killstreak "0"
If you want to modify bot settings you should read the docs, but if you only want to change bot's difficulty I'll make it easy:
set bots_skill "3"
3 = max difficulty
others are 2, 1 or 0