I found that the simply turning off the settings left artifacts in the weapons stats, and likely elsewhere, but that was the most obvious.
Removing the .dll seems to have fixed that. I gutted the mod.ts/mod.js files and added a few more configs for more minimum difficulty settings (scavs/raiders/rogues/bears/usec).
I deleted all unused modules, all references not used in the db.
Will do some testing. Not expecting you to maintain it, just didn't want to publish myself (as it isn't my work I'm just gutting it lol). Figured others may make use of it. However you want/don't want that to occur is fine with me.
You absolutely have to remove the .dll if you don't want to use the Attachments and Recoil Overhaul, the config option for that feature has a tool tip explaining it. As long as that's removed, and only bot-related config options are enabled, weapons should be unaffected unless something else has gone wrong. So shouldn't be necessary to gut code. I did my best to be careful with the config options and took the time to make sure you could completely play with or without the bot changes, with or without the realism changes, etc.
I really don't recommend gutting out parts, there may be sections that are needed or used by bots that you're not aware of. For example, some of the bot presets rely on changes to attachment compatibility. I can't think of anything else off the top of my head but there may be other changes you need to look for.
Problem with a stripped version of the bot changes is that there could be some things that are missed that cause issues or crashes, and as I update the bot changes, refactor the code, rebalance things...that'd just cause a mess. Also SPT 3.4.0 will break many of my changes and I'll have to likely rewrite a good bit of it anyway.
Yeah sorry about that but it's just too much hassle to maintain the two mods, it's only something I'd consider doing once I feel that the bot changes are pretty much done (and SPT stops making breaking changes to bots), but even then I may incorporate changes down the line where the bot changes depend on other changes I've made or vice versa. But again, with the config options, none of this should be necessary anyway.