Difference between revisions of "Sims 3:0x63A33EA7"
From SimsWiki
(→Format) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{TS3AdvancedModdingHeader}} | |
− | <br | + | {{TS3Resource |
− | + | |name=ANIM | |
− | == | + | |typeid= 0x63A33EA7 |
− | This is a [[ | + | |expansion=The Sims 3 |
− | DWORD | + | }} |
− | + | <br clear="all"> | |
− | + | ||
− | + | ==Overview== | |
− | + | This is a [[Sims 3:RCOL]] chunk. | |
+ | |||
+ | ==Format== | ||
+ | DWORD 'ANIM' | ||
+ | DWORD Version // 1 | ||
+ | FLOAT Framerate | ||
+ | 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 | ||
+ | |||
+ | {{TS3AdvancedModdingHeader}} |
Latest revision as of 20:53, 21 May 2011
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
ANIM | ||
---|---|---|
TypeID: | 0x63A33EA7 | |
Game Version: | The Sims 3 |
[edit] Overview
This is a Sims 3:RCOL chunk.
[edit] Format
DWORD 'ANIM' DWORD Version // 1 FLOAT Framerate 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
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |