Skip to content

Generating dumps

Felix W. Dekker edited this page May 28, 2019 · 22 revisions

While simply applying the scripts to the right records will achieve dumps equivalent to those found in this repository, there is a repeatable procedure that may be followed to recreate the dumps.

  1. Filter the records by signature.
  2. Sort the records by form ID in descending order. This is because xEdit traverses records from bottom to top. This step is not necessary for ExportTabularIDs.pas.
  3. Select the group to export and apply the script.
  4. Inspect the file(s) in the dumps/ directory in the root directory of Fallout 76.
  5. If the script has created multiple files (ending in .001, .002, etc.), use a tool such as HJ-Split to join the files.

Clone this wiki locally