Difference between revisions of "Fallout 4 Tools"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
m (Scrivener07 moved page F4SE Tools to Fallout 4 Tools: Lets use the "real" name of this tool.)
imported>Qazaaq
Line 5: Line 5:
You can download it from the official website [http://f4se.silverlock.org/ here].
You can download it from the official website [http://f4se.silverlock.org/ here].


== Tools ==
== ba2extract ==
*<code>ba2extract.exe</code>: A command-line tool to extract the contents of <code>.ba2</code> [[Archive File]]s.
A command-line tool to extract the contents of <code>.ba2</code> [[Archive File]]s.
*<code>scriptdump.exe</code>: A command-line tool to disassemble <code>.pex</code> [[Script File]]s.
=== Usage ===
The help argument will print usage information.
<code>ba2extract.exe -?</code>
<source lang="text">
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.
</source>
 
== scriptdump ==
A command-line tool to disassemble <code>.pex</code> [[Script File]]s.
=== Usage ===
Invoking the program without any arguments will print the usage information.
<code>scriptdump.exe</code>
<source lang="text">
usage: scriptdump.exe [src] <dst>
</source>


== See Also ==
== See Also ==

Revision as of 18:29, 9 December 2018

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