8,018
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) m (-anim-merge) |
||
Line 9: | Line 9: | ||
For editing the actual animation you will want to use method B. | For editing the actual animation you will want to use method B. | ||
While doing the export you might see errors such as | While doing the export with ONCC you might see errors such as | ||
Cannot find instance 'TRAMKONCOMthrow_rev' | Cannot find instance 'TRAMKONCOMthrow_rev' | ||
Line 24: | Line 24: | ||
====via command line==== | ====via command line==== | ||
onisplit -extract:xml | for single file export | ||
onisplit -extract:xml output_path -anim-body:path_to\TRBS_or_ONCCname.oni path_to\TRAMname.oni | |||
for merged file export | |||
onisplit -extract:xml output_path '''-anim-merge''' -anim-body:path_to\TRBS_or_ONCCname.oni path_to\TRAMname1.oni path_to\TRAMnameN.oni | |||
edits