Skip to content

Instantly share code, notes, and snippets.

@Epigene
Last active December 11, 2015 21:13
Show Gist options
  • Save Epigene/d3b0271789b8ceb299b3 to your computer and use it in GitHub Desktop.
Save Epigene/d3b0271789b8ceb299b3 to your computer and use it in GitHub Desktop.
Fallout4 modding startup

Enable Custom content

1. Enable file selection

#../MyGames/Fallout4/Fallout4Prefs.ini

# under [Launcher]
bEnableFileSelection=1

2. Enable custom data subfolders

#../MyGames/Fallout4/Fallout4.ini

# under [Archive]
# change "sResourceDataDirsFinal=STRINGS\"
sResourceDataDirsFinal=STRINGS\, TEXTURES\, MUSIC\, SOUND\, INTERFACE\, MESHES\, PROGRAMS\, MATERIALS\, LODSETTINGS\, VIS\, MISC\, SCRIPTS\, SHADERSFX\

Full discussion at NexusModManager for Fallout4

Install top mods

Texture Replacers

Vivid Landscape (1k version)
LOD Optimizer
Texture Optimizer
Rock Overhaul

Utilities

Lowered Weapons
Improved Map
Faster Terminals

Fix FOV

Fill the ini file with three fov lines

# /Fallout4.ini
[Interface]
fDefaultWorldFOV=120
fDefault1stPersonFOV=110
fDefaultFOV=80

Load the game and open the console (Usually the "~" Tilde key)

fov 80
refreshini

Reverting to Vanilla

The data folder originally only has Strings and Video subfolders. Deleteing all the rest should clear any modded content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment