This is a work-in-progress! Many features are still in development. Please report bugs in the QuestingBots thread in Discord or in the Comments section here.
Mod Compatibility:
NOTE: Please disable the PMC-spawning system in this mod if you're using other mods that manage spawning! Otherwise, there will be too many PMC's on the map.
The PMC-spawning system in this quest will be automatically disabled if any of the following mods are detected:
This mod will have a performance impact, so unfortunately it may be difficult to use on slower computers. I'll work on optimizations in future releases.
Configuration Options in config.json:
-
Version 0.3.2
- DanW
- 4.2k Downloads
Feature Changes:
- Bots will now toggle switches
- Added prerequisites for some quests that require a switch to be in a certain position. For example, if the Hermetic extract switch is on in Reserve, don't allow bots to try and turn it on again (until it turns back off).
- Automatically disable initial PMC spawns if MOAR is detected
- Added logging message when a map has been loaded
- Added logging message when quest data is being erased at the end of raids
- Changed server message about PMC spawns being automatically disabled to a warning
- Do not write a server message about PMC spawns being disabled if they're already disabled
- Write a server message when the mod is completely disabled
- Bug fix for dead bots still being assigned new quests
- Bug fix for chanceForSelecting property for quests not working correctly (thanks, BSG...)
- Bug fix for maxBots property for quests not actually being used
- Bug fix for errors caused by rare condition where the mod searches for switches and doors in the map multiple times
Quest Changes:
- Added intermediate point for the "D2 Switch" quest in Reserve to reduce bot pathing failures to it
- Reduced the chance for selecting the Customs "Power Switch" quest from 50% to 30%, and reduced the max distance to select it from 500m to 200m.
- Added quests for KIBA alarm panels on Interchange that become available when the power switch is turned on
- Changed the priority of the "Hidden Panel" quest in the Interchange Burger Spot bathroom from 19 to 20, changed the chance of selecting it from 15% to 20%, don't allow it to be selected until 180s after the raid starts, and only allow it to be selected when the power switch is turned on
- Changed the priority of the "Safe Room" quest in Interchange from 19 to 18, changed the chance of selecting it from 30% to 10%, and only allow it to be selected if the power switch is turned on and keycard has been swiped in the Burger Spot bathroom
- Added "Sewage Conduit Pump Switch" quest in Labs
- Reduced the chance of the "Medical Block Elevator Power Switch" quest in Labs being selected from 10% to 5%
- Reduced the chance of the "Cargo Block Elevator Power Switch" quest in Labs being selected from 15% to 5%
- Reduced the chance of the "Main Elevator Power Switch" quest in Labs being selected from 10% to 5%
- Only allow the "Parking Gate Controls" quest in Labs to be selected after 420s has elapsed in the raid and the gate isn't already open
- Changed the priority of the "Parking Gate Alarm Controls" quest in Labs from 19 to 18, the chance of it being selected from 5% to 10%, at least 420s has elapsed in the raid, and only allow it to be selected if the Parking Gate is open and the alarm hasn't already been turned off
- Only allow the "Hangar Gate Controls" quest in Labs to be selected after 420s has elapsed in the raid and the gate isn't already open
- Only allow the "Hermetic Door Switch" quest in Reserve to be selected after 300s has elapsed in the raid and the switch isn't already on
- Added D2-switch objective to the "D2 Area" quest in Reserve
- Reduced the chance of the "D2 Area" quest in Reserve being selected from 30% to 15%
- Added "Hermetic Alarm Patrol" quest in Reserve that can only be selected while the Hermetic extract switch is on
config.json files from the 0.3.0 and 0.3.1 releases are fully compatible.
-
Version 0.3.1
- DanW
- 2.2k Downloads
- Improved PMC group spawning system thanks to DrakiaXYZ
- PMC's are no longer forced to be enemies with you
- Removed the mod version number from the folder name
- Removed obsolete code
config.json files from the 0.3.0 release are fully compatible.
Please make sure you delete previous versions of this mod from your \user\mods directory!
-
Version 0.3.0
- DanW
- 880 Downloads
- Massive rewrite of the quest management system for bots. The quest-selection algorithm is about the same but will soon change too.
- Added an option in the F12 menu to prevent bots from sprinting while questing (sprinting is enabled by default)
- Bots will now crouch or go prone for a certain amount of time to simulate planting items for quests like Farming Part 1, Delivery from the Past, etc.
- The limit for how many bots can do the same quest was moved from individual objectives to the parent quest itself
- Make the wait time after a bot completes a quest unique for every quest instead of universal. Currently, this is still 10s for all quests.
- Added minRaidET property for quests. The only quest currently using this is "Hermetic Door Switch" (300 s).
- Added pmcsOnly property for quests. Now only PMC's can perform the Spawn-Rush and EFT quests.
- If initial_PMC_spawns.enabled=true, force the PMC-conversion chance to be 0%. If it's >0%, it causes issues with PMC group spawns. Also removed server_pmc_conversion_factor from config.json.
- If the PMC-conversion chance was set to 0% and it's not 0% when generating initial PMC's, write an error message in the server console.
- Added units to the AI-Limiter distance options in the F12 menu
- Added debug option to force initial PMC's to spawn (if initial_PMC_spawns.enabled=true) even when you select "None" for the amount of bots when entering a raid.
- Added option to completely disable questing in config.json. I don't know why you'd want to do this, but it's there.
- Revised debug messages to show more information about bots. This allows you to locate them more easily when using BotDebug.
- Revised logging
- Separate files are now generated for available quests and bot assignments
- Removed quests from quest log if they aren't in the current map
- Created new file showing all assignments for every questing bot along with their final status
- Revised file naming
- Remove commas from quest names, objective names, and bot names to prevent columns from being shifted in CSV files
- Find switches on the map before generating quests (will be used in a future release)
- Bug fix for constant "boss xxx has not been added to the follower dictionary" exceptions
- Bug fix for you counting as an initial PMC in Scav runs
- Bug fix for dead bots and boss followers counting toward max-bot limits for quests
- Bug fix for questing logic running after a bot is dead
- Bug fix for followers getting stuck when running to their boss and never trying to adjust their pathing
- Bug fix for bot friendliness not being updated if EFT hasn't identified any enemies for its group. This mostly just affects the color of the bot text in BotDebug.
- A LOT of refactoring (over 7000 lines of new/changed code)
config.json files from previous releases are not compatible.
Breaking Changes for Custom Quest Files:
- maxBots was moved from quest objectives to the parent quest. If you don't move it, the default value of 2 will be used.
-
Version 0.2.10
- DanW
- 3.8k Downloads
- Added AI limiter accessible via the F12 menu thanks to Props. Please see the README or Overview tab for more information.
- Added PMC group spawns. Please see the README or Overview tab for more information.
- Initial PMC spawning is automatically disabled if SWAG + DONUTS is detected thanks to DrakiaXYZ
- Fixed broken PMC's that spawn south of the cinema on Streets and in the SW corner of Interchange thanks to DrakiaXYZ, WolfGrey, and Cosm1c Gam3r
- Increased required version of Waypoints from 1.3.1 to 1.3.2, which is required for the previously mentioned fix to work properly
- If boss questing is enabled, bosses with followers will use the same logic as PMC groups, so they will more effectively travel around the map as a group.
- Reduced chance of bots selecting "standard" Resort quests in Shoreline
- Implemented time-gating of questing logic to provide a small performance improvement. This can be disabled in the F12 menu if needed.
- Allow bots with Shturman-follower, Cultist-priest, and Bloodhound "brains" to quest (if applicable)
- Prevented PMC's from using Knight's "brain" because he gets stuck in combat for long periods of time
- Force all PMC's to be hostile to you (I may revisit this in the future)
- Bug fix (hopefully) for "0 of # initial PMC's were generated" error. This needs more investigation, but the root cause for this might actually be using other mods that are not compatible with the version of SPT-AKI being used.
- Bug fix for infinite loop (causing the game to freeze) when failing to find a valid spawn point for an initial PMC group
- Lots of refactoring
config.json files from previous releases are not compatible.
Huge thanks to nooky, Props, and DrakiaXYZ for help with developing and testing these changes. Also a huge thanks to everyone on Discord who tested the many alpha releases for this update. There are too many people to name, but you're all awesome.
-
Version 0.2.8
- DanW
- 7.9k Downloads
- Updated for SPT-AKI 3.7.1
config.json files from the 0.2.7 release are fully compatible.
NOTE: Since SAIN hasn't been updated for SPT-AKI 3.7.1 yet, I'll ASSume it'll be compatible for now...
-
Version 0.2.7
- DanW
- 1.6k Downloads
Compatible with SPT-AKI 3.7.0 only
Murzee
Hello! For some reasons, bots in combat walk backwards, or start walking slowly in the middle of open-space. Also, they activate hermetic door on Reserve - and don't try to exit.
What mod is responsible for their combat behaviour?
Murzee
Also, console:
[Questing Bots] Adjusting PMC spawn chances (0): assault: 0-0%, cursedassault: 0-0%, pmcbot: 0-0%, exusec: 0-0%, arenafighter: 0-0%, arenafighterevent: 0-0%, crazyassaultevent: 0-0%,
is it ok?
Murzee
Also: a group of 4 PMC spawned at the Reserve co-op exit, ran to the Med building. One of the group saw me sitting near the Tower at the train (100+ m) - and the whole group started slowly walking towards me.
I was a Player Scav.
Highly doubtful that a real 4-pack would drop a quest to charge towards a bot in 100+ m :))
DanW Author
Hi,
Hopefully I can answer all of your questions:
Dietre
I believe the walking backwards towards you when they lose sight of it is a bug from sain not this. I get that as well here and there. Seems to happen on low end scavs and not pmc, raiders etc.
Puggaard
How do you reduce the number of bot spawns?
It feels like whenever 1 bot dies, another one spawns in it's place.
I am using SAIN, Looting Bots and ServerValueModifier alongside the required mods.
I am not using any other mods that modify bot behavior or spawns.
But factory is almost unplayable because there's a constant flow of Scavs/PMCs spawning.
Does it have anything to do with ServerValueModifier and the bot settings in there?
DanW Author
That doesn't sound right. In Factory, PMC's should only spawn in the beginning of the raid. I'd try removing SVM. If that doesn't work, please send me a link to your LogOutput.log file in your BepInEx directory right after closing the game.
Puggaard
Disabling ServerValueModifier, seems to have stopped the PMC's from spawning. I think this may be because the mod is converting some scavs to PMCs. But i am still getting a large amount of scavs spawning in.
DanW Author
QuestingBots doesn't change Scav spawns at all. Are you sure it's not the same without this mod installed?
Puggaard
I figured it out, apologies for the inconvenience.
I had accidentally modified a setting in SAIN, that gave scavs a much higher chance to spawn in groups rather than individually. I'm sorry for the confusion.
DanW Author
No worries. Are you sure you don't mean DONUTS? SAIN doesn't affect spawning either.
Danersx
One of the most important mod in SPT history. Thanks for your work! It's so fun encountering AI in various places.
I have a feature request - loot run "quest". I know you are planning stash running but I think it would be a good way to populate other areas of maps via this quest. For example Shoreline villages loot run, backs of IDEA and OLI, various warehouses on Customs, School and Barracks on Reserve, military camp on Woods etc.
Judging by my +100 hours of gameplay (your mod, Looting bots, DONUTS etc.) it's still rather rare to encounter PMCs there. Those kinds of quests could help a lot I hope.
Also, would it be possible to make "camper" quests? Like camping extracts, some quest areas (like the bronze pocket watch truck) or high traffick areas?
DanW Author
Glad you're enjoying it!
Yes, the "stash running" quest is partially intended to serve that purpose. I actually have "standard" quests for all of the locations you mentioned already in the mod. However, if you think the chances of seeing bots there are unrealistically low, I can crank up the odds they'll go there. I'm planning a large overhaul of the quest-selection algorithm in the next major release (either 0.4 or 0.5) so it might be worth waiting until that's out before making changes.
I have a couple camping quests in the mod now, but I didn't want to make them likely for bots to select because it wasn't really the direction I wanted to take for the mod. I find campers more frustrating than exciting. However, you can create your own "custom" quests to add those.
TASbot
So I think I figured out what is causing me to lag so much in the start of raids. I do have a lot of traders that have their own quests but specifically, Andrudis QuestManiac
This mod causes the most lag. Is there any way to add a setting to make it so that the quests from this specific mod don't load? Because though this mod adds new traders it causes lots more quests specifically for the default traders as well. I assume the lag is because your mod is trying to load all the quests that the Quest Maniac mod provides.
DanW Author
Yup, that's a known issue. It's something I'll work on in the future.
TASbot
Gotcha, without the Questmaniac mod doe everything runs smoothly! So good job.
FuchseWillsJa
How can I Check If its Work? Dont See any Problems in Server. But dont See Bots questing
DanW Author
You can either use BotDebug and look for bots using the "BotObjectiveLayer" layer, or you can open the game console and look for messages about bots doing objectives.
barbuzbal
SPT-AKI console error
Hey there! I have been having constant issues basically every scav raid and I'm not really sure why, when I attempt one, it errors out with the error code in the image I attached. I redownloaded the mod and am up to date with 3.7.2 AKI, and have the latest File for Questing Bots as well. I even attempted reinstalling SPT fully and still get this like 90% either when I die as a scav or when I extract as one. My friend has the same mods basically I have installed and does not have this issue, I attempted moving some mods around for their order and sometimes it works for 1-2 raids and then just goes into failing again.
barbuzbal
Apparently I just happened to find someone else having the same issue and they resolved it by removing old quest entries in their profile. I'll link it here in case anyone else has any issues and see if this solved my issues.
RE: Blackscreen after raid end with SCAV
barbuzbal
So this still seems to be happening after a couple scav runs and doing what the guy above did in his post. Unsure why Scav runs are busted, I only think its this mod possibly due to the QuestHelper function its talking about.
DanW Author
I think this is actually an SPT issue, and likely there's an issue with your profile. The QuestHelper class in the stack trace is in the SPT-AKI server code and not part of this mod. I'd ask for help maybe in the thread you linked. Sorry.
barbuzbal
Ah, I see what you mean, I'll reach out over there then. Sorry about that, thank you for the assist!
barbuzbal
To post a final update here in case anyone needs it; I was able to download the hotfix chompy uploaded for 3.7.3 and the scav raid issues I was having fully.
cerbiros
Hello! I am sure you've answered this question multiple times, but I could not find it while scanning the comments here.
I was wondering what I would need to change to remove the SPT PMC conversion AFTER your initial PMC spawns at raid start. Basically, I would like to have only the initial PMCs spawn in. Then just the normal scavs spawning in throughout the raid.
edit: I am using both Questing Bots and LTTP, but no other spawning mods
Thanks in advance.
Also, I love this mod! Thanks so much for your work on this.
DanW Author
Hi,
If you're using initial PMC's in this mod, you don't need to change anything. The mod automatically adjusts the PMC conversion chance to do this. Just make sure that adjust_bot_spawn_chances.enabled=false in the LTTP 1.3.5 config. However, I'm very close to releasing LTTP 1.4.0, and that will have a different config option for this.
One thing you may be noticing is that only some of the initial PMC's spawn right at the beginning of the raid, which is done partially for performance reasons and partially to allow Scavs to spawn. If you want to force ALL initial PMC's to spawn immediately, increase all of the values in initial_PMC_spawns.max_alive_initial_pmcs to something high (like 99) in this mod's config file. However, you should also increase initial_PMC_spawns.max_additional_bots to something like 10 and initial_PMC_spawns.max_total_bots to something like 35 or Scavs may not spawn for a long time. Please keep in mind that this will definitely affect performance.
Glad you're enjoying the mod!
cerbiros
Awesome, thank you for your quick reply! You're a legend
DanW Author
FYI - I just released LTTP 1.4.0, and the new config option is adjust_bot_spawn_chances.adjust_pmc_conversion_chances (false by default).
ioulaum
With the mod AI PMC spawned right at sawmill and rushed in to trash Shturman like no tomorrow, I have to disable the mod to have any hope to get my Mjolnir purchase...
If Questing Bots didn't add any spawn point then I should consider disable Donuts, it's kinda unfair to compete with AI who knows exactly where Shturman is..
DanW Author
If you're using DONUTS, Questing Bots has nothing to do with that.
ioulaum
Gotcha, does Questing Bot make AI PMC hunt Shturman explicitly though?
DanW Author
Not yet, but it will in a future release (maybe in 1-2 months). However, I'll make that quest configurable so you can disable it if you'd like.
FuchseWillsJa
got some issues since updating SWAG Realism and Questing Bots....
SERVER:
[2023-11-19T17:36:30.090Z] error: [Questing Bots] Cannot read standard quests for bigmap
[2023-11-19T17:36:31.246Z] info: [Client Request] /QuestingBots/ReportError/Cannot%20read%20standard%20quests%
DanW Author
That should only happen if \user\mods\DanW-SPTQuestingBots\quests\standard\bigmap.json is missing, corrupted, or somehow locked. I recommend deleting all files for this mod and reinstalling it.
anubiskong
Can I make all pmc one group? I mean I want they attack me only, not kill each other. Because it's too much of them that lower fps, But when I found them, they were already dead
DanW Author
You can make large groups of them by changing the numbers in the right column of bots_per_group_distribution to higher numbers. However, if you make the numbers higher than the values in max_alive_initial_pmcs, the groups won't spawn.
However, you cannot make all PMC's friendly with each other using this mod.
DatBoi313
Any possibility to add specific AI limit distances for each map? I have it set quite low which is good on most maps but just not feasible on others, or at least make the AI limit mod able to work.
DanW Author
I'd rather focus on performance improvements that would make the AI limiter less needed. If people still have problems when the mod is "complete", then I'll consider doing this.
DatBoi313
I see, however I don't think this mod is the main reason people need ai limiters in the first place, rather just general poor performance in general. In my case disabling the mod only gave me around 10-15 increased fps, in fact I found I lose far more fps with SWAG + Donuts on, which is the main reason I needed a way to use AI limit, as well as unstable map performance in general on certain larger maps which was being unsustainable. If it is not a feature that you are going to add in the near future, could you at least enable compatibility with the AI limit mod for the time being? As I found I did have far better performance with lower distances but think more precise tweaking options would indeed be good.
DanW Author
Allowing other AI limiter mods basically defeats the purpose of using this one, so hopefully you can understand my apprehension. Questing Bots relies on the bots... questing. If they're disabled, this mod isn't really doing anything. Unfortunately, it does require more CPU power than the base game, but I have to draw the line somewhere. If too many bots are disabled, I'll just get complaints saying "this mod isn't working". I'll consider making separate distance settings for each map in the future, but it's a lower priority for me right now. Sorry.
DatBoi313
I understand, I would also suggest adding a config option to set the percentage for the amount of pmcs that can quest which could be 100% by default. That would probably increase the ai limit performance if lowered as some pmcs would still be disabled whereas others are still allowed to quest and also be more realistic as not all bots would be questing all the time. And another thing to look out for, I think the questing bots still do run a lot of the time even when running is disabled and when the quest configs are changed, maybe that still needs some tweaking.
DanW Author
You can reduce the values in max_alive_initial_pmcs to limit the number of active PMC's on the map. That should help with performance and is similar to what you're suggesting.
What are you observing regarding your last comment?
Surviv0r1969
since putting this mod on i get no bosses spawn at all, like reshala in customs, killa in factory... gonna remove it to 100% confirm whether its this mod
EDIT - yes 1st raid after removing this mod the bosses are back, so def stops the spawning of bosses. tons of raids with this mod and literally no bosses.
DanW Author
Please play a few raids where bosses aren't spawning, and then immediately after closing the game post a link to your LogOutput.log file in your BepInEx directory.
Also - are you using any other mod that affects spawning like SWAG+DONUTS?
Surviv0r1969
use MOAR.... bosses spawn fine, then stopped when i added this mod....... have removed it and they spawning again
DanW Author
Have you tried setting initial_PMC_spawns.enabled=false in this mod?
Surviv0r1969
ill try that as no i didnt .... fingers crossed gonna give it a go
Surviv0r1969
Dan your the man!! it worked, hopefully do the same to bloodhounds now too, cheers m8 your a diamond!!
qww14414
Start the raid, a huge error occurs and frames drop.
EXCEPTION: System.ArgumentException: An item with the same key has already been added. Key: 00401
at System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x000c1] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at SPTQuestingBots.Controllers.LocationController.FindSwitches () [0x00029] in <eaebebb2fa0447b2a66055e98764a187>:0
at SPTQuestingBots.Controllers.Bots.BotQuestBuilder.Update () [0x0003f] in <eaebebb2fa0447b2a66055e98764a187>:0
I searched for eae584ce26bc40229c1b1aa476bfa589 and eaebebb2fa0447b2a66055e98764a187 in the Aki database or mod, but it didn't exist...
I am using Aki 3.7.1
DanW Author
Interesting, somebody else just had that error too. We're not sure what caused it, but it should be fixed in 0.3.2 which will likely be posted tomorrow.
qww14414
It works fine after 0.3.2 update. Thanks for the great work!
SlaveToTheGames
Okay, I've done more testing and hands down as you and I predicted earlier, when this mod is used with Andrudis QuestManiac the FPS tanks massively regardless of any options checked or unchecked in the F12 options. Thus making it basically unplayable.
As far as making it work with Andrudis QuestManiac the only thing I can think of would be a way of enabling Questing Bots only with the vanilla EFT tasks and to somehow "ignore" any extra quests. In addition to this I suggest the ability to customize not only the types of AI that quest, but what quests they can take part in. Having the ability to enable/disable types of quests too.
Not sure if what I just mentioned is what this means though --> ( Add configuration options to overwrite default settings for EFT-based quests and their objectives)
These all look like great future additions!
Of course I also know you are continuing performance improvements as well! Once again, keep up the great work, and I as always, continue looking forward to your development.
DanW Author
Only using EFT quests could work as a backup plan, but I'm hoping to make improvements in the next 1-2 major releases (0.4.x and 0.5.x) that should help with performance.
SlaveToTheGames
Looking forward to it! Excited!
Oraceon
Hey, thanks for the awesome updates! I'd like to add some reasoning to wanting to disable the mod besides performance. So, a lot of mods will have an option in their config or even better, the f12 menu to completely disable them while in game. A lot of people, myself included, use this feature a lot for helping us narrow down what mod conflicts there may be or which mods are causing which bugs. I know you have been hesitant to add the feature to disable it, but I promise you that adding this only improves the mod overall, and we all really appreciate it despite your apprehension about it. Thank you!
And great job overall on the mod. Its very impressive all the work you have been able to do in such a short time.
DanW Author
You actually can do this right now. There's an "Enable Questing" option in the F12 menu that's enabled by default. You can disable it for troubleshooting.
In terms of making a map-specific option to disable questing (which you requested in a previous comment), I'd first like to try and improve performance first. I have some changes planned for the next 1-2 major releases that I think should help. If people are still struggling after that, I'll put something in.
Glad you're enjoying it!
SPTEnjoyer
New update works like a charm, just like the last time. No slow down, no performance dips.
I wonder if it's because I run 32gb of ram and a 7700x. Either way it's great
I had a read of the comments here, and soo many of them are people who added your mod to a 50 mod list, or people coming back here blaming your mod for things your mod doesn't change
. I feel a lot of the modders here are underapreciated, and I just thought I'd comment again to make sure you're aware how good your work is !
DanW Author
I appreciate it!
It's tough because modding, log files, stack traces, etc. are total black boxes for most people. If something isn't working, they have no idea where to start except blame the thing they most recently changed. Honestly I'd rather they report it and learn their issue is unrelated than not say anything and think the mod is crap. If I can fix something to make it better, I'd at least like to have the opportunity.
deveagle
Please use the normal folder name, and when update overwrite all files. Lot of issue in the future: why 2 version in my mods folder... Not big problem, but the not experienced modding people lot of problem with.
DanW Author
Yeah, I need to change that. I'll do that for the next release.
DanW Author
Fixed in 0.3.1.
deveagle
Love you!
AtlasActual
Getting huge memory leak leading to crashes while using this. Anyone else?
DanW Author
Can you please post a log file?
EDIT: It sounds like this is caused by the error described in the pinned comment above.
AtlasActual
Fixed with latest update
Dietre
The new version wont load the F12 plug in on 3.7.0 ? I was looking to the limiter but i dont want to switch to 3.7.1 and have to redo all my custom stuff lol
question: in the config, you have under quests, etf questing, spawn rush and spawn wander. there is a chance % priority and number of bots per quest. So, with scavs enabled to quest, if I change the chance to like 5% and limit the number of bots per quest to 1 or 2 , does that mean that every scav spawned would have 5% chance to quest or just roam its spawn like normal?
Taking it further than, does that config control pmc/scav/bosses, and if you set questing and rush to 0, and wandering to like 25 then only 25% chance of just wandering action? I love the idea but i am trying to work around so many scavs running around. I am trying to get like out of 40 allowed. like 6-7 would go questing while the others stayed normal.
sorry, another question, is it possible to restrict which bosses are allowed to quest? it makes the behavior of grouped bosses, like rashla/ gluhar and the cultist split up, but for sturman and sanitar its really cool because the 3 stack group can roam anywhere on the map and really F&^k up your day LOL
DanW Author
Sorry, only version 0.2.7 is compatible with SPT-AKI 3.7.0.
The chance percentage is the chance that the bot will select that quest if offered to it. There is a description of the quest-selection algorithm in the Overview tab. However, it will be changing in the near future.
It's not possible to choose which bosses will quests; it's just all or nothing.
I'm not sure if that answers all of your questions, but hopefully that helps.
Stingy Ninjy
Is there anyway to limit the quests the bots can attempt to complete? I really like the idea of the mod but I have Andrudis-QuestManiac installed which has 4000+ quests so it kinda kills my pc when questing bots is installed haha. If there is a way to increase performance by just limiting to vanilla quests or something that would be cool (if it doesn't already exist).
DanW Author
Unfortunately no, it'll just take time for me to get all the features into the mod and then work on performance improvements.
Stingy Ninjy
All good bro, thanks for the reply. Maybe i should just upgrade my pc lel
Angler
Love the mod; It goes into the hall of fame for me for sure.
It goes without saying, thank you so much for all the hard work put into this mod. It is a must have for me now.
I just had a slight question, I apologize as well if it's been answered before I couldn't seen to find anything regarding it.
It seems that it edits the max amounts of bots in a set lobby, is this limiting total bots or just PMC's? I've tried to change this value multiple times and it seems that it always loads the same amount regardless of any changes made(I've only made changes to the config.json inside of the mods file) If I am a Dumba$$ and there is another place that I am supposed to change it please let me know.
Additionally; I've not noticed a huge performance dip while using this mod. However; I'm on a 7800x3d + 4070Ti & I use DLSS, so that might be why I don't notice a difference.
DanW Author
Glad you're enjoying it!
This mod will generate PMC's between the actual minimum and maximum player amounts for each map (as defined by EFT unless another mod changes them). For example, Factory has a player count of 5-6 in EFT, so this mod will spawn 4-5 PMC's at the beginning of the raid (because you count as a PMC too). The total PMC count is a random number in that range. However, due to performance concerns, this mod limits the total number of alive PMC's to the numbers in the max_alive_initial_pmcs setting in config.json. As PMC's die, the remaining ones will spawn in to replace them. For example, 11 PMC's might be generated for Customs, but only 7 will be allowed to spawn right at the start of the raid (using default settings). As some of those 7 are killed, the remaining 4 will be allowed to spawn as long as the maximum number of alive bots on the map doesn't exceed 7.
While I don't change any other bots spawns, I also prevent PMC's from spawning if the map is too "busy". Otherwise, spawning more PMC's will prevent Scavs from spawning. This is mostly just an issue on Lighthouse, but it's also for general performance concerns. To do this, I don't allow PMC's to spawn if the total number of alive bots is more than bot cap for the map minus min_other_bots_allowed_to_spawn. For example, If the bot cap for the map is 20, PMC's won't be allowed to spawn if there are 16 or more alive bots (using the default setting for min_other_bots_allowed_to_spawn).
The system is a little complicated, but it mostly works. My goal was to mimic live Tarkov as much as possible while making compromises for performance.
Hope that helps.
Angler
Dan,
Thank you so much for the detailed response. I have a pretty good understanding of the functionality of the mod now. I always have used Swag+SAIN and kinda bloated the map for an action filled map, usually setting the bot cap per map(Besides Labs/Factory, these are set to 25) The rest are set to 40(For a lot of people I know that's way too much) however, I found that I like my lobbies to be just filled to the brim with one encounter after the next.
Once again, I still do not notice a performance drop with the mod. I do not know if that relates directly to me using DLSS(I would assume so at this point) I stay 75FPS+ @ 1440P and max settings.
Thank you honestly for all the hard work.
Oraceon
It would be awesome to have an option to completely disable the mod for specific maps, such as Streets for example. Even with somebody like me with a high-end, above average PC, at 1440p, I can barely maintain 30 to 40 FPS on Streets with Questing Bots enabled. Without it installed, my frames are almost doubled. Most maps perform relatively fine otherwise, but the option to disable it for some maps would make all the difference.
DanW Author
Have you tried using the AI Limiter in the F12 menu? You can disable questing for all bots outside of a certain radius from you.
Oraceon
I have it set to the minimum, 50 meters, on Streets. I have a 5800x, 32GB of RAM, and a 2080ti with an insane overclock. I play at 1440p high settings, with low streets textures enabled and DLSS on quality, and my frames on Streets are still cut in half with questing bots installed. Of course, part of it is because of the all the AI being handled by SPT on my CPU alone, but even so, Questing Bots easily drops Streets performance by upwards of 30% and sometimes 50% if Kaban and his guards are there.
Funny enough, that's how I know if Kaban is there - the game will lag more than usual.
That being said, the mod works very well and is difficult to play without because it adds so much and I have my mod list very well tuned with everything else, so honestly performance is the big thing that holds it back. I look forward to the optimizations planned for the future.
DanW Author
You can totally disable questing in the F12 menu, but I know that's a pain to have to remember to turn it on/off based on the map. I'll have to think about disabling questing entirely based on the map. I'm sure you can understand my hesitation because it kinda defeats the purpose of the mod.
Hopefully in the future I can work on performance improvements and the fps drop won't be as bad.
PEACEORCHESTRA
Amazing!
For the future would it be possible to maybe add the bots to turn on power say at interchange, reserve and other maps.
DanW Author
Yes, this is a planned feature.
PEACEORCHESTRA
Ahhhh hell yeah!!!!!!!
Ashuriel
I've found that there are some errors in BepInEx log:
[Error :DanW-QuestingBots] System.NullReferenceException: Object reference not set to an instance of an object
at SPTQuestingBots.Controllers.BotQuestController.LoadQuest (SPTQuestingBots.Models.Quest quest) [0x0000f] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.CoroutineExtensions.EnumeratorWithTimeLimit+<>c__DisplayClass2_0`1[TItem].<Run>b__0 (TItem item) [0x00001] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.CoroutineExtensions.EnumeratorWithTimeLimit+<Run_Internal>d__9`1[TItem].MoveNext () [0x0008b] in <492d310867114f719fe9c1dc903f85b6>:0
While looking for reason I got some error spammed every second in console:
[Exception] : NullReferenceException: Object reference not set to an instance of an object
MultiFlare.method_4 () (at <f7f3726f1deb4e1fabfff17fea715bfa>:0)
MultiFlare.LateUpdate () (at <f7f3726f1deb4e1fabfff17fea715bfa>:0)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
Class327:UnityEngine.ILogHandler.LogException(Exception, Object)
UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
[Message: BepInEx] BepInEx 5.4.22.0 - EscapeFromTarkov (15.10.2023 11:59:57)
[Info : BepInEx] Running under Unity v0.13.5.2653
[Info : BepInEx] CLR runtime version: 4.0.30319.42000
[Info : BepInEx] Supports SRE: True
[Info : BepInEx] System platform: Bits64, Windows
[Message: BepInEx] Preloader started
[Info : BepInEx] Loaded 1 patcher method from [BepInEx.Preloader 5.4.22.0]
[Info : BepInEx] Loaded 1 patcher method from [aki_PrePatch 1.0.0.0]
[Info : BepInEx] 2 patcher plugins loaded
[Info : BepInEx] Patching [UnityEngine.CoreModule] with [BepInEx.Chainloader]
[Info : BepInEx] Patching [Assembly-CSharp] with [Aki.PrePatch.AkiBotsPrePatcher]
[Message: BepInEx] Preloader finished
[Message: BepInEx] Chainloader ready
[Message: BepInEx] Chainloader started
[Info : BepInEx] 32 plugins to load
[Info : BepInEx] Loading [AKI.Core 3.7.1]
[Info : AKI.Core] Loading: Aki.Core
[Info :ModulePatch] Enabled patch ConsistencySinglePatch
[Info :ModulePatch] Enabled patch ConsistencyMultiPatch
[Info :ModulePatch] Enabled patch BattlEyePatch
[Info :ModulePatch] Enabled patch SslCertificatePatch
[Info :ModulePatch] Enabled patch UnityWebRequestPatch
[Info :ModulePatch] Enabled patch WebSocketPatch
[Info :ModulePatch] Enabled patch TransportPrefixPatch
[Info : AKI.Core] Completed: Aki.Core
[Info : BepInEx] Loading [That's Lit 1.2.4]
[Info :ModulePatch] Enabled patch SeenCoefPatch
[Info :ModulePatch] Enabled patch EncounteringPatch
[Info : BepInEx] Loading [Graphics 1.5.3]
[Info : BepInEx] Loading [Sense 1.1.0]
[Info : BepInEx] Loading [Configuration Manager 16.4.1]
[Info : BepInEx] Loading [DrakiaXYZ-Waypoints 1.3.2]
[Info :ModulePatch] Enabled patch DebugPatch
[Info :ModulePatch] Enabled patch WaypointPatch
[Info :ModulePatch] Enabled patch BotOwnerRunPatch
[Info :ModulePatch] Enabled patch EditorPatch
[Info :ModulePatch] Enabled patch DoorBlockerPatch
[Info :ModulePatch] Enabled patch AICellDataGetCellPatch
[Info : BepInEx] Loading [DrakiaXYZ-BigBrain 0.3.1.0]
[Info :DrakiaXYZ-BigBrain] Loading: DrakiaXYZ-BigBrain
[Info :ModulePatch] Enabled patch BotBaseBrainActivatePatch
[Info :ModulePatch] Enabled patch BotBrainCreateLogicNodePatch
[Info :ModulePatch] Enabled patch BotBaseBrainUpdatePatch
[Info :ModulePatch] Enabled patch BotAgentUpdatePatch
[Info :ModulePatch] Enabled patch BotBaseBrainActivateLayerPatch
[Info :ModulePatch] Enabled patch BotBaseBrainAddLayerPatch
[Info :DrakiaXYZ-BigBrain] Completed: DrakiaXYZ-BigBrain
[Info : BepInEx] Loading [DanW-QuestingBots 0.2.10]
[Info :DanW-QuestingBots] Loading QuestingBots...
[Info :DanW-QuestingBots] Loading QuestingBots...getting configuration data...
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/QuestingBots/GetConfig
[Info :RequestHandler] Request was successful
[Info :DanW-QuestingBots] Loading QuestingBots...enabling patches and controllers...
[Info :ModulePatch] Enabled patch MainMenuShowScreenPatch
[Info :ModulePatch] Enabled patch GameWorldOnDestroyPatch
[Info :ModulePatch] Enabled patch OnGameStartedPatch
[Info :ModulePatch] Enabled patch BotOwnerBrainActivatePatch
[Info :ModulePatch] Enabled patch IsFollowerSuitableForBossPatch
[Info :ModulePatch] Enabled patch OnBeenKilledByAggressorPatch
[Info :DanW-QuestingBots] Loading QuestingBots...changing bot brains for questing: Assault, CursAssault, Obdolbs, BossBully, BossSanitar, BossGluhar, BossKojaniy, BossBoar, Tagilla, Killa, ExUsec, PMC, Knight, ArenaFighter, FollowerBully, FollowerSanitar, TagillaFollower, FollowerGluharAssault, FollowerGluharProtect, FollowerGluharScout, FollowerKojaniy, BoarSniper, FlBoar, BigPipe, BirdEye, SectantWarrior, SectantPriest
[Info :DanW-QuestingBots] Loading QuestingBots...changing bot brains for following: Assault, CursAssault, Obdolbs, BossBully, BossSanitar, BossGluhar, BossKojaniy, BossBoar, Tagilla, Killa, ExUsec, PMC, Knight, ArenaFighter, FollowerBully, FollowerSanitar, TagillaFollower, FollowerGluharAssault, FollowerGluharProtect, FollowerGluharScout, FollowerKojaniy, BoarSniper, FlBoar, BigPipe, BirdEye, SectantWarrior, SectantPriest, Marksman, BossZryachiy, Fl_Zraychiy
[Info :DanW-QuestingBots] Loading QuestingBots...changing bot brains for sleeping: Assault, CursAssault, Obdolbs, BossBully, BossSanitar, BossGluhar, BossKojaniy, BossBoar, Tagilla, Killa, ExUsec, PMC, Knight, ArenaFighter, FollowerBully, FollowerSanitar, TagillaFollower, FollowerGluharAssault, FollowerGluharProtect, FollowerGluharScout, FollowerKojaniy, BoarSniper, FlBoar, BigPipe, BirdEye, SectantWarrior, SectantPriest, Marksman, BossZryachiy, Fl_Zraychiy
[Info :DanW-QuestingBots] Loading QuestingBots...done.
[Info : BepInEx] Loading [IcyClawz.ItemAttributeFix 1.2.0]
[Info :ModulePatch] Enabled patch CompactCharacteristicPanelPatch
[Info : BepInEx] Loading [Kaeno-TraderScrolling 1.0.1]
[Info :ModulePatch] Enabled patch TraderScrollingPatch
[Info :ModulePatch] Enabled patch PlayerCardPatch
[Info : BepInEx] Loading [kmyuhkyuk-EFTReflection 1.1.8]
[Info : BepInEx] Loading [kmyuhkyuk-EFTApi 1.1.8]
[Info : BepInEx] Loading [kmyuhkyuk-EFTConfiguration 1.1.8]
[Info : BepInEx] Loading [kmyuhkyuk-EFTUtils 1.1.8]
[Info : BepInEx] Loading [kmyuhkyuk-GamePanelHUDCore 2.7.8]
[Info : BepInEx] Loading [kmyuhkyuk-GamePanelHUDCompass 2.7.8]
[Info : BepInEx] Loading [kmyuhkyuk-GamePanelHUDGrenade 2.7.8]
[Info : BepInEx] Loading [kmyuhkyuk-GamePanelHUDHit 2.7.8]
[Info : BepInEx] Loading [kmyuhkyuk-GamePanelHUDLife 2.7.8]
[Info : BepInEx] Loading [kmyuhkyuk-GamePanelHUDMag 2.7.8]
[Info : BepInEx] Loading [AKI.Custom 3.7.1]
[Info :AKI.Custom] Loading: Aki.Custom
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singleplayer/bundles
[Info :RequestHandler] Request was successful
[Info :ModulePatch] Enabled patch EasyAssetsPatch
[Info :ModulePatch] Enabled patch EasyBundlePatch
[Info :ModulePatch] Enabled patch BossSpawnChancePatch
[Info :ModulePatch] Enabled patch BotDifficultyPatch
[Info :ModulePatch] Enabled patch CoreDifficultyPatch
[Info :ModulePatch] Enabled patch OfflineRaidMenuPatch
[Info :ModulePatch] Enabled patch OfflineRaidSettingsMenuPatch
[Info :ModulePatch] Enabled patch SessionIdPatch
[Info :ModulePatch] Enabled patch VersionLabelPatch
[Info :ModulePatch] Enabled patch IsEnemyPatch
[Info :ModulePatch] Enabled patch LocationLootCacheBustingPatch
[Info :ModulePatch] Enabled patch CheckAndAddEnemyPatch
[Info :ModulePatch] Enabled patch BotSelfEnemyPatch
[Info :ModulePatch] Enabled patch AddEnemyToAllGroupsInBotZonePatch
[Info :ModulePatch] Enabled patch AirdropPatch
[Info :ModulePatch] Enabled patch AirdropFlarePatch
[Info :ModulePatch] Enabled patch AddSptBotSettingsPatch
[Info :ModulePatch] Enabled patch CustomAiPatch
[Info :ModulePatch] Enabled patch ExitWhileLootingPatch
[Info :ModulePatch] Enabled patch QTEPatch
[Info :ModulePatch] Enabled patch PmcFirstAidPatch
[Info :ModulePatch] Enabled patch SettingsLocationPatch
[Info :ModulePatch] Enabled patch RagfairFeePatch
[Info :AKI.Custom] Completed: Aki.Custom
[Info : BepInEx] Loading [AKI.Debugging 3.7.1]
[Info :AKI.Debugging] Loading: Aki.Debugging
[Info :ModulePatch] Enabled patch EndRaidDebug
[Info :AKI.Debugging] Completed: Aki.Debugging
[Info : BepInEx] Loading [AKI.Singleplayer 3.7.1]
[Info :AKI.Singleplayer] Loading: Aki.SinglePlayer
[Info :ModulePatch] Enabled patch OfflineSaveProfilePatch
[Info :ModulePatch] Enabled patch OfflineSpawnPointPatch
[Info :ModulePatch] Enabled patch ExperienceGainPatch
[Info :ModulePatch] Enabled patch ScavExperienceGainPatch
[Info :ModulePatch] Enabled patch MainMenuControllerPatch
[Info :ModulePatch] Enabled patch PlayerPatch
[Info :ModulePatch] Enabled patch SelectLocationScreenPatch
[Info :ModulePatch] Enabled patch InsuranceScreenPatch
[Info :ModulePatch] Enabled patch BotTemplateLimitPatch
[Info :ModulePatch] Enabled patch GetNewBotTemplatesPatch
[Warning: HarmonyX] RemoveUsedBotProfilePatch: You should only patch implemented methods/constructors to avoid issues. Patch the declared method virtual EFT.Profile GClass511::GetNewProfile(GClass513 data, bool withDelete) instead of virtual EFT.Profile GClass511::GetNewProfile(GClass513 data, bool withDelete).
[Info :ModulePatch] Enabled patch RemoveUsedBotProfilePatch
[Info :ModulePatch] Enabled patch DogtagPatch
[Info :ModulePatch] Enabled patch LoadOfflineRaidScreenPatch
[Info :ModulePatch] Enabled patch ScavPrefabLoadPatch
[Info :ModulePatch] Enabled patch ScavProfileLoadPatch
[Info :ModulePatch] Enabled patch ScavExfilPatch
[Info :ModulePatch] Enabled patch ExfilPointManagerPatch
[Info :ModulePatch] Enabled patch TinnitusFixPatch
[Info :ModulePatch] Enabled patch MaxBotPatch
[Info :ModulePatch] Enabled patch SpawnPmcPatch
[Info :ModulePatch] Enabled patch PostRaidHealingPricePatch
[Info :ModulePatch] Enabled patch EndByTimerPatch
[Info :ModulePatch] Enabled patch PostRaidHealScreenPatch
[Info :ModulePatch] Enabled patch VoIPTogglerPatch
[Info :ModulePatch] Enabled patch MidRaidQuestChangePatch
[Info :ModulePatch] Enabled patch HealthControllerPatch
[Info :ModulePatch] Enabled patch LighthouseBridgePatch
[Info :ModulePatch] Enabled patch LighthouseTransmitterPatch
[Info :ModulePatch] Enabled patch EmptyInfilFixPatch
[Info :ModulePatch] Enabled patch SmokeGrenadeFuseSoundFixPatch
[Info :ModulePatch] Enabled patch PlayerToggleSoundFixPatch
[Info :ModulePatch] Enabled patch PluginErrorNotifierPatch
[Info :ModulePatch] Enabled patch SpawnProcessNegativeValuePatch
[Info :ModulePatch] Enabled patch InsuredItemManagerStartPatch
[Info :ModulePatch] Enabled patch MapReadyButtonPatch
[Info :AKI.Singleplayer] Completed: Aki.SinglePlayer
[Info : BepInEx] Loading [TYR_DeClutter 1.1.5]
[Info : BepInEx] Loading [TYR_DeHazardifier 1.0.2]
[Info :ModulePatch] Enabled patch MinefieldTriggerPatch
[Info :ModulePatch] Enabled patch MinefieldCoroutinePatch
[Info :ModulePatch] Enabled patch MinefieldDamagePatch
[Info :ModulePatch] Enabled patch MinefieldViewTriggerPatch
[Info :ModulePatch] Enabled patch MineDirectionalAwakePatch
[Info :ModulePatch] Enabled patch MineDirectionalTriggerPatch
[Info :ModulePatch] Enabled patch MineDirectionalTriggerColliderPatch
[Info :ModulePatch] Enabled patch MineDirectionalDamagePatch
[Info :ModulePatch] Disabled patch BarbedWireDamagePatch
[Info :ModulePatch] Disabled patch BarbedWireSpeedPenaltyPatch
[Info :ModulePatch] Disabled patch BarbedWireSpeedPenalty2Patch
[Info :ModulePatch] Disabled patch SniperImitatorAwakePatch
[Info :ModulePatch] Disabled patch SniperImitatorDamagePatch
[Info :ModulePatch] Disabled patch SniperImitatorShootPatch
[Info :ModulePatch] Disabled patch SniperFiringZoneShootPatch
[Info :ModulePatch] Disabled patch SniperFiringZoneCoroutinePatch
[Info :ModulePatch] Disabled patch SniperFiringZoneTargetPatch
[Info :ModulePatch] Disabled patch SniperFiringZoneTarget2Patch
[Info :ModulePatch] Enabled patch FlameDamageTriggerPatch
[Info : BepInEx] Loading [Endurance 1.0.0]
[Info :ModulePatch] Enabled patch EnduranceSprintActionPatch
[Info :ModulePatch] Enabled patch EnduranceMovementActionPatch
[Info : BepInEx] Loading [FOVFix 1.0.0]
[Info :ModulePatch] Enabled patch PwaWeaponParamsPatch
[Info :ModulePatch] Enabled patch FreeLookPatch
[Info :ModulePatch] Enabled patch LerpCameraPatch
[Info :ModulePatch] Enabled patch IsAimingPatch
[Info :ModulePatch] Enabled patch ChangeAimingModePatch
[Info :ModulePatch] Enabled patch SetScopeModePatch
[Info :ModulePatch] Enabled patch OperationSetScopeModePatch
[Info :ModulePatch] Enabled patch AimingSensitivityPatch
[Info : BepInEx] Loading [SAIN 2.1.5]
[Info :ModulePatch] Enabled patch UpdateEFTSettingsPatch
[Info :ModulePatch] Enabled patch KickPatch
[Info :ModulePatch] Enabled patch KickPatch
[Info :ModulePatch] Enabled patch GetBotController
[Info :ModulePatch] Enabled patch GetBotSpawner
[Info :ModulePatch] Enabled patch GrenadeThrownActionPatch
[Info :ModulePatch] Enabled patch GrenadeExplosionActionPatch
[Info :ModulePatch] Enabled patch BotGroupAddEnemyPatch
[Info :ModulePatch] Enabled patch BotMemoryAddEnemyPatch
[Info :ModulePatch] Enabled patch TryPlayShootSoundPatch
[Info :ModulePatch] Enabled patch HearingSensorPatch
[Info :ModulePatch] Enabled patch BetterAudioPatch
[Info :ModulePatch] Enabled patch PlayerTalkPatch
[Info :ModulePatch] Enabled patch TalkDisablePatch1
[Info :ModulePatch] Enabled patch TalkDisablePatch2
[Info :ModulePatch] Enabled patch TalkDisablePatch3
[Info :ModulePatch] Enabled patch TalkDisablePatch4
[Info :ModulePatch] Enabled patch NoAIESPPatch
[Info :ModulePatch] Enabled patch VisionSpeedPatch
[Info :ModulePatch] Enabled patch VisibleDistancePatch
[Info :ModulePatch] Enabled patch CheckFlashlightPatch
[Info :ModulePatch] Enabled patch AimTimePatch
[Info :ModulePatch] Enabled patch AimOffsetPatch
[Info :ModulePatch] Enabled patch RecoilPatch
[Info :ModulePatch] Enabled patch LoseRecoilPatch
[Info :ModulePatch] Enabled patch EndRecoilPatch
[Info :ModulePatch] Enabled patch FullAutoPatch
[Info :ModulePatch] Enabled patch SemiAutoPatch
[Info : BepInEx] Loading [ModdingQOL 1.0.0]
[Info :ModulePatch] Enabled patch ItemSpecificationPanelPatch
[Info :ModulePatch] Enabled patch CanBeMovedPatch
[Info :ModulePatch] Enabled patch CanDetatchPatch
[Info :ModulePatch] Enabled patch CanAttachPatch
[Info :ModulePatch] Enabled patch ThrowItemPatch
[Info :ModulePatch] Enabled patch InteractPatch
[Info :ModulePatch] Enabled patch ModdingScreenPatch
[Info :ModdingQOL] Plugin ModdingQOL is loaded!
[Info : BepInEx] Loading [RecoilStandalone 1.0.0]
[Info :ModulePatch] Enabled patch UpdateWeaponVariablesPatch
[Info :ModulePatch] Enabled patch UpdateSwayFactorsPatch
[Info :ModulePatch] Enabled patch GetAimingPatch
[Info :ModulePatch] Enabled patch ProcessPatch
[Info :ModulePatch] Enabled patch ShootPatch
[Info :ModulePatch] Enabled patch SetCurveParametersPatch
[Info :ModulePatch] Enabled patch PlayerLateUpdatePatch
[Info :ModulePatch] Enabled patch RotatePatch
[Info :ModulePatch] Enabled patch ApplyComplexRotationPatch
[Info :ModulePatch] Enabled patch BreathProcessPatch
[Info : BepInEx] Loading [Radar 1.0.7]
[Info : Radar] Radar Plugin Enabled.
[Info : BepInEx] Loading [MoreCheckmarks 1.5.9]
[Message: BepInEx] Chainloader startup complete
[Info :ModulePatch] Enabled patch AmandsLocalPlayerPatch
[Info :ModulePatch] Enabled patch AmandsGraphicsNVGPatch
[Info :ModulePatch] Enabled patch AmandsGraphicsApplyNVGPatch
[Warning: HarmonyX] AmandsGraphicsHBAOPatch: You should only patch implemented methods/constructors to avoid issues. Patch the declared method void HBAO_Core::ApplyPreset(HBAO_Core+Preset preset) instead of void HBAO_Core::ApplyPreset(HBAO_Core+Preset preset).
[Info :ModulePatch] Enabled patch AmandsGraphicsHBAOPatch
[Info :ModulePatch] Enabled patch AmandsGraphicsPrismEffectsPatch
[Info :ModulePatch] Enabled patch AmandsGraphicsOpticPatch
[Info :ModulePatch] Enabled patch AmandsGraphicsOpticSightPatch
[Info :ModulePatch] Enabled patch AmandsGraphicsCameraClassPatch
[Info :ModulePatch] Enabled patch AmandsGraphicsmethod_22Patch
[Info :ModulePatch] Enabled patch AmandsGraphicsTacticalComboVisualControllerPatch
[Info :ModulePatch] Enabled patch AmandsGraphicsFastBlurPatch
[Info :ModulePatch] Enabled patch AmandsGraphicsMethod_7Patch
[Info :ModulePatch] Enabled patch AmandsGraphicsFastBlurHitPatch
[Info :ModulePatch] Enabled patch AmandsBattleUIScreenPatch
[Info :ModulePatch] Enabled patch AmandsEffectsControllerPatch
[Info :ModulePatch] Enabled patch AmandsLocalPlayerPatch
[Info :ModulePatch] Enabled patch AmandsSensePrismEffectsPatch
[Message:EFTVersion] GameVersion:0.13.5.26535 AkiVersion:3.7.1
[Info :ModulePatch] Enabled patch TriggerWithIdPatchs
[Info :ModulePatch] Enabled patch CursorLockStatePatch
[Info :ModulePatch] Enabled patch CursorVisiblePatch
[Message: ModVerify] aki-core Version:3.7.1 CRC32:20C2FEC9
[Message: ModVerify] ThatsLit-Release Version:1.2.4 CRC32:20893BFB
[Message: ModVerify] AmandsGraphics Version:1.5.3 CRC32:A0AE7345
[Message: ModVerify] AmandsSense Version:1.1.0 CRC32:EE0D6A69
[Message: ModVerify] ConfigurationManager Version:16.4.1 CRC32:29B209E0
[Message: ModVerify] DrakiaXYZ-Waypoints Version:1.3.2 CRC32:19D6785
[Message: ModVerify] DrakiaXYZ-BigBrain Version:0.3.1.0 CRC32:853B5E56
[Message: ModVerify] SPTQuestingBots Version:0.2.10 CRC32:B0AFC7BC
[Message: ModVerify] IcyClawz.ItemAttributeFix Version:1.2.0 CRC32:CC9BBE76
[Message: ModVerify] Kaeno-TraderScrolling Version:1.0.1 CRC32:C13580F8
[Message: ModVerify] EFTReflection Version:1.1.8 CRC32:2DD4D21B
[Message: ModVerify] EFTApi Version:1.1.8 CRC32:78B1C2C2
[Message: ModVerify] EFTConfiguration Version:1.1.8 CRC32:B37B2955
[Message: ModVerify] EFTUtils Version:1.1.8 CRC32:7D99FFFB
[Message: ModVerify] GamePanelHUDCore Version:2.7.8 CRC32:4D865017
[Message: ModVerify] GamePanelHUDCompass Version:2.7.8 CRC32:2E1CA045
[Message: ModVerify] GamePanelHUDGrenade Version:2.7.8 CRC32:5C15BA4E
[Message: ModVerify] GamePanelHUDHit Version:2.7.8 CRC32:504F2564
[Message: ModVerify] GamePanelHUDLife Version:2.7.8 CRC32:BA9DC3E5
[Message: ModVerify] GamePanelHUDMag Version:2.7.8 CRC32:63552344
[Message: ModVerify] aki-custom Version:3.7.1 CRC32:427D2299
[Message: ModVerify] aki-debugging Version:3.7.1 CRC32:6CA712A5
[Message: ModVerify] aki-singleplayer Version:3.7.1 CRC32:9F293F29
[Message: ModVerify] TYR_DeClutterer Version:1.1.5 CRC32:7C87F5E7
[Message: ModVerify] TYR_DeHazardifier Version:1.0.2 CRC32:C5FF3067
[Message: ModVerify] Endurance Version:1.0.0 CRC32:3B02D818
[Message: ModVerify] FOVFix Version:1.0.0 CRC32:F9661640
[Message: ModVerify] SAIN-3.7.1 Version:2.1.5 CRC32:CAE028CE
[Message: ModVerify] ModdingQOL Version:1.0.0 CRC32:728216AF
[Message: ModVerify] RecoilStandalone Version:1.0.0 CRC32:A042BEEE
[Message: ModVerify] Tyrian-Radar Version:1.0.7 CRC32:E1234814
[Message: ModVerify] MoreCheckmarks Version:1.5.9 CRC32:9D31E7EC
[Info :MoreCheckmarks] MoreCheckmarks Started
[Info :MoreCheckmarks] Configs loaded
[Info :MoreCheckmarks] Assets loaded
[Info :MoreCheckmarks] Loading data
[Info :MoreCheckmarks] Quests
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/MoreCheckmarksRoutes/quests
[Info :RequestHandler] Request was successful
[Info :MoreCheckmarks] Items
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/MoreCheckmarksRoutes/items
[Info :RequestHandler] Request was successful
[Info :MoreCheckmarks] Assorts
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/MoreCheckmarksRoutes/assorts
[Info :RequestHandler] Request was successful
[Info :MoreCheckmarks] Productions
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/MoreCheckmarksRoutes/productions
[Info :RequestHandler] Request was successful
[Warning:RecoilStandalone] Combat Stances Is Present = False
[Warning:RecoilStandalone] Realism Mod Is Present = False
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singleplayer/settings/version
[Info :RequestHandler] Request was successful
[Info :ModulePatch] Server version: SPT-AKI 3.7.1
[Info :MoreCheckmarks] Loading data
[Info :MoreCheckmarks] Quests
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/MoreCheckmarksRoutes/quests
[Info :RequestHandler] Request was successful
[Info :MoreCheckmarks] Items
[Info :MoreCheckmarks] Assorts
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/MoreCheckmarksRoutes/assorts
[Info :RequestHandler] Request was successful
[Info :MoreCheckmarks] Productions
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/MoreCheckmarksRoutes/productions
[Info :RequestHandler] Request was successful
[Info :MoreCheckmarks] Quest Textile - Part 1 queststatus set to AvailableForStart
[Info :DanW-QuestingBots] Caching escape times...
[Info :DanW-QuestingBots] Caching escape times...bigmap: 90
[Info :DanW-QuestingBots] Caching escape times...factory4_day: 90
[Info :DanW-QuestingBots] Caching escape times...factory4_night: 90
[Info :DanW-QuestingBots] Caching escape times...hideout: 99999
[Info :DanW-QuestingBots] Caching escape times...Interchange: 90
[Info :DanW-QuestingBots] Caching escape times...laboratory: 90
[Info :DanW-QuestingBots] Caching escape times...Lighthouse: 90
[Info :DanW-QuestingBots] Caching escape times...RezervBase: 90
[Info :DanW-QuestingBots] Caching escape times...Shoreline: 90
[Info :DanW-QuestingBots] Caching escape times...TarkovStreets: 90
[Info :DanW-QuestingBots] Caching escape times...Woods: 90
[Info :DanW-QuestingBots] Caching escape times...done.
[Info :RequestHandler] Request POST json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/player/health/sync
[Info :RequestHandler] Request was successful
[Info :MoreCheckmarks] Quest Find and transfer queststatus set to AvailableForFinish
[Info :MoreCheckmarks] Quest Find and transfer queststatus set to Success
[Info :MoreCheckmarks] Quest Textile - Part 1 queststatus set to Started
[Info :MoreCheckmarks] Quest Perfect Mediator queststatus set to Success
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singleplayer/settings/raid/menu
[Info :RequestHandler] Request was successful
[Info :ModulePatch] Desired spawnpoint: [category:Player] [side:Usec] [infil:] [120 total spawn points]
[Info :ModulePatch] Selected SpawnPoint: [id:2b5a6af0-0e2e-4fa1-bbf3-a390276b0b13] [name:Start1 (3)] [category:Player] [side:Pmc] [infil:Customs]
[Info :ModulePatch] Enabled patch AmandsPainkillerAddEffectPatch
[Info :ModulePatch] Enabled patch AmandsPainkillerDeleteEffectPatch
[Info :ModulePatch] Disabled patch PhysicsUpdatePatch
[Info :ModulePatch] Disabled patch PhysicsFixedUpdatePatch
[Info :ModulePatch] Disabled patch RagdollPhysicsLateUpdatePatch
[Info :ModulePatch] Disabled patch AmbientLightOptimizeRenderingPatch
[Info :ModulePatch] Disabled patch AmbientLightDisableUpdatesPatch
[Info :ModulePatch] Disabled patch AmbientLightDisableLateUpdatesPatch
[Info :ModulePatch] Disabled patch SkyDelayUpdatesPatch
[Info :ModulePatch] Disabled patch WeatherLateUpdatePatch
[Info :ModulePatch] Disabled patch CloudsControllerDelayUpdatesPatch
[Info :ModulePatch] Disabled patch WeatherEventControllerDelayUpdatesPatch
[Info :ModulePatch] Disabled patch FlameDamageTriggerPatch
[Info : Console] PatrolWay Extra_1 doesn't exist, creating
[Info : Console] PatrolWay Extra_2 doesn't exist, creating
[Info : Console] PatrolWay Extra_1 doesn't exist, creating
[Info : Console] PatrolWay Extra_2 doesn't exist, creating
[Info : Console] PatrolWay Extra_3 doesn't exist, creating
[Info : Console] PatrolWay Woods_1 doesn't exist, creating
[Info : Console] PatrolWay Woods_2 doesn't exist, creating
[Info : Console] PatrolWay 2Story doesn't exist, creating
[Info : Console] PatrolWay 3Story doesn't exist, creating
[Info : Console] PatrolWay Extra_1 doesn't exist, creating
[Info : Console] PatrolWay Roaming doesn't exist, creating
[Info : Console] PatrolWay PowerStation doesn't exist, creating
[Info : Console] PatrolWay OldAZS doesn't exist, creating
[Info : Console] PatrolWay Inside_1 doesn't exist, creating
[Info : Console] PatrolWay Inside_2 doesn't exist, creating
[Info : Console] PatrolWay Inside_3 doesn't exist, creating
[Info : Console] PatrolWay Roaming doesn't exist, creating
[Info : Console] PatrolWay USECStashInside doesn't exist, creating
[Info : Console] PatrolWay BuildingsSide doesn't exist, creating
[Info : Console] PatrolWay Roaming doesn't exist, creating
[Info : Console] PatrolWay Camp doesn't exist, creating
[Info : Console] PatrolWay Extra_1 doesn't exist, creating
[Info : Console] PatrolWay Roaming doesn't exist, creating
[Info : Console] PatrolWay PowerStation doesn't exist, creating
[Info : Console] PatrolWay Extra_1 doesn't exist, creating
[Info : Console] PatrolWay Extra_2 doesn't exist, creating
[Info : Console] PatrolWay Extra_1 doesn't exist, creating
[Info : Console] PatrolWay Extra_1 doesn't exist, creating
[Info : Console] PatrolWay Road_1 doesn't exist, creating
[Info : Console] PatrolWay Road_2 doesn't exist, creating
[Info : Console] PatrolWay Road_3 doesn't exist, creating
[Info : Console] PatrolWay BigRed doesn't exist, creating
[Info : Console] PatrolWay BigRedOutside doesn't exist, creating
[Info : Console] PatrolWay Crackhouse doesn't exist, creating
[Info : Console] PatrolWay Mainbase doesn't exist, creating
[Info : Console] PatrolWay Extra_1 doesn't exist, creating
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/bot/difficulty/core/core
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/marksman/easy
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ifficulty/marksman/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/marksman/hard
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/marksman/impossible
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…t/difficulty/assault/easy
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…difficulty/assault/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…t/difficulty/assault/hard
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/assault/impossible
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ifficulty/bossTest/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ifficulty/bossTest/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ifficulty/bossTest/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ifficulty/bossTest/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…fficulty/bossBully/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…fficulty/bossBully/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…fficulty/bossBully/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…fficulty/bossBully/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/followerTest/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/followerTest/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/followerTest/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/followerTest/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ulty/followerBully/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ulty/followerBully/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ulty/followerBully/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ulty/followerBully/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…fficulty/bossKilla/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…fficulty/bossKilla/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…fficulty/bossKilla/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…fficulty/bossKilla/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/bossKojaniy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/bossKojaniy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/bossKojaniy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/bossKojaniy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerKojaniy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerKojaniy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerKojaniy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerKojaniy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/pmcBot/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/pmcBot/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/pmcBot/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/pmcBot/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/cursedAssault/easy
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ulty/cursedAssault/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/cursedAssault/hard
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/cursedAssault/impossible
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ficulty/bossGluhar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ficulty/bossGluhar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ficulty/bossGluhar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ficulty/bossGluhar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…lowerGluharAssault/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…lowerGluharAssault/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…lowerGluharAssault/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…lowerGluharAssault/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…owerGluharSecurity/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…owerGluharSecurity/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…owerGluharSecurity/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…owerGluharSecurity/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ollowerGluharScout/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ollowerGluharScout/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ollowerGluharScout/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ollowerGluharScout/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ollowerGluharSnipe/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ollowerGluharSnipe/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ollowerGluharSnipe/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ollowerGluharSnipe/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerSanitar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerSanitar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerSanitar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerSanitar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/bossSanitar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/bossSanitar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/bossSanitar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/bossSanitar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ot/difficulty/test/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ot/difficulty/test/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ot/difficulty/test/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ot/difficulty/test/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…difficulty/assault/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…difficulty/assault/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…difficulty/assault/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…difficulty/assault/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…lty/sectantWarrior/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…lty/sectantWarrior/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…lty/sectantWarrior/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…lty/sectantWarrior/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ulty/sectantPriest/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ulty/sectantPriest/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ulty/sectantPriest/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ulty/sectantPriest/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/bossTagilla/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/bossTagilla/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/bossTagilla/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/bossTagilla/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerTagilla/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerTagilla/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerTagilla/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerTagilla/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/exUsec/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/exUsec/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/exUsec/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/exUsec/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/gifter/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/gifter/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/gifter/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/difficulty/gifter/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ficulty/bossKnight/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ficulty/bossKnight/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ficulty/bossKnight/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ficulty/bossKnight/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerBigPipe/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerBigPipe/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerBigPipe/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerBigPipe/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerBirdEye/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerBirdEye/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerBirdEye/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ty/followerBirdEye/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/bossZryachiy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/bossZryachiy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/bossZryachiy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/bossZryachiy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…y/followerZryachiy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…y/followerZryachiy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…y/followerZryachiy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…y/followerZryachiy/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ifficulty/bossBoar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ifficulty/bossBoar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ifficulty/bossBoar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ifficulty/bossBoar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/followerBoar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/followerBoar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/followerBoar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/followerBoar/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/arenaFighter/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/arenaFighter/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/arenaFighter/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…culty/arenaFighter/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/arenaFighterEvent/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/arenaFighterEvent/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/arenaFighterEvent/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/arenaFighterEvent/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…lty/bossBoarSniper/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…lty/bossBoarSniper/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…lty/bossBoarSniper/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…lty/bossBoarSniper/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/crazyAssaultEvent/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/crazyAssaultEvent/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/crazyAssaultEvent/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/crazyAssaultEvent/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…t/difficulty/sptUsec/easy
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…difficulty/sptUsec/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…t/difficulty/sptUsec/hard
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/sptUsec/impossible
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…t/difficulty/sptBear/easy
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…difficulty/sptBear/normal
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…t/difficulty/sptBear/hard
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…iculty/sptBear/impossible
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singleplayer/settings/bot/maxCap
[Info :RequestHandler] Request was successful
[Warning:ModulePatch] Set max bot cap to: 18
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/QuestingBots/GetAllQuestTemplates
[Info :RequestHandler] Request was successful
[Warning:DanW-QuestingBots] Waiting for LoadQuest until next frame... (Cycle times: 8, Total time: 9)
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [999] Percentage of Raid Remaining: [100]. Total Raid Seconds: [0] Found: [0] ScavExfils and [0] PMC Exfils to be used.]
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ettings/bot/limit/assault
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ettings/bot/limit/assault
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ettings/bot/limit/assault
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ttings/bot/limit/marksman
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ttings/bot/limit/marksman
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ettings/bot/limit/sptBear
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ettings/bot/limit/sptUsec
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ettings/bot/limit/sptUsec
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ettings/bot/limit/sptUsec
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ettings/bot/limit/sptBear
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ttings/bot/limit/marksman
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…tings/bot/limit/bossBully
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…s/bot/limit/followerBully
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ings/bot/limit/bossKnight
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…bot/limit/followerBigPipe
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…bot/limit/followerBirdEye
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…s/bot/limit/sectantPriest
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…/bot/limit/sectantWarrior
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…t/limit/arenaFighterEvent
[Info :RequestHandler] Request was successful
[Warning:DanW-QuestingBots] Waiting for LoadQuest until next frame...done. (Cycle times: 8, 6, 7, 6, 6, 6, 6, 6, 2, Total time: 1133)
[Info :DanW-QuestingBots] Found trigger gazel for quest: Chemical - Part 4
[Info :DanW-QuestingBots] Found trigger gazel for quest: Out of Curiosity
[Info :DanW-QuestingBots] Found trigger gazel for quest: Big Customer
[Warning:DanW-QuestingBots] Waiting for ProcessTrigger until next frame... (Cycle times: 8, Total time:
[Info :DanW-QuestingBots] Adjusting position for zone fuel4 to (-334.9, 1.0, -163.5)
[Info :DanW-QuestingBots] Found trigger fuel4 for quest: BP Depot
[Info :DanW-QuestingBots] Found trigger place_skier_12_2 for quest: Chumming
[Info :DanW-QuestingBots] Found trigger place_peacemaker_002_N1 for quest: Tigr Safari
[Info :DanW-QuestingBots] Adjusting position for zone mech_41_1 to (170.5, 1.6, -107.1)
[Info :DanW-QuestingBots] Found trigger mech_41_1 for quest: The Courier
[Info :DanW-QuestingBots] Found trigger room214 for quest: Shaking up the Teller
[Info :DanW-QuestingBots] Found trigger vremyan_case for quest: The Extortionist
[Info :DanW-QuestingBots] Adjusting position for zone mech_41_2 to (425.0, 1.6, 28.4)
[Info :DanW-QuestingBots] Found trigger mech_41_2 for quest: The Courier
[Info :DanW-QuestingBots] Found trigger extraction_zone_zibbo for quest: Golden Swag
[Info :DanW-QuestingBots] Adjusting position for zone fuel1 to (429.9, 1.8, 16.2)
[Info :DanW-QuestingBots] Found trigger fuel1 for quest: BP Depot
[Info :DanW-QuestingBots] Found trigger dead_posylni for quest: The Extortionist
[Info :DanW-QuestingBots] Adjusting position for zone fuel2 to (101.4, 1.9, -14.1)
[Info :DanW-QuestingBots] Found trigger fuel2 for quest: BP Depot
[Info :DanW-QuestingBots] Found trigger place_peacemaker_002_N2 for quest: Tigr Safari
[Info :DanW-QuestingBots] Found trigger Q019_3 for quest: Bullshit
[Info :DanW-QuestingBots] Found trigger room114 for quest: Pharmacist
[Info :DanW-QuestingBots] Adjusting position for zone prapor_27_1 to (202.7, -3.5, -126.8)
[Error :DanW-QuestingBots] Cannot find NavMesh point for trigger prapor_27_1
[Info :DanW-QuestingBots] Adjusting position for zone prapor_27_1 to (202.7, -3.5, -126.8)
[Error :DanW-QuestingBots] Cannot find NavMesh point for trigger prapor_27_1
[Info :DanW-QuestingBots] Found trigger vaz_feld for quest: Pharmacist
[Info :DanW-QuestingBots] Found trigger bomj_place for quest: Chemical - Part 1
[Info :DanW-QuestingBots] Adjusting position for zone huntsman_020 to (201.2, -2.4, 154.5)
[Info :DanW-QuestingBots] Found trigger huntsman_020 for quest: The Huntsman Path - Evil Watchman
[Info :DanW-QuestingBots] Found trigger place_peacemaker_007_N1 for quest: The Cult - Part 2
[Info :DanW-QuestingBots] Adjusting position for zone fuel3 to (335.0, 1.9, -190.0)
[Info :DanW-QuestingBots] Found trigger fuel3 for quest: BP Depot
[Info :DanW-QuestingBots] Found trigger place_SADOVOD_03 for quest: Farming - Part 3
[Info :DanW-QuestingBots] Adjusting position for zone place_peacemaker_002_N3 to (17.9, -0.4, 0.4)
[Info :DanW-QuestingBots] Found trigger place_peacemaker_002_N3 for quest: Tigr Safari
[Info :DanW-QuestingBots] Found trigger room206_water for quest: Operation Aquarius - Part 1
[Info :DanW-QuestingBots] Found trigger place_skier_11_2 for quest: Informed Means Armed
[Warning:DanW-QuestingBots] Waiting for ProcessTrigger until next frame...done. (Cycle times: 8, 6, 6, 6, 7, 6, 7, 6, 7, 12, 0, Total time: 337)
[Error :DanW-QuestingBots] Cannot find NavMesh point for quest item Bronze pocket watch on a chain
[Warning:DanW-QuestingBots] Waiting for LocateQuestItems until next frame... (Cycle times: 7, Total time: 7)
[Info :DanW-QuestingBots] Found Secure Folder 0022 for quest Delivery from the Past
[Info :DanW-QuestingBots] Found Secure Folder 0031 for quest Bad Rep Evidence
[Info :DanW-QuestingBots] Found Bank case for quest Shaking up the Teller
[Info :DanW-QuestingBots] Found Carbon case for quest Pharmacist
[Info :DanW-QuestingBots] Found Secure Folder 0048 for quest The Extortionist
[Info :DanW-QuestingBots] Found Golden Zibbo lighter for quest Golden Swag
[Info :DanW-QuestingBots] Found Secure Folder 0013 for quest Chemical - Part 1
[Info :DanW-QuestingBots] Found Sliderkey Secure Flash drive for quest Chemical - Part 2
[Info :DanW-QuestingBots] Found Sealed letter with a TG logo for quest Chemical - Part 2
[Info :DanW-QuestingBots] Found Secure Folder 0013 for quest Cargo X - Part 2
[Info :DanW-QuestingBots] Found Package of graphics cards for quest Farming - Part 3
[Info :DanW-QuestingBots] Found Flash drive with fake info for quest Bullshit
[Info :DanW-QuestingBots] Found Picture 7 for quest Out of Time
[Warning:DanW-QuestingBots] Waiting for LocateQuestItems until next frame...done. (Cycle times: 7, 6, 8, 6, 7, 6, 6, 4, Total time: 199)
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/QuestingBots/GetLoggingPath
[Warning:DanW-QuestingBots] Waiting for LoadQuest until next frame... (Cycle times: 6, Total time: 6)
[Error :DanW-QuestingBots] Aborting coroutine iteration for SPTQuestingBots.Models.Quest
[Error :DanW-QuestingBots] System.NullReferenceException: Object reference not set to an instance of an object
at SPTQuestingBots.Controllers.BotQuestController.LoadQuest (SPTQuestingBots.Models.Quest quest) [0x0000f] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.CoroutineExtensions.EnumeratorWithTimeLimit+<>c__DisplayClass2_0`1[TItem].<Run>b__0 (TItem item) [0x00001] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.CoroutineExtensions.EnumeratorWithTimeLimit+<Run_Internal>d__9`1[TItem].MoveNext () [0x0008b] in <492d310867114f719fe9c1dc903f85b6>:0
[Error :DanW-QuestingBots] Aborting coroutine iteration for SPTQuestingBots.Models.Quest
[Error :DanW-QuestingBots] System.NullReferenceException: Object reference not set to an instance of an object
at SPTQuestingBots.Controllers.BotQuestController.LoadQuest (SPTQuestingBots.Models.Quest quest) [0x0000f] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.CoroutineExtensions.EnumeratorWithTimeLimit+<>c__DisplayClass2_0`1[TItem].<Run>b__0 (TItem item) [0x00001] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.CoroutineExtensions.EnumeratorWithTimeLimit+<Run_Internal>d__9`1[TItem].MoveNext () [0x0008b] in <492d310867114f719fe9c1dc903f85b6>:0
[Warning:DanW-QuestingBots] Waiting for LoadQuest until next frame...done. (Cycle times: 6, 6, 6, 7, 6, 6, 6, 7, 0, Total time: 388)
[Info :DanW-QuestingBots] Adjusting position for zone prapor_27_1 to (202.7, -3.5, -126.8)
[Error :DanW-QuestingBots] Cannot find NavMesh point for trigger prapor_27_1
[Info :DanW-QuestingBots] Adjusting position for zone prapor_27_1 to (202.7, -3.5, -126.8)
[Error :DanW-QuestingBots] Cannot find NavMesh point for trigger prapor_27_1
[Warning:DanW-QuestingBots] Waiting for ProcessTrigger until next frame... (Cycle times: 6, Total time: 6)
[Warning:DanW-QuestingBots] Waiting for ProcessTrigger until next frame...done. (Cycle times: 6, 1, Total time: 24)
[Error :DanW-QuestingBots] Cannot find NavMesh point for quest item Bronze pocket watch on a chain
[Warning:DanW-QuestingBots] Waiting for LocateQuestItems until next frame... (Cycle times: 6, Total time: 6)
[Error :DanW-QuestingBots] Aborting coroutine iteration for SPTQuestingBots.Models.Quest
[Error :DanW-QuestingBots] System.NullReferenceException: Object reference not set to an instance of an object
at SPTQuestingBots.Controllers.BotQuestController.LocateQuestItems (SPTQuestingBots.Models.Quest quest, System.Collections.Generic.IEnumerable`1[T] allLoot) [0x00009] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.CoroutineExtensions.EnumeratorWithTimeLimit+<>c__DisplayClass3_0`2[TItem,T1].<Run>b__0 (TItem item) [0x00001] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.CoroutineExtensions.EnumeratorWithTimeLimit+<Run_Internal>d__9`1[TItem].MoveNext () [0x0008b] in <492d310867114f719fe9c1dc903f85b6>:0
[Error :DanW-QuestingBots] Aborting coroutine iteration for SPTQuestingBots.Models.Quest
[Error :DanW-QuestingBots] System.NullReferenceException: Object reference not set to an instance of an object
at SPTQuestingBots.Controllers.BotQuestController.LocateQuestItems (SPTQuestingBots.Models.Quest quest, System.Collections.Generic.IEnumerable`1[T] allLoot) [0x00009] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.CoroutineExtensions.EnumeratorWithTimeLimit+<>c__DisplayClass3_0`2[TItem,T1].<Run>b__0 (TItem item) [0x00001] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.CoroutineExtensions.EnumeratorWithTimeLimit+<Run_Internal>d__9`1[TItem].MoveNext () [0x0008b] in <492d310867114f719fe9c1dc903f85b6>:0
[Warning:DanW-QuestingBots] Waiting for LocateQuestItems until next frame...done. (Cycle times: 6, 6, 6, 0, Total time: 68)
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/QuestingBots/GetLoggingPath
[Info :RequestHandler] Request was successful
[Info :DanW-QuestingBots] Loading custom quests...
[Info :DanW-QuestingBots] Loading custom quests...found 46 custom quests.
[Info :DanW-QuestingBots] Finished loading quest data.
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singleplayer/airdrop/config
[Info :RequestHandler] Request was successful
[Info :ModulePatch] 17:46:10 Loading bot: PoppleO profile from server. Role: sptBear Side: Bear
[Info :ModulePatch] 17:46:10 Loading bot: Tron profile from server. Role: sptUsec Side: Usec
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [5379.064] Percentage of Raid Remaining: [100]. Total Raid Seconds: [5400] Found: [0] ScavExfils and [0] PMC Exfils to be used.]
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singlepl…ngs/bot/getBotBehaviours/
[Info :RequestHandler] Request was successful
[Warning:ModulePatch] Cached ai brain weights in client
[Warning:ModulePatch] Updated spt bot Tron: sptUsec to use: pmcBot brain
[Info :DanW-QuestingBots] Initial spawn type for bot Tron: sptUsec
[Info :DanW-QuestingBots] Setting objective for PMC Tron (Brain type: PMC)
[Info :DanW-QuestingBots] Bot Tron has accepted objective Zone gazel for quest Chemical - Part 4
[Info :ModulePatch] 17:46:20 Loading bot: cinna.toastie profile from server. Role: sptUsec Side: Usec
[Warning:DanW-QuestingBots] Bot Tron cannot find a complete path to its objective (Zone gazel for quest Chemical - Part 4). Trying anyway. Distance from end of path to objective: 18.38126
[Warning:ModulePatch] Updated spt bot PoppleO: sptBear to use: pmcBot brain
[Info :DanW-QuestingBots] Initial spawn type for bot PoppleO: sptBear
[Info :DanW-QuestingBots] Setting objective for PMC PoppleO (Brain type: PMC)
[Info :DanW-QuestingBots] Bot PoppleO has accepted objective Zone dead_posylni for quest The Extortionist
[Warning:DanW-QuestingBots] Bot PoppleO cannot find a complete path to its objective (Zone dead_posylni for quest The Extortionist). Trying anyway. Distance from end of path to objective: 168.3056
[Warning:ModulePatch] Updated spt bot cinna.toastie: sptUsec to use: pmcBot brain
[Info :DanW-QuestingBots] Initial spawn type for bot cinna.toastie: sptUsec
[Info :DanW-QuestingBots] Setting objective for PMC cinna.toastie (Brain type: PMC)
[Info :DanW-QuestingBots] Bot cinna.toastie has accepted objective Zone extraction_zone_zibbo for quest Golden Swag
[Info :ModulePatch] 17:46:26 Loading bot: Bingus profile from server. Role: sptUsec Side: Usec
[Warning:DanW-QuestingBots] Bot cinna.toastie cannot find a complete path to its objective (Zone extraction_zone_zibbo for quest Golden Swag). Trying anyway. Distance from end of path to objective: 471.625
[Warning:ModulePatch] Updated spt bot Bingus: sptUsec to use: pmcBot brain
[Info :DanW-QuestingBots] Initial spawn type for bot Bingus: sptUsec
[Info :DanW-QuestingBots] Setting objective for PMC Bingus (Brain type: PMC)
[Info :DanW-QuestingBots] Bot Bingus has accepted objective Admin Gate: Objective #1 for quest Admin Gate
[Info :ModulePatch] 17:46:34 Loading bot: Sarix profile from server. Role: sptBear Side: Bear
[Info :ModulePatch] 17:46:35 Loading bot: Дамирка Щачло profile from server. Role: assault Side: Savage
[Info :ModulePatch] 17:46:35 Loading bot: Феликс Монгол profile from server. Role: assault Side: Savage
[Info :ModulePatch] 17:46:35 Loading bot: Толя Веник profile from server. Role: assault Side: Savage
[Info :ModulePatch] 17:46:35 Loading bot: Костыль Печенег profile from server. Role: assault Side: Savage
[Info :ModulePatch] 17:46:38 Loading bot: CouponBugDotCom profile from server. Role: sptBear Side: Bear
[Info :DanW-QuestingBots] Bot Bingus is now a follower for cinna.toastie
[Warning:ModulePatch] Updated assault bot to use: assault brain
[Info :DanW-QuestingBots] Initial spawn type for bot Феликс Монгол: assault
[Warning:ModulePatch] Updated spt bot Sarix: sptBear to use: pmcBot brain
[Info :DanW-QuestingBots] Initial spawn type for bot Sarix: sptBear
[Info :DanW-QuestingBots] Setting objective for PMC Sarix (Brain type: PMC)
[Info :DanW-QuestingBots] Bot Sarix has accepted objective Zone fuel4 for quest BP Depot
[Info :ModulePatch] 17:46:44 Loading bot: Dueleus profile from server. Role: sptBear Side: Bear
[Info :ModulePatch] 17:46:44 Loading bot: OXIdiezd profile from server. Role: sptUsec Side: Usec
[Warning:ModulePatch] Updated assault bot to use: assault brain
[Info :DanW-QuestingBots] Initial spawn type for bot Костыль Печенег: assault
[Warning:DanW-QuestingBots] Bot Sarix cannot find a complete path to its objective (Zone fuel4 for quest BP Depot). Trying anyway. Distance from end of path to objective: 304.6243
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [5348.802] Percentage of Raid Remaining: [99]. Total Raid Seconds: [5400] Found: [5] ScavExfils and [2] PMC Exfils to be used.]
[Warning:ModulePatch] Updated assault bot to use: assault brain
[Info :DanW-QuestingBots] Initial spawn type for bot Толя Веник: assault
[Warning:ModulePatch] Updated spt bot Dueleus: sptBear to use: pmcBot brain
[Info :DanW-QuestingBots] Initial spawn type for bot Dueleus: sptBear
[Info :DanW-QuestingBots] Setting objective for PMC Dueleus (Brain type: PMC)
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Zone huntsman_020 for quest The Huntsman Path - Evil Watchman
[Info :ModulePatch] 17:46:49 Loading bot: MissingInAction profile from server. Role: sptUsec Side: Usec
[Info :DanW-QuestingBots] Bot Dueleus reached its objective (Zone huntsman_020 for quest The Huntsman Path - Evil Watchman).
[Info :DanW-QuestingBots] Bot Dueleus is now a follower for Sarix
[Warning:ModulePatch] Updated spt bot CouponBugDotCom: sptBear to use: pmcBot brain
[Info :DanW-QuestingBots] Initial spawn type for bot CouponBugDotCom: sptBear
[Info :DanW-QuestingBots] Setting objective for PMC CouponBugDotCom (Brain type: PMC)
[Info :DanW-QuestingBots] Bot CouponBugDotCom has accepted objective Dorms 3 Story: Objective #11 for quest Dorms 3 Story
[Warning:DanW-QuestingBots] Bot CouponBugDotCom cannot find a complete path to its objective (Dorms 3 Story: Objective #11 for quest Dorms 3 Story). Trying anyway. Distance from end of path to objective: 4.495427
[Warning:ModulePatch] Updated spt bot OXIdiezd: sptUsec to use: pmcBot brain
[Info :DanW-QuestingBots] Initial spawn type for bot OXIdiezd: sptUsec
[Info :DanW-QuestingBots] Setting objective for PMC OXIdiezd (Brain type: PMC)
[Info :DanW-QuestingBots] Bot OXIdiezd has accepted objective Zone vaz_feld for quest Pharmacist
[Warning:DanW-QuestingBots] Bot OXIdiezd cannot find a complete path to its objective (Zone vaz_feld for quest Pharmacist). Trying anyway. Distance from end of path to objective: 510.362
[Info :ModulePatch] 17:47:03 Loading bot: Эльдар Морисбудиш profile from server. Role: assault Side: Savage
[Info :DanW-QuestingBots] OXIdiezd doesn't like you anymore
[Info :ModulePatch] 17:47:04 Loading bot: Kronzky profile from server. Role: sptUsec Side: Usec
[Warning:ModulePatch] Updated spt bot MissingInAction: sptUsec to use: pmcBot brain
[Info :DanW-QuestingBots] Initial spawn type for bot MissingInAction: sptUsec
[Info :DanW-QuestingBots] Setting objective for PMC MissingInAction (Brain type: PMC)
[Info :DanW-QuestingBots] Bot MissingInAction has accepted objective Zone Q019_3 for quest Bullshit
[Warning:DanW-QuestingBots] Bot MissingInAction cannot find a complete path to its objective (Zone Q019_3 for quest Bullshit). Trying anyway. Distance from end of path to objective: 6.484366
[Warning:ModulePatch] Updated assault bot to use: assault brain
[Info :DanW-QuestingBots] Initial spawn type for bot Эльдар Морисбудиш: assault
[Warning:ModulePatch] Updated spt bot Kronzky: sptUsec to use: pmcBot brain
[Info :DanW-QuestingBots] Initial spawn type for bot Kronzky: sptUsec
[Info :DanW-QuestingBots] Setting objective for PMC Kronzky (Brain type: PMC)
[Info :DanW-QuestingBots] Bot Kronzky has accepted objective Zone room206_water for quest Operation Aquarius - Part 1
[Warning:DanW-QuestingBots] Bot Kronzky cannot find a complete path to its objective (Zone room206_water for quest Operation Aquarius - Part 1). Trying anyway. Distance from end of path to objective: 4.916541
[Info :DanW-QuestingBots] Kronzky doesn't like you anymore
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [5318.683] Percentage of Raid Remaining: [98]. Total Raid Seconds: [5400] Found: [7] ScavExfils and [6] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot MissingInAction needs to heal
[Info :DanW-QuestingBots] Bot Tron cannot find a complete path to its objective (Zone gazel for quest Chemical - Part 4). Got close enough. Remaining distance to objective: 10.43224
[Info :ExtractLayer] [.ExtractFromInjury.IsActive]: [[Bot6] Is Moving to Extract because of heavy injury and lack of healing items.]
[Info :DanW-QuestingBots] Bot Sarix is no longer allowed to quest.
[Warning:DanW-QuestingBots] Bot Sarix wants to extract and will no longer quest.
[Info :DanW-QuestingBots] Sarix (PMC) was killed by Ashuriel (PMC). Initial PMC's remaining: 0
[Info :DanW-QuestingBots] Boss Sarix is now dead.
[Warning:DanW-QuestingBots] Could not find another objective for bot Dueleus for quest The Huntsman Path - Evil Watchman
[Info :ModulePatch] 17:47:26 Loading bot: Kilgor616 profile from server. Role: sptBear Side: Bear
[Warning:DanW-QuestingBots] Could not find another objective for bot Tron for quest Chemical - Part 4
[Info :DanW-QuestingBots] Bot Tron has accepted objective Spawn Point (109.9, 1.2, -109.8) for quest Spawn Points
[Info :DanW-QuestingBots] Bot Tron spent 10.315s at it's final position for Position (480.8, 4.8, -76.7)
[Warning:DanW-QuestingBots] Bot Tron cannot find a complete path to its objective (Spawn Point (109.9, 1.2, -109.8) for quest Spawn Points). Trying anyway. Distance from end of path to objective: 201.8838
[Warning:ModulePatch] Updated spt bot Kilgor616: sptBear to use: pmcBot brain
[Info :DanW-QuestingBots] Initial spawn type for bot Kilgor616: sptBear
[Info :DanW-QuestingBots] Setting objective for PMC Kilgor616 (Brain type: PMC)
[Info :DanW-QuestingBots] Bot Kilgor616 has accepted objective Zone gazel for quest Big Customer
[Info :ModulePatch] 17:47:34 Loading bot: Веня Пипетка profile from server. Role: assault Side: Savage
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [5288.48] Percentage of Raid Remaining: [98]. Total Raid Seconds: [5400] Found: [7] ScavExfils and [6] PMC Exfils to be used.]
[Warning:ModulePatch] Updated assault bot to use: assault brain
[Info :DanW-QuestingBots] Initial spawn type for bot Веня Пипетка: assault
[Info :ModulePatch] 17:47:48 Loading bot: Dirtbikercj profile from server. Role: sptBear Side: Bear
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Dorms 3 Story: Objective #8 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dueleus spent 54.767s at it's final position for Position (201.2, -0.8, 154.5)
[Warning:ModulePatch] Updated spt bot Dirtbikercj: sptBear to use: pmcBot brain
[Info :DanW-QuestingBots] Initial spawn type for bot Dirtbikercj: sptBear
[Info :DanW-QuestingBots] Setting objective for PMC Dirtbikercj (Brain type: PMC)
[Info :DanW-QuestingBots] Bot Dirtbikercj has accepted objective Power Switch: Objective #1 for quest Power Switch
[Warning:DanW-QuestingBots] Bot Kilgor616 cannot find a complete path to its objective (Zone gazel for quest Big Customer). Trying anyway. Distance from end of path to objective: 139.3941
[Info :DanW-QuestingBots] Bot CouponBugDotCom cannot heal
[Info :DanW-QuestingBots] CouponBugDotCom (PMC) was killed by MissingInAction (PMC). Initial PMC's remaining: 0
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [5257.56] Percentage of Raid Remaining: [97]. Total Raid Seconds: [5400] Found: [10] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot PoppleO reached its objective (Zone dead_posylni for quest The Extortionist).
[Info :DanW-QuestingBots] Bot PoppleO has accepted objective Item Secure Folder 0048 for quest The Extortionist
[Info :DanW-QuestingBots] Bot PoppleO spent 10.005s at it's final position for Zone dead_posylni for quest The Extortionist
[Warning:DanW-QuestingBots] Bot PoppleO cannot find a complete path to its objective (Item Secure Folder 0048 for quest The Extortionist). Trying anyway. Distance from end of path to objective: 66.84928
[Info :ModulePatch] 17:48:46 Loading bot: Феоктист Шайтан (kmyuhkyuk) profile from server. Role: assault Side: Savage
[Info :ModulePatch] 17:48:46 Loading bot: Ботир Водолаз profile from server. Role: assault Side: Savage
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [5226.672] Percentage of Raid Remaining: [97]. Total Raid Seconds: [5400] Found: [10] ScavExfils and [7] PMC Exfils to be used.]
[Warning:SAINBotUnstuckClass] [.Update.Update]: [[Bot17] has been stuck for [1.010986] seconds on [Lod1_door_R_BALLISTIC_metal_thin] object at [(355.5, 2.3, -33.6)] with Current Decision as [RunToCover]]
[Info :DanW-QuestingBots] Bot Dirtbikercj reached its objective (Power Switch: Objective #1 for quest Power Switch).
[Info :DanW-QuestingBots] Initial spawn type for bot Феоктист Шайтан (kmyuhkyuk): assault
[Info :ModulePatch] 17:49:02 Loading bot: Тёма Стиляга profile from server. Role: assault Side: Savage
[Info :DanW-QuestingBots] Bot cinna.toastie needs to heal
[Info :DanW-QuestingBots] Kronzky (PMC) was killed by Эльдар Морисбудиш (Scav). Initial PMC's remaining: 0
[Info :DanW-QuestingBots] cinna.toastie (PMC) was killed by MissingInAction (PMC). Initial PMC's remaining: 0
[Info :DanW-QuestingBots] Boss cinna.toastie is now dead.
[Info :DanW-QuestingBots] Bot Dueleus reached its objective (Dorms 3 Story: Objective #8 for quest Dorms 3 Story).
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [5195.984] Percentage of Raid Remaining: [96]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Dorms 3 Story: Objective #6 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dueleus spent 10.101s at it's final position for Dorms 3 Story: Objective #8 for quest Dorms 3 Story
[Warning:DanW-QuestingBots] Could not find another objective for bot Dirtbikercj for quest Power Switch
[Info :DanW-QuestingBots] Bot Dirtbikercj has accepted objective Dorms 2 Story: Objective #7 for quest Dorms 2 Story
[Info :DanW-QuestingBots] Bot Dirtbikercj spent 33.918s at it's final position for Position (352.2, 1.2, -39.1)
[Warning:DanW-QuestingBots] Bot Dirtbikercj cannot find a complete path to its objective (Dorms 2 Story: Objective #7 for quest Dorms 2 Story). Trying anyway. Distance from end of path to objective: 190.1969
[Info :DanW-QuestingBots] Bot Dueleus reached its objective (Dorms 3 Story: Objective #6 for quest Dorms 3 Story).
[Warning:DanW-QuestingBots] Bot Bingus cannot find a complete path to its objective (Admin Gate: Objective #1 for quest Admin Gate). Trying anyway. Distance from end of path to objective: 265.7513
[Warning:DanW-QuestingBots] Bot Dirtbikercj cannot find a complete path to its objective (Dorms 2 Story: Objective #7 for quest Dorms 2 Story). Giving up. Remaining distance to objective: 199.8155
[Info :DanW-QuestingBots] Kilgor616 (PMC) was killed by Ashuriel (PMC). Initial PMC's remaining: 0
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [5164.8] Percentage of Raid Remaining: [96]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Костыль Печенег (Scav) was killed by Dirtbikercj (PMC). Initial PMC's remaining: 0
[Info :DanW-QuestingBots] Bot PoppleO needs to heal
[Warning:ModulePatch] Updated assault bot to use: assault brain
[Info :DanW-QuestingBots] Initial spawn type for bot Тёма Стиляга: assault
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Dorms 3 Story: Objective #9 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dueleus spent 41.023s at it's final position for Dorms 3 Story: Objective #6 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Тёма Стиляга is now a follower for Феоктист Шайтан (kmyuhkyuk)
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [5132.954] Percentage of Raid Remaining: [95]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot Tron reached its objective (Spawn Point (109.9, 1.2, -109.8) for quest Spawn Points).
[Warning:ModulePatch] Updated assault bot to use: assault brain
[Info :DanW-QuestingBots] Initial spawn type for bot Ботир Водолаз: assault
[Info :DanW-QuestingBots] Bot Tron has accepted objective Spawn Point (481.1, 2.7, -79.2) for quest Spawn Points
[Info :DanW-QuestingBots] Bot Tron spent 10.218s at it's final position for Spawn Point (109.9, 1.2, -109.8) for quest Spawn Points
[Warning:DanW-QuestingBots] Bot Tron cannot find a complete path to its objective (Spawn Point (481.1, 2.7, -79.2) for quest Spawn Points). Trying anyway. Distance from end of path to objective: 159.1741
[Info :DanW-QuestingBots] Bot Dueleus reached its objective (Dorms 3 Story: Objective #9 for quest Dorms 3 Story).
[Info :DanW-QuestingBots] Bot Bingus needs to heal
[Info :DanW-QuestingBots] Bingus (PMC) was killed by Феликс Монгол (Scav). Initial PMC's remaining: 0
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Dorms 3 Story: Objective #14 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dueleus spent 10.191s at it's final position for Dorms 3 Story: Objective #9 for quest Dorms 3 Story
[Warning:DanW-QuestingBots] Bot Dueleus cannot find a complete path to its objective (Dorms 3 Story: Objective #14 for quest Dorms 3 Story). Trying anyway. Distance from end of path to objective: 3.011868
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [5101.174] Percentage of Raid Remaining: [94]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot Dueleus cannot find a complete path to its objective (Dorms 3 Story: Objective #14 for quest Dorms 3 Story). Got close enough. Remaining distance to objective: 10.36915
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Dorms 3 Story: Objective #7 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dueleus spent 10.218s at it's final position for Dorms 3 Story: Objective #14 for quest Dorms 3 Story
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [5068.27] Percentage of Raid Remaining: [94]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot Dirtbikercj has accepted objective Dorms 2 Story: Objective #6 for quest Dorms 2 Story
[Info :DanW-QuestingBots] Bot Dirtbikercj is stuck and will get a new objective.
[Warning:DanW-QuestingBots] Bot Dirtbikercj cannot find a complete path to its objective (Dorms 2 Story: Objective #6 for quest Dorms 2 Story). Trying anyway. Distance from end of path to objective: 180.4538
[Info :DanW-QuestingBots] Bot Dueleus reached its objective (Dorms 3 Story: Objective #7 for quest Dorms 3 Story).
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Dorms 3 Story: Objective #2 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dueleus spent 10.15s at it's final position for Dorms 3 Story: Objective #7 for quest Dorms 3 Story
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [5033.777] Percentage of Raid Remaining: [93]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot Dueleus reached its objective (Dorms 3 Story: Objective #2 for quest Dorms 3 Story).
[Warning:DanW-QuestingBots] Bot Dirtbikercj cannot find a complete path to its objective (Dorms 2 Story: Objective #6 for quest Dorms 2 Story). Giving up. Remaining distance to objective: 188.9823
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Dorms 3 Story: Objective #1 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dueleus spent 10.277s at it's final position for Dorms 3 Story: Objective #2 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dueleus reached its objective (Dorms 3 Story: Objective #1 for quest Dorms 3 Story).
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [4998.081] Percentage of Raid Remaining: [93]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot OXIdiezd needs to heal
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Dorms 3 Story: Objective #4 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dueleus spent 10.249s at it's final position for Dorms 3 Story: Objective #1 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dirtbikercj has accepted objective Dorms 2 Story: Objective #9 for quest Dorms 2 Story
[Info :DanW-QuestingBots] Bot Dirtbikercj is stuck and will get a new objective.
[Warning:DanW-QuestingBots] Bot Dirtbikercj cannot find a complete path to its objective (Dorms 2 Story: Objective #9 for quest Dorms 2 Story). Giving up. Remaining distance to objective: 166.956
[Info :DanW-QuestingBots] Bot Tron reached its objective (Spawn Point (481.1, 2.7, -79.2) for quest Spawn Points).
[Info :DanW-QuestingBots] Bot Dueleus reached its objective (Dorms 3 Story: Objective #4 for quest Dorms 3 Story).
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [4960.141] Percentage of Raid Remaining: [92]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot Tron has accepted objective Spawn Point (657.8, 1.1, -134.8) for quest Spawn Points
[Info :DanW-QuestingBots] Bot Tron spent 10.032s at it's final position for Spawn Point (481.1, 2.7, -79.2) for quest Spawn Points
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Dorms 3 Story: Objective #3 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dueleus spent 10.264s at it's final position for Dorms 3 Story: Objective #4 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Феоктист Шайтан (kmyuhkyuk) (Scav) was killed by MissingInAction (PMC). Initial PMC's remaining: 0
[Info :DanW-QuestingBots] Boss Феоктист Шайтан (kmyuhkyuk) is now dead.
[Info :DanW-QuestingBots] Bot Tron needs to heal
[Info :DanW-QuestingBots] Bot Dueleus reached its objective (Dorms 3 Story: Objective #3 for quest Dorms 3 Story).
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [4926.764] Percentage of Raid Remaining: [91]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot Tron is now able-bodied.
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Dorms 3 Story: Objective #13 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dueleus spent 10.21s at it's final position for Dorms 3 Story: Objective #3 for quest Dorms 3 Story
[Info :DanW-QuestingBots] Толя Веник (Scav) was killed by Ashuriel (PMC). Initial PMC's remaining: 0
[Info :DanW-QuestingBots] Bot Dirtbikercj has accepted objective Dorms 2 Story: Objective #8 for quest Dorms 2 Story
[Info :DanW-QuestingBots] Bot Dirtbikercj is stuck and will get a new objective.
[Warning:DanW-QuestingBots] Bot Dirtbikercj cannot find a complete path to its objective (Dorms 2 Story: Objective #8 for quest Dorms 2 Story). Trying anyway. Distance from end of path to objective: 185.5798
[Info :DanW-QuestingBots] Bot Dueleus reached its objective (Dorms 3 Story: Objective #13 for quest Dorms 3 Story).
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [4893.292] Percentage of Raid Remaining: [91]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Warning:DanW-QuestingBots] Bot Dueleus has spent 308.5065835 on quest Dorms 3 Story and will choose another one.
[Warning:DanW-QuestingBots] Could not find another objective for bot Dueleus for quest Dorms 3 Story
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Checkpoint: Objective #2 for quest Checkpoint
[Info :DanW-QuestingBots] Bot Dueleus spent 10.57s at it's final position for Position (194.3, 2.8, 179.4)
[Warning:DanW-QuestingBots] Bot Dueleus cannot find a complete path to its objective (Checkpoint: Objective #2 for quest Checkpoint). Trying anyway. Distance from end of path to objective: 132.3005
[Warning:DanW-QuestingBots] Bot Dirtbikercj cannot find a complete path to its objective (Dorms 2 Story: Objective #8 for quest Dorms 2 Story). Giving up. Remaining distance to objective: 193.7398
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [4859.449] Percentage of Raid Remaining: [90]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot Dirtbikercj has accepted objective Dorms 2 Story: Objective #4 for quest Dorms 2 Story
[Info :DanW-QuestingBots] Bot Dirtbikercj is stuck and will get a new objective.
[Warning:DanW-QuestingBots] Bot Dirtbikercj cannot find a complete path to its objective (Dorms 2 Story: Objective #4 for quest Dorms 2 Story). Giving up. Remaining distance to objective: 175.677
[Info :DanW-QuestingBots] Bot Tron reached its objective (Spawn Point (657.8, 1.1, -134.8) for quest Spawn Points).
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [4825.585] Percentage of Raid Remaining: [89]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Warning:DanW-QuestingBots] Bot Tron has spent 307.0481085 on quest Spawn Points and will choose another one.
[Warning:DanW-QuestingBots] Could not find another objective for bot Tron for quest Spawn Points
[Info :DanW-QuestingBots] Bot Tron has accepted objective Fortress: Objective #7 for quest Fortress
[Info :DanW-QuestingBots] Bot Tron spent 10.718s at it's final position for Position (657.8, 1.1, -134.8)
[Warning:DanW-QuestingBots] Bot Tron cannot find a complete path to its objective (Fortress: Objective #7 for quest Fortress). Trying anyway. Distance from end of path to objective: 279.9278
[Info :DanW-QuestingBots] Bot Tron needs to heal
[Info :DanW-QuestingBots] Tron (PMC) was killed by Ashuriel (PMC). Initial PMC's remaining: 0
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [4790.982] Percentage of Raid Remaining: [89]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot Dirtbikercj has accepted objective Dorms 2 Story: Objective #1 for quest Dorms 2 Story
[Info :DanW-QuestingBots] Bot Dirtbikercj is stuck and will get a new objective.
[Warning:DanW-QuestingBots] Bot Dirtbikercj cannot find a complete path to its objective (Dorms 2 Story: Objective #1 for quest Dorms 2 Story). Trying anyway. Distance from end of path to objective: 174.1024
[Info :DanW-QuestingBots] Bot Dueleus cannot find a complete path to its objective (Checkpoint: Objective #2 for quest Checkpoint). Got close enough. Remaining distance to objective: 11.37457
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Checkpoint: Objective #1 for quest Checkpoint
[Info :DanW-QuestingBots] Bot Dueleus spent 10.311s at it's final position for Checkpoint: Objective #2 for quest Checkpoint
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [4755.153] Percentage of Raid Remaining: [88]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot Dueleus reached its objective (Checkpoint: Objective #1 for quest Checkpoint).
[Warning:DanW-QuestingBots] Could not find another objective for bot Dueleus for quest Checkpoint
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Flash-Drive Van: Objective #1 for quest Flash-Drive Van
[Info :DanW-QuestingBots] Bot Dueleus spent 10.522s at it's final position for Position (577.9, -0.5, -3.5)
[Warning:DanW-QuestingBots] Bot Dirtbikercj cannot find a complete path to its objective (Dorms 2 Story: Objective #1 for quest Dorms 2 Story). Giving up. Remaining distance to objective: 182.6212
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [4717.086] Percentage of Raid Remaining: [87]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot Dirtbikercj has accepted objective Dorms 2 Story: Objective #2 for quest Dorms 2 Story
[Info :DanW-QuestingBots] Bot Dirtbikercj is stuck and will get a new objective.
[Warning:DanW-QuestingBots] Bot Dirtbikercj cannot find a complete path to its objective (Dorms 2 Story: Objective #2 for quest Dorms 2 Story). Giving up. Remaining distance to objective: 176.8801
[Info :DanW-QuestingBots] Bot Dueleus reached its objective (Flash-Drive Van: Objective #1 for quest Flash-Drive Van).
[Warning:DanW-QuestingBots] Could not find another objective for bot Dueleus for quest Flash-Drive Van
[Info :DanW-QuestingBots] Bot Dueleus has accepted objective Spawn Point (5.9, 1.4, -90.5) for quest Spawn Points
[Info :DanW-QuestingBots] Bot Dueleus spent 10.577s at it's final position for Position (518.5, 1.1, -98.8)
[Warning:DanW-QuestingBots] Bot Dueleus cannot find a complete path to its objective (Spawn Point (5.9, 1.4, -90.5) for quest Spawn Points). Trying anyway. Distance from end of path to objective: 310.4018
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [4674.193] Percentage of Raid Remaining: [87]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Warning:SAINBotUnstuckClass] [.Update.Update]: [[Bot17] has been stuck for [1.083252] seconds on [ballistic] object at [(475.7, 2.8, -52.4)] with Current Decision as [RunToCover]]
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [4630.379] Percentage of Raid Remaining: [86]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :DanW-QuestingBots] Bot Dirtbikercj has accepted objective Dorms 2 Story: Objective #10 for quest Dorms 2 Story
[Info :DanW-QuestingBots] Bot Dirtbikercj is stuck and will get a new objective.
[Warning:DanW-QuestingBots] Bot Dirtbikercj cannot find a complete path to its objective (Dorms 2 Story: Objective #10 for quest Dorms 2 Story). Trying anyway. Distance from end of path to objective: 183.2924
[Info :BotExtractManager] [.Update.Update]: [Seconds Remaining in Raid: [4588.176] Percentage of Raid Remaining: [85]. Total Raid Seconds: [5400] Found: [12] ScavExfils and [7] PMC Exfils to be used.]
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/singleplayer/settings/raid/endstate
[Info :RequestHandler] Request was successful
[Info :RequestHandler] Request PUT json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/raid/profile/save
[Info :DanW-QuestingBots] Clearing cached escape times...
[Info :DanW-QuestingBots] Clearing location data...
[Info :DanW-QuestingBots] Writing quest log file...
[Info :DanW-QuestingBots] Writing quest log file...done.
[Info :MoreCheckmarks] Loading data
[Info :MoreCheckmarks] Quests
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/MoreCheckmarksRoutes/quests
[Info :RequestHandler] Request was successful
[Info :MoreCheckmarks] Items
[Info :MoreCheckmarks] Assorts
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/MoreCheckmarksRoutes/assorts
[Info :RequestHandler] Request was successful
[Info :MoreCheckmarks] Productions
[Info :RequestHandler] Request GET json: 3d8337f4de667f984aa8aea4:http://127.0.0.1:6969/MoreCheckmarksRoutes/productions
[Info :RequestHandler] Request was successful
Edit 1. I've also encountered different console error related to Questing Bots:
[Exception] : SocketException: The existing connection was abruptly closed by the remote host.
System.Net.Sockets.Socket.EndReceive (System.IAsyncResult asyncResult) (at <ef151b6abb5d474cb2c1cb8906a8b5a4>:0)
System.Net.Sockets.NetworkStream.EndRead (System.IAsyncResult asyncResult) (at <ef151b6abb5d474cb2c1cb8906a8b5a4>:0)
Rethrow as IOException: Unable to read data from the transport connection: The existing connection was abruptly closed by the remote host.
.
System.Net.Sockets.NetworkStream.EndRead (System.IAsyncResult asyncResult) (at <ef151b6abb5d474cb2c1cb8906a8b5a4>:0)
System.Net.WebConnection.ReadDone (System.IAsyncResult result) (at <ef151b6abb5d474cb2c1cb8906a8b5a4>:0)
Rethrow as WebException: Error getting response stream (ReadDone1): ReceiveFailure
System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) (at <ef151b6abb5d474cb2c1cb8906a8b5a4>:0)
System.Net.HttpWebRequest.GetResponse () (at <ef151b6abb5d474cb2c1cb8906a8b5a4>:0)
Aki.Common.Http.Request.Send (System.String url, System.String method, System.Byte[] data, System.Boolean compress, System.String mime, System.Collections.Generic.Dictionary`2[TKey,TValue] headers) (at <7a1ea226ec9e418e9fd2db30f3d58841>:0)
Aki.Common.Http.RequestHandler.GetJson (System.String path, System.Boolean hasHost) (at <7a1ea226ec9e418e9fd2db30f3d58841>:0)
SPTQuestingBots.Controllers.ConfigController.GetLoggingPath () (at <492d310867114f719fe9c1dc903f85b6>:0)
SPTQuestingBots.Controllers.ConfigController.GetCustomQuests (System.String locationID) (at <492d310867114f719fe9c1dc903f85b6>:0)
SPTQuestingBots.Controllers.BotQuestController.LoadCustomQuests () (at <492d310867114f719fe9c1dc903f85b6>:0)
SPTQuestingBots.Controllers.BotQuestController+<LoadAllQuests>d__28.MoveNext () (at <492d310867114f719fe9c1dc903f85b6>:0)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <ca21460feb9c47d0ac337b9893474cc6>:0)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
Class327:UnityEngine.ILogHandler.LogException(Exception, Object)
UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
DanW Author
Interesting, this is a new one...
Can you share the full directory path in which you've installed SPT-AKI? You can redact your name or other sensitive information if it's in there. For some reason, my server call to get that directory failed. It might be some kind of issue with your PC (firewall, anti-virus, etc.), or it might be abnormal characters in your directory path.
The first Console Error you shared in unrelated to Questing Bots, so I suspect there may be another underlying problem. At the very least, I'd double-check that all of the mods you're using are actually compatible with the version of SPT-AKI you're using.
Ashuriel
Path to the game folder is simply C:\SPT (my SSD drive). All of my mods, except ODT-item info are up to date. ODT-Item info works fine on 3.7.1 for my usage, despite it being 3.5.7 mod.
I'm currently using Windows Defender and I haven't seen anything related to SPT-AKI in it.
I've encountered that console error before I was using Questing Bots, but I can't find anywhere what can be cause of it (checked both forum and discord) and it doesn't happen often.
DanW Author
Sorry, I'm pretty stumped. Could you please try using only Questing Bots and its prereqs to see if it still happens? Otherwise, I have no idea how to reproduce it.
Zhrink
Is it possible to disable this for certain maps? It throroughly overwhelms my system on streets of tarkov.
DanW Author
You can experiment with the AI Limiter options in the F12 menu. You can use it to disable questing for bots outside of a certain radius of you. Changes should take effect within 2-3 seconds.
AtlasActual
Would there be a way to prevent questing bots from sprinting everywhere?
DanW Author
I'm slowly working on that, so it'll get better over time. For an interim solution, check out LVNKY's comment below.
AtlasActual
Thanks for the reply, could you send me the txt's that LVNKY sent you?
DanW Author
DM'ed
DanW Author
The 0.3.0 release features an option in the F12 menu to prevent bots from sprinting while they're questing. This is a stopgap for an improved system down the road, but it might work for your purposes.
Shmetus
wayyyyy too many scavs on factory. how do i turn this down?
DanW Author
The short answer: This mod doesn't affect Scav spawns at all.
The long answer: SPT adds a bunch of Scav spawns compared to live Tarkov. If you're using the PMC spawning system in this mod, you can get rid of them by adding the line this.iLocationConfig.customWaves.normal = {}; after the line this.iLocationConfig.customWaves.boss = {}; (line 306) in user\mods\DanW-SPTQuestingBots-0.2.x\src\mod.ts
FuchseWillsJa
i get this message over and over again... what does it mean?
2023-11-05 18:43:36.941 +01:00|0.13.5.3.26535|Error|Default|
EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at SPTQuestingBots.BotLogic.Objective.BotObjectiveManager.updateBotType () [0x0010a] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.BotLogic.Objective.BotObjectiveManager.Update () [0x00021] in <492d310867114f719fe9c1dc903f85b6>:0
2023-11-05 18:43:36.941 +01:00|0.13.5.3.26535|Error|Default|NullReferenceException: Object reference not set to an instance of an object
SPTQuestingBots.BotLogic.Objective.BotObjectiveManager.updateBotType () (at <492d310867114f719fe9c1dc903f85b6>:0)
SPTQuestingBots.BotLogic.Objective.BotObjectiveManager.Update () (at <492d310867114f719fe9c1dc903f85b6>:0)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
Class327:UnityEngine.ILogHandler.LogException(Exception, Object)
UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
DanW Author
This is likely related to the issue in my pinned comment above. I assume you're using SWAG+DONUTS?
FuchseWillsJa
yep... thinking about to delete SWAG
DanW Author
They're hopefully going to fix it soon, so you shouldn't have to wait too long.
nooky
@FuchseWillsJa , we may have a fix for this, can you try this swag donuts build please? https://cdn.discordapp.com/att…0e81794db6c943d6e92d990a&
FuchseWillsJa
It seems to work! Only got a small ServerMessage that my Profile is corrupted. But it works for now.
Manarail
Thanks for adding groups man this is a game changer now!!
ioulaum
2023-11-06 00:35:49.827 +13:00|0.13.5.3.26535|Error|Default|
EXCEPTION: System.InvalidOperationException: Boss Kobrakon has not been added to the follower dictionary
at SPTQuestingBots.BotLogic.HiveMind.BotHiveMindMonitor.addBossFollower (EFT.BotOwner boss, EFT.BotOwner bot) [0x00066] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.BotLogic.HiveMind.BotHiveMindMonitor.updateBosses () [0x000ad] in <492d310867114f719fe9c1dc903f85b6>:0
at SPTQuestingBots.BotLogic.HiveMind.BotHiveMindMonitor.Update () [0x00026] in <492d310867114f719fe9c1dc903f85b6>:0
It cause server crash
DanW Author
I had this bug during development, and I thought I had fixed it. I guess not.
To help me troubleshoot, please do the following:
ioulaum
Will do, and I did checked the outputlog, it seems to spamming constantly: "Kobrakon is now dead" after a killfeed log.
FYI, the crash is related to out of memery issue
DanW Author
Thanks, that was my guess. I'll check it out.
DanW Author
This should (hopefully) be fixed in the 0.3.0 release.