OBD:TXMB: Difference between revisions

From OniGalore
Jump to navigation Jump to search
mNo edit summary
(Adding info about unused field. (ref. - BFW_Motoko.h, line 859))
Line 13: Line 13:
{{OBDtr| 0x10 | int16    |00FFFF| 80 02      | 640  | width of the window in pixel }}
{{OBDtr| 0x10 | int16    |00FFFF| 80 02      | 640  | width of the window in pixel }}
{{OBDtr| 0x12 | int16    |00FFFF| E0 01      | 480  | height of the window in pixel }}
{{OBDtr| 0x12 | int16    |00FFFF| E0 01      | 480  | height of the window in pixel }}
{{OBDtr| 0x14 | int32    |FF00FF| 01 00 00 00 | 1    | unused }}
{{OBDtr| 0x14 | int32    |FF00FF| 01 00 00 00 | 1    | unused (originally as Pixel Type }}
{{OBDtr| 0x18 | int16    |FF8000| 03 00      | 3    | number of columns; ignored and computed at runtime }}
{{OBDtr| 0x18 | int16    |FF8000| 03 00      | 3    | number of columns; ignored and computed at runtime }}
{{OBDtr| 0x1A | int16    |FF8000| 02 00      | 2    | number of rows; ignored and computed at runtime }}
{{OBDtr| 0x1A | int16    |FF8000| 02 00      | 2    | number of rows; ignored and computed at runtime }}

Revision as of 07:58, 1 October 2022

ONI BINARY DATA
TXMA << Other file types >> TXMP
TXMB : Texture Map Big
switch to XML:TXMB page
Overview @ Oni Stuff
OBD.png


Txmb all.gif


Offset Type Raw Hex Value Description
0x00 res_id 01 52 23 00 9042 09042-intro_splash_screen.TXMB
0x04 lev_id 01 00 00 06 3 level 3
0x08 char[8] AD DE dead unused
0x10 int16 80 02 640 width of the window in pixel
0x12 int16 E0 01 480 height of the window in pixel
0x14 int32 01 00 00 00 1 unused (originally as Pixel Type
0x18 int16 03 00 3 number of columns; ignored and computed at runtime
0x1A int16 02 00 2 number of rows; ignored and computed at runtime
0x1C int32 06 00 00 00 6 array size
First element (black outline)
0x00 link 01 53 23 00 9043 link to 09043-level03_intro_0.TXMP


ONI BINARY DATA
TXMA << Other file types >> TXMP
TXMP : Texture Map Big
Level file