Skip to content

terry-haire/fnv-to-fo4

Repository files navigation

Fallout 3 / Fallout: New Vegas to Fallout 4 converter

GitHub Downloads (all assets, all releases) GitHub Actions Workflow Status Discord License: GPL v3 YouTube Channel Views

Image 1 description

Nexus

https://www.nexusmods.com/fallout4/mods/75425

Features

  • Fully convert most models from Fallout 3 / Fallout: New Vegas to Fallout 4.
  • Partially convert plugin files (.esp/.esm) from Fallout 3 / Fallout: New Vegas to Fallout 4.

Usage

  1. Download the latest release from https://github.com/terry-haire/fnv-to-fo4/releases and unzip it.
  2. Install Fallout: New Vegas and launch it at least once.
  3. Install Fallout 4 and launch it at least once.
  4. Install Fallout 4: Creation Kit.
  5. Run fnv-to-fo4.exe to convert New Vegas models and plugin files. The converted files are saved in the output directory.
  6. Copy over the contents of the output directory to the Fallout 4 Data directory. Or create a zip file of the output directory and open it with a mod manager.
  7. Allow mods in Fallout 4 (https://wiki.nexusmods.com/index.php/Fallout_4_Mod_Installation).
  8. Activate the esm in Fallout 4.
  9. Launch Fallout 4, open the console and type coc Goodsprings to teleport to Fallout New Vegas.

Development setup

Make sure all submodules are present:

git submodule update --init --recursive

TES5Edit

Nifskope

Creation Kit

Add the following to CreationKit.ini in the Fallout 4 directory to allow multiple masters to load.

[General]
bAllowMultipleMasterFiles=1
bAllowMultipleMasterLoads=1