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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. Black ops 2 bot difficulty.

Black ops 2 bot difficulty.

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
2 Posts 2 Posters 944 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.
  • TheOreoSlayerundefined Offline
    TheOreoSlayerundefined Offline
    TheOreoSlayer
    wrote on last edited by TheOreoSlayer
    #1

    Is there anyway, or anything I can do to make the black ops 2 bots better than these changes? Im doing my best to replicate pretty much an aimbot type level. But no matter the changes I make they seem to be just above average still.

    These are the changes Ive already made any feedback would be helpful.

    bot_set_difficulty( difficulty )
    {
    if ( difficulty == 3 ) // aka "fu" mode
    {
    setdvar( "bot_MinDeathTime", "250" );
    setdvar( "bot_MaxDeathTime", "2000" );
    setdvar( "bot_MinFireTime", "100" );
    setdvar( "bot_MaxFireTime", "400" );
    setdvar( "bot_PitchUp", "-5" );
    setdvar( "bot_PitchDown", "10" );
    setdvar( "bot_Fov", "250" ); //default is 160
    setdvar( "bot_MinAdsTime", "3000" );
    setdvar( "bot_MaxAdsTime", "5000" );
    setdvar( "bot_MinCrouchTime", "100" ); /
    setdvar( "bot_MaxCrouchTime", "550" );
    setdvar( "bot_TargetLeadBias", "2" );
    setdvar( "bot_MinReactionTime", "0" ); /* default is 40 /
    setdvar( "bot_MaxReactionTime", "0" ); /
    default is 70 */
    setdvar( "bot_StrafeChance", "randomInt( 100 )" ); //default = 1
    setdvar( "bot_MinStrafeTime", "3000" );
    setdvar( "bot_MaxStrafeTime", "6000" );
    setdvar( "scr_help_dist", "3000" );
    setdvar( "bot_AllowGrenades", "1" );
    setdvar( "bot_MinGrenadeTime", "1000" ); //default = 1500
    setdvar( "bot_MaxGrenadeTime", "4000" );
    setdvar( "bot_MeleeDist", "70" );
    setdvar( "bot_YawSpeed", "2" );
    setdvar( "bot_YawSpeedAds", "5" );
    setdvar( "ai_turnRate", "0.1" ); //default = 0.3
    setdvar( "ik_dvar_ai_aim_tracking_rate", "0.05" );
    setdvar( "ai_playerNearRange", "200" ); //Minimum range for AI to use 'near' accuracy. default = 800
    setdvar( "ai_playerFarRange", "2000" ); //Minimum range for AI to use 'far' accuracy. default = 2000
    setdvar( "ai_playerNearAccuracy", "0.5" ); //Accuracy for an AI near to a player. default = 0.5
    setdvar( "ai_playerFarAccuracy", "0.5" ); //Accuracy for an AI far from a player. default = 0.1
    setdvar( "ai_pathRandomPercent", "50" ); //Amount of random cost percent to add to each path node so AI always take slightly different routes. default = 50
    setdvar( "ai_threatUpdateInterval", "50" ); //AI target threat update interval in milliseconds. default = 500

    1 Reply Last reply
    0
    • Sammykinsundefined Offline
      Sammykinsundefined Offline
      Sammykins
      wrote on last edited by
      #2

      Also would like to know

      1 Reply Last reply
      1

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      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