FAR (The Sims)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 11: | Line 11: | ||
== Format description == | == Format description == | ||
| + | * Dead: [http://simtech.sourceforge.net/tech/far.html File format info] | ||
| − | * [ | + | == Software == |
| + | * [https://github.com/FaithBeam/Sims.Far/blob/master/Sims.Far/Far.cs Source code for reading .far files] | ||
| + | * [https://github.com/sourcekris/gofar gofar] | ||
| + | |||
| + | == Sample files == | ||
| + | * {{DexvertSamples|archive/simsArchive}} | ||
[[Category:Game data files]] | [[Category:Game data files]] | ||
Latest revision as of 11:48, 27 August 2026
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.
Contents |
[edit] Magic bytes
The files start with FAR!byAZ.
[edit] Format description
- Dead: File format info