Difference between revisions of "Sims 3:0x05ED1226"
From SimsWiki
| Line 9: | Line 9: | ||
Code: | Code: | ||
WORD version | WORD version | ||
| − | BYTE thingy | + | if [ version >= 3 ] (?) |
| + | { | ||
| + | BYTE thingy | ||
| + | } | ||
DWORD count1 | DWORD count1 | ||
TGI | TGI | ||
| − | WORD (Or DWORD if thingy) | + | WORD (Or DWORD if thingy || (version < 3 && count1 > ??) ) |
DWORD count2 | DWORD count2 | ||
WORD | WORD | ||
Revision as of 23:24, 22 February 2010
Sims 3:Main Page -> Sims 3:PackedFileTypes
Reference Store
Researched by Karybdis
Seems to just store lists of associated resources. Examples might be for Sims storing all the outfits/property files.
Code:
WORD version
if [ version >= 3 ] (?)
{
BYTE thingy
}
DWORD count1
TGI
WORD (Or DWORD if thingy || (version < 3 && count1 > ??) )
DWORD count2
WORD