Difference between revisions of "Sims 3:0x025ED6F4"

From SimsWiki
Jump to: navigation, search
m
Line 6: Line 6:
 
}}
 
}}
 
<br clear="all">
 
<br clear="all">
 +
==Overview==
 +
Sim outfit definition.
 
==Format==
 
==Format==
 
  DWORD version
 
  DWORD version
 
  DWORD TGI offset
 
  DWORD TGI offset
 
+
 
  // Xml Presets
 
  // Xml Presets
 
  DWORD count
 
  DWORD count
Line 16: Line 18:
 
  DWORD length
 
  DWORD length
 
  char16[length] // xml preset
 
  char16[length] // xml preset
 
+
 
  DWORD
 
  DWORD
 
  DWORD
 
  DWORD
Line 30: Line 32:
 
  DWORD //RGBA Color
 
  DWORD //RGBA Color
 
  DWORD //RGBA Color
 
  DWORD //RGBA Color
 
+
 
  // CAS Parts
 
  // CAS Parts
 
  BYTE count
 
  BYTE count
Line 40: Line 42:
 
  BYTE index // of [[Sims 3:0x033A1435|0x033A1435 - Texture Compositor]]
 
  BYTE index // of [[Sims 3:0x033A1435|0x033A1435 - Texture Compositor]]
 
  BYTE index // of [[Sims 3:0x033A1435|0x033A1435 - Texture Compositor]]
 
  BYTE index // of [[Sims 3:0x033A1435|0x033A1435 - Texture Compositor]]
 
+
 
  // Face Parts
 
  // Face Parts
 
  BYTE count
 
  BYTE count
Line 46: Line 48:
 
  BYTE index // of [[Sims 3:0x0358B08A|0x0358B08A - Face Part]]
 
  BYTE index // of [[Sims 3:0x0358B08A|0x0358B08A - Face Part]]
 
  FLOAT
 
  FLOAT
 
+
  //TGI list (includes resources referenced in preset xmls)
+
  //TGI (I<sub>64</sub>GT) list (includes resources referenced in preset xmls)
 
  BYTE count
 
  BYTE count
 
  --repeat
 
  --repeat
Line 53: Line 55:
 
  DWORD Group
 
  DWORD Group
 
  DWORD Type
 
  DWORD Type
 
+
 
{{TS3AdvancedModdingHeader}}
 
{{TS3AdvancedModdingHeader}}

Revision as of 16:36, 2 July 2010

Modding Reference by Category

Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference 

XML - SIMO
TypeID:0x025ED6F4
Game Version:The Sims 3



Overview

Sim outfit definition.

Format

DWORD version
DWORD TGI offset

// Xml Presets
DWORD count
--repeat
	BYTE
	DWORD length
	char16[length] // xml preset

DWORD
DWORD
FLOAT
FLOAT
FLOAT
DWORD
DWORD
12 BYTES
BYTE index //of 0x0354796A - Skin Tone
FLOAT
DWORD //RGBA Color
DWORD //RGBA Color
DWORD //RGBA Color

// CAS Parts
BYTE count
--repeat
	BYTE index // of 0x034AEECB - CAS Part
	DWORD //Part Type
	BYTE count
	--repeat
		BYTE index // of 0x033A1435 - Texture Compositor
		BYTE index // of 0x033A1435 - Texture Compositor

// Face Parts
BYTE count
--repeat
	BYTE index // of 0x0358B08A - Face Part
	FLOAT

//TGI (I64GT) list (includes resources referenced in preset xmls)
BYTE count
--repeat
	QWORD Instance
	DWORD Group
	DWORD Type

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