Difference between revisions of "Sims 3:0x63A33EA7"
From SimsWiki
m (Tidy up, new top'n'tail) |
|||
Line 1: | Line 1: | ||
− | [[ | + | [[Tutorials:TS3 Advanced Coding Tutorials]] -> [[Sims 3:PackedFileTypes]] |
− | <br/>[[ | + | <br/>[[Tutorials:TS3 Advanced Coding Tutorials]] -> [[Sims 3:RCOL]] |
<hr/> | <hr/> | ||
− | == | + | ==Description== |
− | This is a [[ | + | This is a [[Sims 3:RCOL]] chunk. |
− | DWORD | + | |
− | DWORD // 1 | + | ==Format== |
+ | DWORD 'ANIM' | ||
+ | DWORD Version // 1 | ||
FLOAT | FLOAT | ||
DWORD count1 | DWORD count1 | ||
− | + | --count1 repeats of | |
− | + | DWORD offset // Offset from start of RCOL chunk to DDS image | |
− | + | --count1 repeats of | |
− | + | BYTE[] // DDS image at offset pointed to earlier | |
<hr/> | <hr/> | ||
− | [[ | + | [[Tutorials:TS3 Advanced Coding Tutorials]] -> [[Sims 3:PackedFileTypes]] |
− | <br/>[[ | + | <br/>[[Tutorials:TS3 Advanced Coding Tutorials]] -> [[Sims 3:RCOL]] |
Revision as of 19:08, 14 February 2010
Tutorials:TS3 Advanced Coding Tutorials -> Sims 3:PackedFileTypes
Tutorials:TS3 Advanced Coding Tutorials -> Sims 3:RCOL
Description
This is a Sims 3:RCOL chunk.
Format
DWORD 'ANIM' DWORD Version // 1 FLOAT DWORD count1 --count1 repeats of DWORD offset // Offset from start of RCOL chunk to DDS image --count1 repeats of BYTE[] // DDS image at offset pointed to earlier
Tutorials:TS3 Advanced Coding Tutorials -> Sims 3:PackedFileTypes
Tutorials:TS3 Advanced Coding Tutorials -> Sims 3:RCOL