Talk:Creating a level

From OniGalore
Revision as of 14:36, 12 November 2023 by Paradox-01 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Todo

  • Provide a demo level where the import works flawlessly (including the shared classes folder).
  • The wiki page should be the ultimate place to read on level creation. If somebody needs to check out the links under "Forum tutorials on level creation" or "Wiki pages on level creation" it simply means this wiki page did not a good job in covering all relevant information. Please, let's not get nostalgia or feelings of pride get in the way.
  • Update the page to be compatible with the newest OniSplit version.
    • OniSplit v0.9.99.0+ no longer supports node tags when importing, so instead of…
              <Import Path="env/lab_motorcycle.dae">
                  <Node Id="motorcycle">
                      <ScriptId>9</ScriptId>
                      <GunkFlags>NoCollision</GunkFlags>
                  </Node>
              </Import>

…we need to use:

              <Import Path="env/lab_motorcycle.dae">
                      <ScriptId>9</ScriptId>
                      <GunkFlags>NoCollision</GunkFlags>
              </Import>
  • Update the page with blender examples. Move XSI stuff into the blue foldable archive sections (boxes).
  • Add tips for cutscene characters: sync pelvis OBAN and partner TRAM (mention old use of flag "RealWord").
  • Add notes on camera and film import.