8,018
edits
Paradox-01 (talk | contribs) (rewriting export/import ... soon) |
Paradox-01 (talk | contribs) (export) |
||
Line 5: | Line 5: | ||
===export=== | ===export=== | ||
TRAM files can be extracted '''A) as pure xml''' files or '''B) as xml and dae''' files. | |||
For editing the actual animation you will want to use the method B. | |||
While doing the export you might see errors such as | |||
Cannot find instance 'TRAMKONCOMthrow_rev' | |||
Cannot find instance 'TRAMKONCOMthrow_rev' | |||
Cannot find instance 'TRAMKONRIFturn_right' | |||
Cannot find instance 'TRAMKONOKOlev18_ZomStand' | |||
Cannot find instance 'TRAMKONOKOcorner_hide' | |||
Cannot find instance 'TRAMKONPIScorner_hide' | |||
Ignore them, those files doesn't exist. | |||
(Someday we should remove them from TRAC.) | |||
====xml and dae output via command line==== | |||
onisplit -extract:xml ''output_path'' -anim-body:path_to_''ONCCname.oni'' path_to_''TRAMname.oni'' | |||
====xml and dae output via Vago==== | |||
'''Step 1:''' Use "General" tab. | |||
'''Step 2:''' Select "ONI" as ("From") input format. | |||
'''Step 3:''' Select "XML" as ("To") output format. | |||
'''Step 4:''' Click on "Add" button to chose an ONCC file. | |||
'''Step 5:''' Check "Another TRAM" to chose a character animation file. | |||
'''Step 6:''' Click on "Convert". | |||
edits