Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of content/tools/FromBlenderToOrxonox


Ignore:
Timestamp:
Apr 7, 2011, 11:23:38 PM (13 years ago)
Author:
dafrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • content/tools/FromBlenderToOrxonox

    v2 v3  
    4646
    4747 1. Copy the .mesh file to .../data_extern/models
    48  1. Copy the .material file to .../data_extern/materials/scripts
    49  1. Copy any texture files to .../data_extern/materials/textures
    50  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:
    5151{{{
    5252<?lua ... >
     
    5959</Level>
    6060}}}
     61 5. Make sure you have respected the [wiki:cc_guidelines Guidelines]