github dwesterwick/SPTQuestingBots 0.5.0
Questing Bots 0.5.0

latest releases: 0.7.0, 0.7.0-alpha2, 0.7.0-alpha1...
4 months ago
  • Updated for SPT-AKI 3.8.0
  • Increased required version of Waypoints from 1.3.4 to 1.4.3
  • Increased required version of BigBrain from 0.3.1 to 0.4.0
  • Changed required version of SPT-AKI to 3.8.x for client DLL and server files
  • Added standard quests for Ground Zero
  • Updated quests for Shoreline including expansion area
  • Added quests for new Streets locations
  • Implemented a bot pathing controller with the following features:
    • Paths are cached and only recalculated when needed.
    • Added the ability to create waypoints for quests. When the raid starts, static paths will be calculated from each of the quest's objectives to each waypoint defined for the quest. If a bot cannot find a complete path to its objective, it will check if a complete path can be formed to any of the quest's waypoints. If so, it will use that waypoint to get to the objective. This will help bots to navigate to quests locations that are difficult for Unity to calculate a path to them.
    • Quest waypoints and target positions for bot paths can be visualized by enabling debug options in the F12 menu. Bot-path target overlays are an advanced option.
    • The status of each bot's current path will be shown in the bot overlays enabled in the F12 menu
  • Added Ground Zero to AI-limiter options and config.json options
  • Reduced desirability of Boss Hunter quest type from 65 to 40
  • Added options for exporting custom quest locations in the F12 menu (requires advanced options to be checked)
  • Allow Kollontay and his followers to quest if questing.allowed_bot_types_for_questing.boss=true
  • Added a 20ms delay between each bot-generation task to attempt to reduce server retries
  • When making bots hostile toward bosses, excludes ones in questing.bot_quests.blacklisted_boss_hunter_bosses
  • Changed the text color of the bot's brain layer from yellow to magenta in the bot overlays enabled in the F12 menu
  • If a bot gets stuck, show a warning message in the game console instead of an info message
  • Only show a warning message about the Boss Hunter quest not being used if more than one bot zone exists on the map
  • Added shooterBTR to blacklisted bot brains for PMC's
  • Ensure LocationData component is destroyed before adding it to a GameWorld instance
  • Made "Show Quest Info for Spawn-Search Quests" F12-menu option an advanced option
  • Bug fix for bots trying to regroup with dead followers
  • Bug fix for failed bot paths not being drawn unless debug.show_zone_outlines=true
  • Bug fix for failed bot paths and zone outlines persisting across multiple raids (even if the map changes)
  • Bug fix for possible NRE's when trying to show bot overlays for despawned bots

config.json files from previous releases are not compatible.

Don't miss a new SPTQuestingBots release

NewReleases is sending notifications on new releases.