Talk:Creating a level: Difference between revisions

From OniGalore
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
==Todo==
==Todo==
*update page referring only to the newest OniSplit version
*'''Provide a demo level where the import works flawlessly (including the shared classes folder).'''
*update page with blender examples, move XSI stuff to an archive page
*'''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.
*add tips for cutscene characters: sync pelvis OBAN and partner TRAM
*'''Update the page''' to be compatible with the '''newest OniSplit version'''.
*add notes on camera and film import
**OniSplit v0.9.99.0+ no longer supports node tags when importing, so instead of…
*make new demo level after implementation of final scene import/export, DAE-based CRSA import/export, shared folder bug fix, ENVP recycler
*OniSplit v0.9.99.0+ no longer supports node tags when importing, so instead of…


               <Import Path="env/lab_motorcycle.dae">
               <Import Path="env/lab_motorcycle.dae">
Line 20: Line 18:
                       <GunkFlags>NoCollision</GunkFlags>
                       <GunkFlags>NoCollision</GunkFlags>
               </Import>
               </Import>
*'''Update the page with blender examples'''. Move XSI stuff to an archive page.
*Add tips for cutscene characters: sync pelvis OBAN and partner TRAM (mention old use of flag "RealWord").
*Add notes on camera and film import.

Revision as of 15:42, 2 November 2023

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 to an archive page.
  • Add tips for cutscene characters: sync pelvis OBAN and partner TRAM (mention old use of flag "RealWord").
  • Add notes on camera and film import.