Difference between revisions of "Sims 3:0x05ED1226"
From SimsWiki
HugeLunatic (Talk | contribs) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{TS3AdvancedModdingHeader}} | |
− | + | {{TS3Resource | |
− | + | |name=Reference Store - REFS | |
+ | |typeid= Reference Store | ||
+ | |expansion=The Sims 3 | ||
+ | }} | ||
+ | <br clear="all"> | ||
+ | ==Overview== | ||
Researched by Karybdis | Researched by Karybdis | ||
Line 9: | Line 14: | ||
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 | ||
+ | |||
+ | {{TS3AdvancedModdingHeader}} |
Latest revision as of 14:58, 7 May 2010
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Reference Store - REFS | ||
---|---|---|
TypeID: | Reference Store | |
Game Version: | The Sims 3 |
[edit] Overview
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
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |