
Fixing bugs and optimizing code
REQUIRESUnityToolkit
A collection of performance improvements I'm working on. I will update and include other fixes and improvements I make as I optimize things.
This has not been tested with Fika and no support will be offered to Fika users. Especially those found trying to bypass feature restrictions.
Issues? Open one here
Adds:
- AI limiter based on range, fully configurable in the F12 menu. (Disabled if Fika or Questing Bots is present)
- Dynamic optic resolution based on the active scaling mode in the EFT graphics settings. If DLSS is the mode chosen in the EFT graphic settings then its the mode the mod will use to scale the resolution when scoped in. This should vastly improve fps when using scopes. THE MODE SELECTED IN THE MOD MUST MATCH YOUR EFT GRAPHIC SETTINGS OR A FLICKER WILL HAPPEN. I CAN DO NOTHING ABOUT THIS.
- Experimental patches. These range from threading optimizations to logic optimizations. Can be disabled in the F12 menu. These may cause crashes for some. Disable it if you begin crashing.
- New Graphics Settings in the EFT Graphics settings page.
Fixes:
- The stutter on bot death (one of the most egregious issues with the 3.10 client)
https://www.youtube.com/watch?v=7C7cYgO_ySg&ab_channel=hazel
Todo:
- Attempt to thread path finding logic, this eats about 6-12ms per call to each method and can be potentially multi-threaded.
- Attempt to thread bot spawning, this should address stutters on bot spawn.
- Random fixes of broken code I come across while doing other things.
If you wish to support my work you can buy me a coffee!
SPT 3.10.5
23.5K Downloads
- Fixes bots not moving while questing bots is installed.
Unknown SPT Version
7.1K Downloads
- Fixes bots not moving while Fika is installed.
Unknown SPT Version
20.8K Downloads
Small bug fix update
- Fixes an edge case path issue if the plugin is placed inside of a sub folder of plugins
- Fixes dead bots not being able to be looted
- Reworked the sleep by count option, it is now max active bots instead of max sleeping bots to make more sense
- Features that need to be disabled for Fika are now properly disabled
Additional note: I noticed while working on this update that SAIN disables the standby layer of bots near active ones. So if your targets are not being hit, this is likely the cause. No I wont bypass it.
Unknown SPT Version
2.0K Downloads
- Adds a config option to limit the amount of max sleeping bots.
- When enabled, bots will be disabled from furthest to closest until it reaches its target
- Added new option to disable limiting sniper scavs
- Adds bot culling for disabled bots (Can be disabled). I did not cull their equipment, this was intentional. If you see floating equipment walking around it means shit is busted and you should let me know
- Adds option to disable the shadow settings
- Fixes another flicker related issue when using dynamic resolution options (This was a flicker caused by me, not one caused by switching sampling modes, I cannot fix that.)
Unknown SPT Version
5.4K Downloads
- Adds new options to the EFT graphics menu (No F12 menu😄)
- Shadow settings have tool-tips to explain what they do. These are taken directly from their documentation.
- Unknown if these will have any drastic affect for anyone, but added nonetheless.
- New resampling scalars;
0.90x
0.80x
0.70x
0.60x
- New Shadow texture resolution setting (defaulted: Medium);
Very high
high
medium
low
- New Shadow Cascade setting (defaulted: Two);
Zero
Two
Four
Unknown SPT Version
1.6K Downloads
- Fixes a flicker when using the scaling options. NOTE: If your setting does not match your in game setting it will flicker regardless. This is changing rendering settings at the engine/driver level and I can do nothing about it. From my testing with all the scaling options FSR3 seems to perform the best.
- Adds Experimental patches. Disabled by default. Requires a restart to enable or disable. These range from threading optimizations to logic optimizations.
- Threads a method responsible for updating enemy information when a bot is hit. (Experimental can be disabled(requires restart))
- Bot group updates will happen every other frame (Experimental can be disabled(requires restart))
- These options have been briefly tested with SAIN and seemed to have cause no issues. They have not been tested with Fika.
Not quite yet...