FAR (The Sims)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |subcat=Archiving |extensions={{ext|far}} |magic=FAR!byAZ |endianness=Little endian }} '''FAR''' is an archiving format used for game data files in The Sims. It h...") |
Dan Tobias (Talk | contribs) m |
||
Line 3: | Line 3: | ||
|extensions={{ext|far}} | |extensions={{ext|far}} | ||
|magic=FAR!byAZ | |magic=FAR!byAZ | ||
− | |endianness=Little | + | |endianness=Little-Endian |
}} | }} | ||
'''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. | '''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. |
Revision as of 21:31, 16 February 2020
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
.