OBD:TXAN: Difference between revisions
Jump to navigation
Jump to search
(this is where your OBAN description goes) |
(typo) |
||
Line 1: | Line 1: | ||
{{OBD_File_Header | type=TXAN | prev=TURR | next=TXCA | name=Texture Map Animation | family=Level | desc=''' | {{OBD_File_Header | type=TXAN | prev=TURR | next=TXCA | name=Texture Map Animation | family=Level | desc='''TXAN'''s are arrays for storing frames in an animated texture, and how fast it loops. Besides their actual uses in the final version of Oni, they can be seen producing animated monitor images in the [[1999|1999 trailer]]. | align=center}} | ||
Revision as of 23:15, 27 August 2008
|
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 |
Level file |