Simple script to create a Fallout76Custom.ini for .ba2 mods installed
- Make a backup of your current Fallout76Custom.ini if you have one
- Copy the .py or .exe file to your fallout76/data directory
- Run the file from the command line or vortex using:
- for the .py:
py createCustomIni.py
- for the .exe:
createCustomIni.exe
- for the .py:
- Verify the Fallout76Custom.ini looks correct the first few times... maybe....
- -h --help Show the help message
- --datafolder Specify fallout76's data folder location (Default: current directory)
- --inifolder Specify the folder where Fallout76Custom.ini lives (Default: C:\Users[current_user]\Documents\My Games\Fallout 76)
- --inifilename Specify the filename for the ini (Default: Fallout76Custom.ini)
- --runasadmin Run the program as administrator, will ask for permission
- --copyinicontents Copy a file's contents in to your .ini
I don't normally do python.. or windows... so sorry... Um, Script compiled with pyinstaller...