OBD:TXAN: Difference between revisions
m (changed family) |
m (removed "desc" parameter of OBD File Header that isn't supported, but moved it to the body of the page for now) |
||
| Line 1: | Line 1: | ||
{{OBD_File_Header | type=TXAN | prev=TURR | next=TXCA | name=Texture Map Animation | family=General | {{OBD_File_Header | type=TXAN | prev=TURR | next=TXCA | name=Texture Map Animation | family=General | align=center}} | ||
'''TXAN'''s are arrays for storing the frames of an animated texture and specifying how fast it loops. | |||
[[Image:txan_a.gif]] | [[Image:txan_a.gif]] | ||
Latest revision as of 21:49, 30 November 2025
|
|
|
TXANs are arrays for storing the frames of an animated texture and specifying how fast it loops.
| Offset | Type | Raw Hex | Value | Description |
|---|---|---|---|---|
| 0x00 | res_id | 01 07 02 00 | 519 | 00519-.TXAN |
| 0x04 | lev_id | 01 00 00 06 | 3 | level 3 |
| 0x08 | char[12] | AD DE | dead | unused |
| 0x14 | int16 | 05 00 | 5 | loop speed |
| 0x16 | int16 | 05 00 | 5 | unused; always equal to loop speed |
| 0x18 | int16 | 00 00 | 0 | unused; always 0 |
| 0x1A | char[2] | AD DE | dead | unused |
| 0x1C | int32 | 0F 00 00 00 | 15 | array size |
| First element (black outline) | ||||
| 0x00 | link | 00 00 00 00 | unused | link to a TXMP file; not used, because 00518-GOO.TXMP initializes this animation |
| ONI BINARY DATA |
|---|
| TURR << Other file types >> TXCA |
| TXAN : Texture Map Animation |
| General file |

