XML:TRAS

From OniGalore
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

TRAS files supply overlay animations meant to be mixed with pre-existing animation states in a character when they are aiming a weapon. The OBD page has a good explanation of the particulars.

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

TRAM*_fire_arc files are exported with QKeys (quaternions) in XML. These are 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