8,018
edits
Paradox-01 (talk | contribs) m (wishlist) |
Paradox-01 (talk | contribs) m (-create:oban (cam roots not supported)) |
||
Line 3: | Line 3: | ||
===general information=== | ===general information=== | ||
* The xml code on this page was tested with onisplit '''v0.9.61.0''', '''v0.9.68.0''', '''v0.9.82.0''' | * The xml code on this page was tested with onisplit '''v0.9.61.0''', '''v0.9.68.0''', '''v0.9.82.0''' | ||
* with v0.9.82.0 you can also convert the OBAN into a dae file | |||
: "-extract:dae output src\OBANElevator.oni" exports the animation with a null node | |||
:: in [[Mod_Tool#Scripting|Mod Tool]] the null node is named "unique" and holds keyframes; it can be replicated with ''activesceneroot.AddModel , "unique"'' | |||
: "-extract:dae output src\OBANElevator.oni -geom:M3GMdebris.oni" exports animation with specified geometry | |||
: "-extract:dae output src\OBANElevator.oni -geom:camera" exports animation with camera | |||
* with v0.9.90.0 you can convert a camera dae to OBAN (a camera root is not supported) | |||
: "-create:oban output src\file.dae" | |||
* [[XML:TRIG|laser triggers]] and [[XML:DOOR|door]] files use '''global''' OBAN files | * [[XML:TRIG|laser triggers]] and [[XML:DOOR|door]] files use '''global''' OBAN files | ||
* some cutscene TRAM, animated cutscene objects and camera shots/animations use '''level specific''' OBAN files | * some cutscene TRAM, animated cutscene objects and camera shots/animations use '''level specific''' OBAN files |
edits