OBD:TRAM/raw0x1C: Difference between revisions

From OniGalore
Jump to navigation Jump to search
mNo edit summary
m (not sure if this is really "unknown" at this point, but what the hell)
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            | unknwon; maybe trailing in frames? }}
{{OBDtr| 0x0B | int8    |C8FFC8| 0C          | 12            | unknown; maybe trailing in frames? }}
|}
|}



Revision as of 15:21, 8 September 2020

damage part  <<  TRAM - motion blur part  >>  shortcut part


This part belongs to the 01865-KONCOMpunch_heavy.TRAM file.


Tram r05.gif


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:


0x01000000 - pelvis
0x02000000 - left thigh
0x04000000 - left calf
0x08000000 - left foot
0x10000000 - right thigh
0x20000000 - right calf
0x40000000 - right foot
0x80000000 - mid
0x00010000 - chest
0x00020000 - neck
0x00040000 - head
0x00080000 - left shoulder
0x00100000 - left arm
0x00200000 - left wrist
0x00400000 - left fist
0x00800000 - right shoulder
0x00000100 - right arm
0x00000200 - right wrist
0x00000400 - right fist


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 unknown; maybe trailing in frames?


damage part  <<  TRAM - motion blur part  >>  shortcut part