Difference between revisions of "Sims 3:0x05ED1226"
From SimsWiki
HugeLunatic (Talk | contribs) |
|||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | Reference Store | + | {{TS3AdvancedModdingHeader}} |
| + | {{TS3Resource | ||
| + | |name=Reference Store - REFS | ||
| + | |typeid= Reference Store | ||
| + | |expansion=The Sims 3 | ||
| + | }} | ||
| + | <br clear="all"> | ||
| + | ==Overview== | ||
Researched by Karybdis | Researched by Karybdis | ||
Seems to just store lists of associated resources. Examples might be for Sims storing all the outfits/property files. | Seems to just store lists of associated resources. Examples might be for Sims storing all the outfits/property files. | ||
| − | + | Code: | |
| − | Code: | + | WORD version |
| − | WORD version | + | if [ version >= 3 ] (?) |
| − | DWORD count1 | + | { |
| − | + | BYTE thingy | |
| − | + | } | |
| − | DWORD count2 | + | DWORD count1 |
| − | + | TGI | |
| − | + | WORD (Or DWORD if thingy || (version < 3 && count1 > ??) ) | |
| + | DWORD count2 | ||
| + | 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 |