Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Server Hosting Support
  3. BO2 Put bots as server host

BO2 Put bots as server host

Scheduled Pinned Locked Moved BO2 Server Hosting Support
2 Posts 1 Posters 155 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • elcrasherwtfundefined Offline
    elcrasherwtfundefined Offline
    elcrasherwtf
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • elcrasherwtfundefined Offline
      elcrasherwtfundefined Offline
      elcrasherwtf
      wrote on last edited by
      #2

      Already fixed it. Here's how in case anyone is wondering:

      1. 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)
      2. Unzip it and copy the "scripts" folder.
      3. Paste it inside %localappdata%\Plutonium\storage\t6\
      4. 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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Donate