OBD:BINA/OBJC/FLAG: Difference between revisions
Jump to navigation
Jump to search
m (i love those typos ^_^) |
m (added family to footer template call) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{OBD OBJC Header | align=center | type=FLAG | prev=DOOR | next=FURN | name=Flag}} | {{OBD OBJC Header | align=center | type=FLAG | prev=DOOR | next=FURN | name=Flag | stuff=b_fl}} | ||
[[ | [[Image:bin_r_fl.gif]] | ||
{{Table}} | {{Table}} | ||
{{OBDth}} | {{OBDth}} | ||
{{OBDtr| 0x00 | char[4] |FF0000| 43 4A 42 4F | OBJC | | {{OBDtr| 0x00 | char[4] |FF0000| 43 4A 42 4F | OBJC | objects }} | ||
{{OBDtr| 0x04 | int32 |FFFF00| C8 91 00 00 | 37320 | size of the complete flag part from this | {{OBDtr| 0x04 | int32 |FFFF00| C8 91 00 00 | 37320 | size of the complete flag part from this position in bytes }} | ||
{{OBDtr| 0x08 | int32 |00FF00| 27 00 00 00 | 39 | object | {{OBDtr| 0x08 | int32 |00FF00| 27 00 00 00 | 39 | object list version }} | ||
{{OBDtr| 0x0C | int32 |00FFFF| AC 00 00 00 | 172 | size of the following element in bytes }} | {{OBDtr| 0x0C | int32 |00FFFF| AC 00 00 00 | 172 | size of the following element in bytes }} | ||
{{OBDtrBK}} | {{OBDtrBK}} | ||
Line 29: | Line 29: | ||
;Trimmed flag lists (scripter-friendly) | ;Trimmed flag lists (scripter-friendly) | ||
:[http://geyser.oni2.net/OBD/BINA/OBJC/FLAG HERE] | :[http://geyser.oni2.net/OBD/BINA/OBJC/FLAG/ HERE] | ||
; | ;Tool Mode dialog | ||
[[Image:Tool dialog - Flag Properties.png]] | |||
{{OBD OBJC Footer | type=FLAG | prev=DOOR | next=FURN | name=Flag}} | {{OBD OBJC Footer | type=FLAG | prev=DOOR | next=FURN | name=Flag | family=Level}} | ||
{{OBD}} |
Latest revision as of 21:18, 9 December 2023
|
Offset | Type | Raw Hex | Value | Description |
---|---|---|---|---|
0x00 | char[4] | 43 4A 42 4F | OBJC | objects |
0x04 | int32 | C8 91 00 00 | 37320 | size of the complete flag part from this position in bytes |
0x08 | int32 | 27 00 00 00 | 39 | object list version |
0x0C | int32 | AC 00 00 00 | 172 | size of the following element in bytes |
First element (black outline) | ||||
0x00 | char[4] | 47 41 4C 46 | FLAG | flag |
0x04 | int32 | 34 1A 00 00 | 6708 | old file ID |
0x08 | int32 | 00 00 00 00 | 0 | unknown |
0x0C | float | A0 1A F0 41 | 30.013000 | x-position of the flag |
0x10 | float | 31 08 58 C1 | -13.501999 | y-position (height) of the flag |
0x14 | float | AA 51 C9 C3 | -402.638000 | z-position of the flag |
0x18 | float | 00 00 00 00 | 0.000000 | rotation on the x-axis in degrees |
0x1C | float | 00 00 00 00 | 0.000000 | rotation on the y-axis in degrees |
0x20 | float | 00 00 00 00 | 0.000000 | rotation on the z-axis in degrees |
0x24 | color | 00 FF 00 FF | 0, 255, 0, 255 | flag color (blue, green, red); transparency |
0x28 | char[2] | 58 4D | MX | flag prefix ? |
0x2A | int16 | 00 00 | 0 | flag ID |
0x2C | char[128] | unused | space for notes |
- Trimmed flag lists (scripter-friendly)
- HERE
- Tool Mode dialog
ONI BINARY DATA |
---|
AKVA << Other file types >> CBPI |
BINA : Binary data |
TMBD << Other BINA >> ONIE |
OBJC : Objects |
DOOR << Other OBJC >> FURN |
FLAG : Flag |
Level file |