Fallout4 Modding: Difference between revisions

From wikinotes
Line 6: Line 6:
|-
|-
| <code>${STEAMAPPS}/common/Fallout 4/Fallout4/*.ini</code> || global configs
| <code>${STEAMAPPS}/common/Fallout 4/Fallout4/*.ini</code> || global configs
|-
| <code>/mnt/storage/games/steamapps/compatdata/377160/pfx/drive_c/users/steamuser/AppData/Local/Fallout4
DLCList.txt</code> || DLCList.txt and plugins.txt determine load-order
|-
|-
| <code>${STEAMAPPS}/common/Fallout 4/Data</code> || most mods installed here.
| <code>${STEAMAPPS}/common/Fallout 4/Data</code> || most mods installed here.

Revision as of 02:28, 12 November 2021

Locations

${STEAMAPPS}/compatdata/377160/pfx/drive_c/users/steamuser/Documents/My Games/Fallout4/*.ini user configs
${STEAMAPPS}/common/Fallout 4/Fallout4/*.ini global configs
/mnt/storage/games/steamapps/compatdata/377160/pfx/drive_c/users/steamuser/AppData/Local/Fallout4

DLCList.txt || DLCList.txt and plugins.txt determine load-order

${STEAMAPPS}/common/Fallout 4/Data most mods installed here.

Enable Mods

# ${STEAMAPPS}/compatdata/377160/pfx/\
#   drive_c/users/steamuser/Documents/My Games/Fallout4/Fallout4Custom.ini

[Archive]
bInvalidateOlderFiles=1
sResourceDataDirsFinal=

The M9-pistol seems a good test mod, since it has no dependencies and can be identified in the console before entering/leaving the vault.

NOTE:

might not be able to use overlayfs mods in linux

Plan Updates

Steam likes to auto update programs. This is problematic for mods that make use of F4SE (which is tied to a specific release of fallout4).

Configure Steam Updates

Set steam to update on run, or limit updates to hours computer will not be in use (ex. 4-5am).

Keep Previous Updates

  1. Find what version of Fallout 4 you are currently running.
  2. Copy and paste a copy of Fallout4.exe and then rename the new copy to Fallout4-<version>.exe
  3. Whenever Steam updates Fallout 4, simply rename the new Fallout4.exe and then change your older copy to Fallout4.exe.
  4. When the F4SE team is able to release an update, download the new F4SE version and rename the new patched executable back to Fallout4.exe.

https://forums.nexusmods.com/index.php?/topic/3381095-how-to-stop-steam-updating-fallout-4-and-why-you-need-to/

NOTE:

This is true, but Fallout changes more than just the .exe in updates (but less than the whole application).

Download old Fallout Versions from Steam

The Depots you are interested in seem to be:

  • Fallout.exe
  • Fallout 4 content_b


See steam page.