8,452
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) m (+ todo note) |
||
Line 5: | Line 5: | ||
* tips with cutscene charas: sync pelvis OBAN and partner TRAM | * tips with cutscene charas: sync pelvis OBAN and partner TRAM | ||
* notes on camera and film import ? | * notes on camera and film import ? | ||
* make new demo level after implementation of final scene import/export, dae-based CRSA import/export, shared folder bugfix | |||
** try to clean page a bit | |||
** also, import section of v0.9.99.0+ no longer supports node tags | |||
<Import Path="env/lab_motorcycle.dae"> | |||
<Node Id="motorcycle"> | |||
<ScriptId>9</ScriptId> | |||
<GunkFlags>NoCollision</GunkFlags> | |||
</Node> | |||
</Import> | |||
use instead: | |||
<Import Path="env/lab_motorcycle.dae"> | |||
<ScriptId>9</ScriptId> | |||
<GunkFlags>NoCollision</GunkFlags> | |||
</Import> | |||
edits