OBD:TRAM/raw0x1C: Difference between revisions
< OBD:TRAM
Jump to navigation
Jump to search
m (not sure if this is really "unknown" at this point, but what the hell) |
m (note on the padding byte) |
||
Line 41: | Line 41: | ||
{{OBDtr| 0x09 | int8 |C8FFC8| 7F | 127 | initial transparency }} | {{OBDtr| 0x09 | int8 |C8FFC8| 7F | 127 | initial transparency }} | ||
{{OBDtr| 0x0A | int8 |C8FFC8| 01 | 1 | frame interval - blur will be added each "frame interval" frames }} | {{OBDtr| 0x0A | int8 |C8FFC8| 01 | 1 | frame interval - blur will be added each "frame interval" frames }} | ||
{{OBDtr| 0x0B | int8 |C8FFC8| 0C | 12 | | {{OBDtr| 0x0B | int8 |C8FFC8| 0C | 12 | unused/padding/garbage (previously believed to be a time in frames, but is not actually used by the engine in any way) }} | ||
|} | |} | ||
Revision as of 18:05, 17 December 2021
This part belongs to the 01865-KONCOMpunch_heavy.TRAM file.
Offset | Type | Raw Hex | Value | Description |
---|---|---|---|---|
First element (black outline) | ||||
0x00 | bitset32 | 7E F9 07 00 | 126, 249, 7, 0 | blur bones; the following bits are possible:
|
0x04 | int16 | 05 00 | 5 | start frame |
0x06 | int16 | 30 00 | 48 | stop frame |
0x08 | int8 | 06 | 6 | lifetime in frames |
0x09 | int8 | 7F | 127 | initial transparency |
0x0A | int8 | 01 | 1 | frame interval - blur will be added each "frame interval" frames |
0x0B | int8 | 0C | 12 | unused/padding/garbage (previously believed to be a time in frames, but is not actually used by the engine in any way) |