So the "Fallout 76" folder in "My Games" (using the Steam version) has a file called Fallout76Prefs.ini that appears to control a lot of these settings - is it possible that the Steam version of the game uses a different name than "Fallout76Custom.ini" for this file?
12 comments
Its fine to place it along side the other INI files.
The rest looks good though
Just a couple of tweaks for folks like me who store games files on another drive and have spaces in the folder name:
line 22 should be: Set F76Path=%myF76Path%
and all the rename paths should be quoted eg:
IF EXIST "%F76Path%\x3daudio1_7.dll-Disabled" rename %F76Path%\x3daudio1_7.dll-Disabled x3daudio1_7.dll
should be:
IF EXIST "%F76Path%\x3daudio1_7.dll-Disabled" rename "%F76Path%\x3daudio1_7.dll-Disabled" x3daudio1_7.dll
Applies to lines: 36, 37, 38, 64, 65 and 66