6 | | Study the Ogre Resource providing concept on the documentation pages (also consider the Doxygen code). Then try to extend the Ogre framework to be able to also also the kind of files we want to load. A little abstract: |
7 | | * Level files: oxw (XML) |
8 | | * Overlay files: oxo (XML), though this could be replaced by oxw since its both XML |
9 | | * TCL scripts: tcl |
| 6 | Study the Ogre Resource providing concept on the documentation pages (also consider the Doxygen code). Then try to extend the Ogre framework to be able to also find the kind of files we want to load. A little abstract: |
| 7 | * Level files: *.oxw (XML) |
| 8 | * Overlay files: *.oxo (XML), though this could be replaced by oxw since its both XML |
| 9 | * TCL scripts: *.tcl |
| 10 | * Lua scripts: *.lua |