Fallout 4 Tools

Revision as of 19:29, 9 December 2018 by imported>Qazaaq
F4se logo.png

The Fallout 4 Tools are a collection of command-line utilities developed by the F4SE team. These tools can be used to extract the contents of Archive Files and disassemble Script Files.

You can download it from the official website here.

ba2extract

A command-line tool to extract the contents of .ba2 Archive Files.

Usage

The help argument will print usage information. ba2extract.exe -?

ba2extract.exe: usage [src] [dst] (options)
options:
  -atifourcc - use ATI2 fourcc for normal maps instead of DXT5.
               known to work with nvidia photoshop plugin.
               currently untested with the game.

scriptdump

A command-line tool to disassemble .pex Script Files.

Usage

Invoking the program without any arguments will print the usage information. scriptdump.exe

usage: scriptdump.exe [src] <dst>

See Also