XML:TRAS: Difference between revisions

From OniGalore
Jump to navigation Jump to search
mNo edit summary
m (putting nav header parameters in more logical order)
Line 1: Line 1:
{{XML_File_Header | type=TRAS | prev=TRAM | next=TRBS | name=Totoro Aiming Screen }}
{{XML_File_Header | prev=TRAM | type=TRAS | next=TRBS | name=Totoro Aiming Screen}}





Revision as of 19:27, 27 March 2021

TRAS : Totoro Aiming Screen
XML modding tips
  • See HERE to start learning about XML modding.
  • See HERE if you are searching for information on how to handle object coordinates.
  • See HERE for some typical modding errors and their causes.
XML.png
XML

TRAM << Other file types >> TRBS

switch to OBD page


ONCC (<AimingScreens>)
  |
  +--TRSC
       |
       +--TRAS (multiple)
            |
            +--TRAM*_fire_arc


TRAM*_fire_arc are exported with QKeys (quaternions) in xml. These are, according to the hex page, not stored versus time like in ordinary TRAMs but as a list.


tag type description
<TRAS id="0"> parent tag
<Animation> link TRAM file
<LeftStep> float
<RightStep> float
<LeftFrames> integer
<RightFrames> integer
<DownStep> float
<UpStep> float
<DownFrames> integer
<UpFrames> integer