Difference between revisions of "Sims 3:0x05CD4BB3"
From SimsWiki
m (Offsets link two locations) |
|||
Line 5: | Line 5: | ||
DWORD count2 | DWORD count2 | ||
REP count1 x count2 | REP count1 x count2 | ||
− | DWORD offset (From the end of this list) | + | DWORD offset (From the end of this list... to? Matching first WORD in next list?) |
REP count1 x count2 | REP count1 x count2 | ||
WORD subcount | WORD subcount | ||
IF subcount > 0 | IF subcount > 0 | ||
REP subcount | REP subcount | ||
− | DWORD offset (From the location of subcount) | + | DWORD offset (From the location of subcount... to? Matching first BYTE in following list?) |
REP subcount | REP subcount | ||
BYTE subsubcount | BYTE subsubcount |
Revision as of 22:26, 31 August 2009
Unknown at this time what the purpose of this data is. There is exactly one per world.
DWORD version 1 DWORD count1 DWORD count2 REP count1 x count2 DWORD offset (From the end of this list... to? Matching first WORD in next list?) REP count1 x count2 WORD subcount IF subcount > 0 REP subcount DWORD offset (From the location of subcount... to? Matching first BYTE in following list?) REP subcount BYTE subsubcount BYTE BYTE BYTE REP subsubcount BYTE BYTE REP subsubcount BYTE