Difference between revisions of "Sims 3:0x63A33EA7"
From SimsWiki
HugeLunatic (Talk | contribs) |
(→Format) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{TS3AdvancedModdingHeader}} |
+ | {{TS3Resource | ||
+ | |name=ANIM | ||
+ | |typeid= 0x63A33EA7 | ||
+ | |expansion=The Sims 3 | ||
+ | }} | ||
+ | <br clear="all"> | ||
− | == | + | ==Overview== |
This is a [[Sims 3:RCOL]] chunk. | This is a [[Sims 3:RCOL]] chunk. | ||
Line 7: | Line 13: | ||
DWORD 'ANIM' | DWORD 'ANIM' | ||
DWORD Version // 1 | DWORD Version // 1 | ||
− | FLOAT | + | FLOAT Framerate |
DWORD count1 | DWORD count1 | ||
--count1 repeats of | --count1 repeats of | ||
Line 14: | Line 20: | ||
BYTE[] // DDS image at offset pointed to earlier | BYTE[] // DDS image at offset pointed to earlier | ||
− | {{ | + | {{TS3AdvancedModdingHeader}} |
Latest revision as of 21: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 |