FAR (The Sims)
From Just Solve the File Format Problem
(Difference between revisions)
(sample files) |
|||
Line 11: | Line 11: | ||
== Format description == | == Format description == | ||
− | |||
* [https://github.com/FaithBeam/Sims.Far/blob/master/Sims.Far/Far.cs Source code for reading .far files] | * [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] | * Dead: [http://simtech.sourceforge.net/tech/far.html File format info] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/simsArchive}} | ||
[[Category:Game data files]] | [[Category:Game data files]] |
Latest revision as of 01:20, 14 December 2024
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.
[edit] Magic bytes
The files start with FAR!byAZ
.