Sims 3:0x05ED1226
From SimsWiki
| 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 | |
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 |