OBD:TXAN: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (fiexed typo)
m (changed family)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{OBD_File_Header | type=TXAN | prev=TURR | next=TXCA | name=Texture Map Animation | family=Level | align=center}}
{{OBD_File_Header | type=TXAN | prev=TURR | next=TXCA | name=Texture Map Animation | family=General | desc='''TXAN'''s are arrays for storing frames in an animated texture, and how fast it loops. | align=center}}




[[image:txan_a.gif]]
[[Image:txan_a.gif]]




Line 12: Line 12:
{{OBDtr| 0x08 | char[12] |00FF00| AD DE      | dead | unused }}
{{OBDtr| 0x08 | char[12] |00FF00| AD DE      | dead | unused }}
{{OBDtr| 0x14 | int16    |00FFFF| 05 00      | 5    | loop speed }}
{{OBDtr| 0x14 | int16    |00FFFF| 05 00      | 5    | loop speed }}
{{OBDtr| 0x16 | int16    |FF00FF| 05 00      | 5    | unknown }}
{{OBDtr| 0x16 | int16    |FF00FF| 05 00      | 5    | unused; always equal to loop speed }}
{{OBDtr| 0x18 | int16    |FF8000| 00 00      | 0    | unknown }}
{{OBDtr| 0x18 | int16    |FF8000| 00 00      | 0    | unused; always 0 }}
{{OBDtr| 0x1A | char[2]  |FF0080| AD DE      | dead | unused }}
{{OBDtr| 0x1A | char[2]  |FF0080| AD DE      | dead | unused }}
{{OBDtr| 0x1C | int32    |960096| 0F 00 00 00 | 15  | array size }}
{{OBDtr| 0x1C | int32    |960096| 0F 00 00 00 | 15  | array size }}
Line 21: Line 21:




{{OBD_File_Footer | type=TXAN | prev=TURR | next=TXCA | name=Texture Map Animation | family=Level}}
{{OBD_File_Footer | type=TXAN | prev=TURR | next=TXCA | name=Texture Map Animation | family=General}}
 
{{OBD}}

Latest revision as of 21:42, 9 December 2023

ONI BINARY DATA
TURR << Other file types >> TXCA
TXAN : Texture Map Animation
switch to XML:TXAN page
Overview @ Oni Stuff
OBD.png


Txan a.gif


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