Skip to content

PatrickJnr/Fallout76CreateCustomIni

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fallout76CreateCustomIni

Simple script to create a Fallout76Custom.ini for .ba2 mods installed

GrimTech

I just update this from time to time to be updated along side Fallout 76 - Nexus

Instructions

  • 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
  • Verify the Fallout76Custom.ini looks correct the first few times... maybe....

Options

  • -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

Info

I don't normally do python.. or windows... so sorry... Um, Script compiled with pyinstaller...