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

Plutonium

wombBlasterundefined

wombBlaster

@wombBlaster
About
Posts
8
Topics
2
Shares
0
Groups
0
Followers
4
Following
4

Posts

Recent Best Controversial

  • [BO2][MP] Some bots don't attack.
    wombBlasterundefined wombBlaster

    JezuzLizard

    Great info thanks

    so im gonna start with something like this.. im sure theres better ways but it seems to work for my use case... if it turns out not ill continue thread.Thanks a bunch!

    main(){
    //other bits
    }
    
    init(){
    
    //..
    
    setdvar( "bots_main_firstIsHost", true );
    level thread spawnBots(botAmount);
    
    }
    
    
    spawnBots(amount)
    {
       
    	 while(!isHost(level.players[0])){
    	
    	  wait(2); // Give some time
    
    	//quick check for players
    	  playerPool = level.players.size;
    	  println("There are "+level.players.size+" Players");
    	
    if(playerPool>0){
    //someone is here..
     if (isHost(level.players[0]))
        {
    	  println("Client 0 IS host, rain bots");
    	   wait(2);
    	     for (i = 0; i < amount; i++)
            {
                addTestClient();  //< i think this is the way...
            }
    	  break;
    	}else{
    	 println("Client 0 IS NOT host");
    	// maybe here i should kick bots and redo from start
    	}
    	}
    	}
      
    
    	  println("Bots done!");
    	  
    }
    
    BO2 Client Support

  • [BO2][MP] Some bots don't attack.
    wombBlasterundefined wombBlaster

    u dont have to be a dildo lol not long ago you were the one asking for (and getting) help

    BO2 Client Support

  • [BO2][MP] Some bots don't attack.
    wombBlasterundefined wombBlaster

    Resxt

    Indeed. Thanks for your suggestion.

    Is this a known problem with current bot warfare script or the inbuilts (which i thought were the same actually) or were you just guessing?

    Either way the problem persists.. any further advice how i could troubleshoot this issue to make bots consistent?

    all the best

    BO2 Client Support

  • [T6] [MP] Random maps, GameType and Bots Script
    wombBlasterundefined wombBlaster

    Just some simple script for me and my buddies to keep things fairly random and interesting 🙂

    Could do with some help cleaning things up and making this work well.. any suggestions would be welcome

    enjoy

    GitHub t6 shuffle games

    BO2 Modding Releases & Resources

  • [BO2][MP] Some bots don't attack.
    wombBlasterundefined wombBlaster

    im using botwarfare, when i remove it my script stops working for spawning bots... am i being dumb here?

    setDvar("bots_manage_add",botAmount );

    BO2 Client Support

  • [BO2][MP] Some bots don't attack.
    wombBlasterundefined wombBlaster

    Creating a dedicated server and playing lan with my friends, sometimes some bots spawn which do not attack the whole game, only way i can fix is restarting or respawning the bots.

    It seems random.. no specific classes or maps are affected more than others..
    it may be one or more bots
    sometimes no bots.

    Basically i can stand in front of an enemy bot and it wont even knife..

    its super frustrating when we have a little tourny and cant rely on the scores because bots are not consistent.
    cant really find anything in the archives which describes my issue.. these Zero bots are a bit of a pita.

    any known issues ive missed?

    BO2 Client Support

  • Bo2 multiplayer crashing after joining match
    wombBlasterundefined wombBlaster

    same with me ..

    EXCEPTION_RECORD: (.exr -1)
    ExceptionAddress: 0054162c (plutonium_bootstrapper_win32+0x0014162c)
    ExceptionCode: c0000005 (Access violation)

    This happens every time i try to join a public server
    it does not matter how long i wait for servers to load
    my game files are correct (afaik)
    lan matchups are fine
    my friend on same network, same ip, same game files works fine
    tried joining at same time as my friend, also at different times.
    Nothing has changed on my pc, it just stopped working.

    however i have been on holiday... there seems to have been a launcher update since ive been away.. perhaps i have missed an in between update that is causing issues? not usually a problem but thought id mention it.

    ill delete Averything adn try again.

    BO2 Client Support

  • game crash when on same server host machine
    wombBlasterundefined wombBlaster

    thanks for this i was struggling... maybe a little addition to server setup troubleshooting section

    BO2 Server Hosting Support
  • 1 / 1
  • Login

  • Don't have an account? Register

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