Difference between revisions of "Sims 3:0x02DC343F"

From SimsWiki
Jump to: navigation, search
m (Key Entries)
m
Line 9: Line 9:
 
  DWORD TGI_size  // see [[Sims 3:Key table]]
 
  DWORD TGI_size  // see [[Sims 3:Key table]]
 
   
 
   
  // Hash table - [[#Hash table|see below ]]
+
  // Components - [[#Components|see below ]]
 
  BYTE count1
 
  BYTE count1
 
  --repeat count1 times
 
  --repeat count1 times
     DWORD hash
+
     DWORD Component ID
 
   
 
   
 
  // Key entries - [[#Key entries|see below]]
 
  // Key entries - [[#Key entries|see below]]
Line 25: Line 25:
 
   
 
   
 
  --insert [[Sims 3:Key table|TGI Block List]]
 
  --insert [[Sims 3:Key table|TGI Block List]]
===Hash Table===
+
===Components===
The IDs for the first repetition
+
The IDs are derived from an [[FNV|FNV32]] hash of the Component name.
 
{| border="1"
 
{| border="1"
 
|+
 
|+
!Hash!!Constant
+
!ID!!Component
 
|+
 
|+
|0x1a8feb14||kPhysicsComponent
+
|0x1A8fEB14||Physics
 
|+
 
|+
|0x22706efa||kSimComponent
+
|0x22706EFA||Sim
 
|+
 
|+
|0x23177498||kScriptComponent
+
|0x23177498||Script
 
|+
 
|+
|0x2954e734||kModelComponent
+
|0x2954E734||Model
 
|+
 
|+
|0x2ef1e401||kSlotComponent
+
|0x2EF1E401||Slot
 
|+
 
|+
|0x3ae9a8e7||kSacsComponent
+
|0x3AE9A8E7||Sacs
 
|+
 
|+
|0x461922c8||kLocationComponent
+
|0x461922C8||Location
 
|+
 
|+
|0x50b3d17c||kVisualStateComponent
+
|0x50B3D17C||VisualState
 
|+
 
|+
|0x54cb7ebb||kTransformComponent
+
|0x54CB7EBB||Transform
 
|+
 
|+
|0x61bd317c||kSteeringComponent
+
|0x61BD317C||Steering
 
|+
 
|+
|0x6693c8b3||kLotObjectComponent
+
|0x6693C8B3||LotObject
 
|+
 
|+
|0x80d91e9e||kEffectComponent
+
|0x80D91E9E||Effect
 
|+
 
|+
|0xc602cd31||kTreeComponent
+
|0xC602CD31||Tree
 
|+
 
|+
|0xc807312a||kFootprintComponent
+
|0xC807312A||Footprint
 
|+
 
|+
|0xda6c50fd||kLightingComponent
+
|0xDA6C50FD||Lighting
 
|+
 
|+
|0xee17c6ad||kAnimationComponent
+
|0xEE17C6AD||Animation
 
|}
 
|}
  

Revision as of 07:28, 17 July 2009

Sims 3:Main Page -> Sims 3:PackedFileTypes


Contents

Object Key (OBJK)

Identifies what kind of object this is and what its behaviour is.

Format

DWORD version // 7
DWORD TGI_offset // see Sims 3:Key table
DWORD TGI_size   // see Sims 3:Key table

// Components - see below 
BYTE count1
--repeat count1 times
   DWORD Component ID

// Key entries - see below
BYTE count2
--repeat count2 times
   DWORD length
   STRING[length]
   BYTE type // see below
   {Data}

BYTE

--insert TGI Block List

Components

The IDs are derived from an FNV32 hash of the Component name.

ID Component
0x1A8fEB14 Physics
0x22706EFA Sim
0x23177498 Script
0x2954E734 Model
0x2EF1E401 Slot
0x3AE9A8E7 Sacs
0x461922C8 Location
0x50B3D17C VisualState
0x54CB7EBB Transform
0x61BD317C Steering
0x6693C8B3 LotObject
0x80D91E9E Effect
0xC602CD31 Tree
0xC807312A Footprint
0xDA6C50FD Lighting
0xEE17C6AD Animation

Key Entries

String entries in the second repetition I've seen are:

allowObjectHiding footprintKey modelKey scriptClass simOutfitKey steeringInstance

The type and {data} known combinations are:

type data
00 DWORD(length) STRING[length]
01 DWORD index to TGI64 at end
02 DWORD index to TGI64 at end
03 DWORD(length) STRING[length]
04 DWORD



(analysis by atavera, I think)


Sims 3:Main Page -> Sims 3:PackedFileTypes

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox