Skip to content

Custom tweaks

FelisDiligens edited this page Sep 18, 2022 · 4 revisions

With custom tweaks, you can change *.ini settings directly, even if the tool would otherwise overwrite them.
Screenshot


Pick a file whose *.ini settings you want to overwrite:
Dropdown

Then write *.ini settings, like so:
code

Make sure that...

  • you write a section, e.g. [Display]
  • you write valid *.ini key=value pairs under a section, e.g. iPresentInterval=0
  • you use ';' or '#' for comments

When you're done, click Save or press Ctrl+S.
This will save your *.ini settings to Documents\My Games\Fallout 76\Fallout76xxxx.add.ini.
After that, click Apply to commit those changes.

That's it.


The *.ini editor also features autocompletion:
Autocompletion
You can force display it by pressing Ctrl+K.

All autocompletion keywords are stored in "autocomplete.txt" in the tool's installation folder. They were extracted from the game's *.exe file.


Please also keep in mind that if you remove an *.ini setting (key=value pair) from Custom Tweaks, it will not revert back to the default value.