Difference between revisions of "Sims 3 Talk:0x736884F1"
From SimsWiki
m (→Visual Proxy) |
|||
Line 10: | Line 10: | ||
DWORD // Size of TGI index | DWORD // Size of TGI index | ||
− | BYTE count1 // Entry Count | + | BYTE count1 // Entry Count |
--repetition count1 Entries (see [[#Entry Types|below]]) | --repetition count1 Entries (see [[#Entry Types|below]]) | ||
BYTE type | BYTE type |
Revision as of 18:58, 12 June 2009
Sims 3:Main Page -> Sims 3:PackedFileTypes
Sims 3:Main Page -> Sims 3:RCOL
Visual Proxy
This is a Scenegraph file with a single chunk tagged "VPXY".
-- Insert Scenegraph header DWORD // VPXY DWORD // version DWORD // Offset to TGI index DWORD // Size of TGI index BYTE count1 // Entry Count --repetition count1 Entries (see below) BYTE type {data} BYTE // 0x02 (probably was one of the entry cases before) FLOAT[6] BYTE[4] // (probably redundant from earlier version) BYTE flag // Modular flag? -- if flag == 0x01 DWORD mdlrIndex // TGI Block List entry for MDLR -- Insert TGI Block List
Entry Types
type | data |
---|---|
00 |
BYTE msIndex // Incremental count of type=00 entries BYTE Count DWORD[Count] // Indexes into TGI Block List |
01 |
DWORD iD // Index into TGI Block List |
Sims 3:Main Page -> Sims 3:PackedFileTypes
Sims 3:Main Page -> Sims 3:RCOL