-
Notifications
You must be signed in to change notification settings - Fork 4
List of dumps
This page lists and explains the various dump files that are attached to each release, categorized by type.
ℹ️ For an overview of all released dumps, check the list of releases.
File types:
.7z
Large dumps are compressed using 7zip to reduce bandwidth usage.
You can recognize these dumps by the .7z
file extension.
File types:
.csv
,.db
Tabular dumps are a simplified sort of dump that contains only the most important information, similar to a spreadsheet. These records should be very easy to understand by anyone. For more information on how to browse them, check browsing CSV files.
Some dumps also have associated _LOC
dumps, which contain information on the in-game locations of the records of that type.
To manually interpret location data, take a look at my maps with grids resources.
With each release, all tabular dumps are also loaded into a single database, allowing efficient searching. For more information on databases, check browsing CSV files.
Filename | Dump script | Description |
---|---|---|
tabular.IDs.csv |
ExportTabularIDs.pas |
Form IDs, editor IDs, names, and keywords |
tabular.ALCH.csv |
ExportTabularALCH.pas |
Ingestibles |
tabular.ARMO.csv |
ExportTabularARMO.pas |
Armor and clothing |
tabular.CLAS.csv |
ExportTabularCLAS.pas |
Class properties |
tabular.COBJ.csv |
ExportTabularCOBJ.pas |
Craftable object recipes and components |
tabular.ENTM.csv |
ExportTabularENTM.pas |
Atomic Shop unlockables |
tabular.FACT.csv |
ExportTabularFACT.pas |
Factions and vendors |
tabular.FLOR.csv |
ExportTabularFLOR.pas |
Harvestable plants |
tabular.GLOB.csv |
ExportTabularGLOB.pas |
Global variables |
tabular.GMST.csv |
ExportTabularGMST.pas |
Game settings |
tabular.LVLI.csv |
ExportTabularLVLI.pas |
Leveled lists |
tabular.MISC.csv |
ExportTabularMISC.pas |
Inventory item weights, values, and scrap yields |
tabular.NPC_.csv |
ExportTabularNPC_.pas |
NPC factions, keywords, stats, etc. |
tabular.OMOD.csv |
ExportTabularOMOD.pas |
Armor and weapon mods |
tabular.OTFT.csv |
ExportTabularOTFT.pas |
Outfits |
tabular.RACE.csv |
ExportTabularRACE.pas |
Race keywords and properties |
tabular.WEAP.csv |
ExportTabularWEAP.pas |
Weapons |
File types:
.wiki
Wiki dumps are generated for the Fallout Wiki and use MediaWiki templates.
These dumps are useful when editing the wiki.
Even though the extension is .wiki
, they are actually just regular text files that you can open with notepad.
Filename | Dump script | Description |
---|---|---|
wiki.BOOK.wiki |
ExportWikiBOOK.pas |
Notes |
wiki.DIAL.wiki |
ExportWikiDIAL.pas |
Dialogue |
wiki.NOTE.wiki |
ExportWikiNOTE.pas |
Holodisks |
wiki.TERM.wiki |
ExportWikiTERM.pas |
Terminals |
File types: any
The following files are taken directly from the game files using the
ba2extract
tool by the F4SE team.
Filename | Source archive | Archive path | Description |
---|---|---|---|
raw.credits.txt |
SeventySix - Interface.ba2 |
interface/credits.txt |
Credits |
raw.curvetables.zip |
SeventySix - Startup.ba2 |
misc/curvetables/json |
Curve tables |