OBD:TRAM/raw0x30: Difference between revisions

From OniGalore
Jump to navigation Jump to search
mNo edit summary
m (unnecessary side edit as I go through the TRAM)
 
Line 19: Line 19:
;Notes
;Notes
:If the RealWorld animation flag is set then this part contains garbage and it is ignored.
:If the RealWorld animation flag is set then this part contains garbage and it is ignored.
:All values need to be multiplied by 0.01 to get the real values.
:All values need to be multiplied by 0.01 to get the real values, i.e., the discretized unit here is 1/100th of Oni's regular world unit.
:The x,z position is relative to the initial character location.
:The x,z position is relative to the initial character location at the start of the animation.


<CENTER>[[OBD:TRAM/raw0x2C|particle part]] &nbsp;<<&nbsp; '''[[OBD:TRAM|TRAM]] - position part''' &nbsp;>>&nbsp; [[OBD:TRAM/raw0x34|bodyparts animation  part]]</CENTER>
<CENTER>[[OBD:TRAM/raw0x2C|particle part]] &nbsp;<<&nbsp; '''[[OBD:TRAM|TRAM]] - position part''' &nbsp;>>&nbsp; [[OBD:TRAM/raw0x34|bodyparts animation  part]]</CENTER>


{{OBD}}
{{OBD}}

Latest revision as of 21:16, 30 January 2022

particle part  <<  TRAM - position part  >>  bodyparts animation part


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


Tram r10.gif


Offset Type Raw Hex Value Description
First element (black outline)
0x00 int16 00 00 0 x position
0x02 int16 00 00 0 z position
0x04 uint16 8A 04 1162 vertical extent
0x06 int16 BF FF -65 y offset of the vertical extent from character location
Notes
If the RealWorld animation flag is set then this part contains garbage and it is ignored.
All values need to be multiplied by 0.01 to get the real values, i.e., the discretized unit here is 1/100th of Oni's regular world unit.
The x,z position is relative to the initial character location at the start of the animation.
particle part  <<  TRAM - position part  >>  bodyparts animation part