Difference between revisions of "Sims 3:0x05ED1226"

From SimsWiki
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Sims 3:Main Page]] -> [[Sims 3:PackedFileTypes]]
+
{{TS3AdvancedModdingHeader}}
 
+
{{TS3Resource
Reference Store
+
|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 

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox