Skip to content

File types

Felix W. Dekker edited this page May 10, 2020 · 8 revisions

Releases contain four types of files:

  1. .wiki, a regular text file that has data formatted so that it can be copy-pasted to articles on the Fallout Wiki (can be opened using any text editor) (sometimes necessary to change .wiki to .txt),
  2. .csv, a table with rows and columns that stores data in a sorted manner (see Browsing CSV files),
  3. .db, an SQLite database that contains all .csv files from that release (see Relational database),
  4. .7z, a compressed version of a different type of file (can be opened using 7zip).

Clone this wiki locally