XML:TRAS
Jump to navigation
Jump to search
TRAS : Totoro Aiming Screen | ||
---|---|---|
XML
TRAM << Other file types >> TRBS |
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 |