FAR (The Sims)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
|||
Line 12: | Line 12: | ||
== Format description == | == Format description == | ||
− | * [http://simtech.sourceforge.net/tech/far.html File format info] | + | * [https://github.com/FaithBeam/Sims.Far/blob/master/Sims.Far/Far.cs Source code for reading .far files] |
+ | * Dead: [http://simtech.sourceforge.net/tech/far.html File format info] | ||
[[Category:Game data files]] | [[Category:Game data files]] |
Revision as of 22:37, 26 November 2022
FAR is an archiving format used for game data files in The Sims. It has a field giving the format version, which is always 1 in all known files. It stores the length of each file twice, which has produced speculation that one of these is actually intended to be the compressed size, but no known files of this format use any sort of compression.
Magic bytes
The files start with FAR!byAZ
.