Difference between revisions of "Fallout 4 Tools"

496 bytes added ,  19:29, 9 December 2018
no edit summary
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 ==
Anonymous user