Stock swapper
Description:
This BAT script helps to swap between Stock and Modded Fallout 76 to help folks play Nuclear Winter.
Primary designed with BAKA users in mind, but can be extended for your other ba2 files (by you adding the lines)
Usage:
Run 76Swap.bat on your modded game to disable some mods
Rerun script to re-enable.
Likely need to close game in between
Language Support:
It was designed for English and may or may not work on other editions.
If it doesn’t it should be simple to modify a couple of filenames. If anyone wants to provide any alternate names, I can release them as well.
How it Works:
Looks up your 76 install path from the registry, and then it will rename common DLL mods such as SFE, Reshaders, Audio positioning to
Should be a matter of copying some of the existing lines and duplicating them in both sections w/the appropriate additional filenames.
At the moment it doesn’t rename Fallout76Custom.ini but if that is needed at some point remove the REM comments from the start of the lines.
If folks want to provide additional BA2 archives or DLL filenames, I could extend the script for them as well. Since I check for existence of each file, it should skip ones folks don’t have.
Is it safe?
BAT files are basically just text, open it in the text editor of your choice and look through it.
Game Checks:
Near as I was able to tell getting my own modded game working, it checks for injected DLLs, as well as any additional ba2 archives.
Since the base game ignores loose files, it doesn’t seem to care if you leave those (which makes it easier to update BAKA archives)