OBD:TRAM/raw0x10: Difference between revisions

From OniGalore
Jump to navigation Jump to search
No edit summary
 
(added orientation info from Loser's notes on OBD talk:TRAM)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Main Page]] >> [[OBD:Oni Binary Data|Oni Binary Data]] >> [[OBD:File types|File Types]] >> [[OBD:TRAM|TRAM File]] >> x-z-position part
<CENTER>[[OBD:TRAM/raw0x0C|y-position part]] &nbsp;<<&nbsp; '''[[OBD:TRAM|TRAM]] - x-z-position part''' &nbsp;>>&nbsp; [[OBD:TRAM/raw0x14|attack part]]</CENTER>
 
 
<CENTER>[[OBD:TRAM/raw0x0C|<==]] <FONT SIZE=5>TRAM - x-z-position part</FONT> [[OBD:TRAM/raw0x14|==>]]</CENTER>




Line 8: Line 5:




http://www6.fh-eberswalde.de/user/dkriesch/onistuff/images/tram_r02.gif
[[Image:Tram_r02.gif]]




{| BORDER=1 WIDTH=100% CELLPADDING=2 CELLSPACING=1 BGCOLOR="#000000"
{{Table}}
|- ALIGN=CENTER BGCOLOR="#FFDDBB"
{{OBDth}}
| WIDTH=15% | <B>Hex</B>
{{OBDtrBK}}
| WIDTH=15% | <B>Translation</B>
{{OBDtr| 0x00 | float    |FFC8C8| EE D0 10 BE | -0.141422 | x-position of the pelvis }}
| WIDTH=70% | <B>Meaning</B>
{{OBDtr| 0x04 | float    |FFFFC8| 00 96 8F 3D | 0.070110 | z-position of the pelvis }}
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#000000"
| COLSPAN=3 | <FONT SIZE=2 COLOR="#FFFFFF">Below follows one x-z-position block.</FONT>
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#FFC8C8" | EE&nbsp;D0&nbsp;10&nbsp;BE
| -0.141422
| ALIGN=LEFT | x-position of the pelvis
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#FFFFC8" | 00 96 8F 3D
| 0.070110
| ALIGN=LEFT | z-position of the pelvis
|}
|}




<HR>
;NOTE
<CENTER>[[OBD:TRAM/raw0x0C|<==]] <B>TRAM - x-z-position part</B> [[OBD:TRAM/raw0x14|==>]]</CENTER>
:Those are actually ''velocities'', not positions. From one frame to the next, the X and Z coordinates are incremented by the values specified here.
<HR>
:+Z is forward, +X is to the left.
 


<CENTER>[[OBD:TRAM/raw0x0C|y-position part]] &nbsp;<<&nbsp; '''[[OBD:TRAM|TRAM]] - x-z-position part''' &nbsp;>>&nbsp; [[OBD:TRAM/raw0x14|attack part]]</CENTER>


[[Main Page]] >> [[OBD:Oni Binary Data|Oni Binary Data]] >> [[OBD:File types|File Types]] >> [[OBD:TRAM|TRAM File]] >> x-z-position part
{{OBD}}

Latest revision as of 18:51, 26 October 2023

y-position part  <<  TRAM - x-z-position part  >>  attack part


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


Tram r02.gif


Offset Type Raw Hex Value Description
First element (black outline)
0x00 float EE D0 10 BE -0.141422 x-position of the pelvis
0x04 float 00 96 8F 3D 0.070110 z-position of the pelvis


NOTE
Those are actually velocities, not positions. From one frame to the next, the X and Z coordinates are incremented by the values specified here.
+Z is forward, +X is to the left.


y-position part  <<  TRAM - x-z-position part  >>  attack part