Changes between Version 2 and Version 3 of content/tools/FromBlenderToOrxonox
- Timestamp:
- Apr 7, 2011, 11:23:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/tools/FromBlenderToOrxonox
v2 v3 46 46 47 47 1. Copy the .mesh file to .../data_extern/models 48 1. Copy the .material file to .../data_extern/materials/scripts49 1. Copy any texture files to .../data_extern/materials/textures50 1. Goto trunk/data/levels and open any level file (empty_level.oxw is always a good choice for tests) and insert:48 2. Copy the .material file to .../data_extern/materials 49 3. Copy any texture files to .../data_extern/images/textures 50 4. Goto trunk/data/levels and open any level file (empty_level.oxw is always a good choice for tests) and insert: 51 51 {{{ 52 52 <?lua ... > … … 59 59 </Level> 60 60 }}} 61 5. Make sure you have respected the [wiki:cc_guidelines Guidelines]