First Model: Difference between revisions

Created page with "This article will guide you through the process of setting everything up for creating and exporting models for OpenClonk. __TOC__ ===Installing=== You need the following thi..."
 
 
Line 6: Line 6:
You need the following things to create a model for OpenClonk:
You need the following things to create a model for OpenClonk:


- Blender
*Blender


- the BlenderOgreExporter
*the BlenderOgreExporter


- the OgreXmlConverter
*the OgreXmlConverter


Blender can be downloaded from [http://www.blender.org www.blender.org]. The BlenderOgreExporter and the OgreXmlConverter can be downloaded here: [http://www.renderclonks.de/files/ClonkOgreExporter.zip ClonkOgreExporter.zip]
Blender can be downloaded from [http://www.blender.org www.blender.org]. The BlenderOgreExporter and the OgreXmlConverter can be downloaded here: [http://www.renderclonks.de/files/ClonkOgreExporter.zip ClonkOgreExporter.zip]
To install them extract the files from the zip file and copy them to:
To install them extract the files from the zip file and copy them to:


- Linux: ~/.config/blender/2.71/scripts/addons/
*Linux: ~/.config/blender/[version]/scripts/addons/


- Windows: ........
*Windows: [blender directory]/[version]/scripts/addons/


.............
[version] should be the version of the installed Blender e.g. 2.71
 
Then you still have to enable the addon:
 
*Load up Blender, go to File>User Preferences>Addons>Import-Export and enable the "OGRE Clonk Exporter" addon. Then click on "Save User Settings". You can also use the search box to look for an addon containing "Clonk".
 
Now you should have an entry in File>Export>Ogre3D Clonk (.scene and .mesh)

Latest revision as of 18:05, 22 June 2015

This article will guide you through the process of setting everything up for creating and exporting models for OpenClonk.

Installing

You need the following things to create a model for OpenClonk:

  • Blender
  • the BlenderOgreExporter
  • the OgreXmlConverter

Blender can be downloaded from www.blender.org. The BlenderOgreExporter and the OgreXmlConverter can be downloaded here: ClonkOgreExporter.zip To install them extract the files from the zip file and copy them to:

  • Linux: ~/.config/blender/[version]/scripts/addons/
  • Windows: [blender directory]/[version]/scripts/addons/

[version] should be the version of the installed Blender e.g. 2.71

Then you still have to enable the addon:

  • Load up Blender, go to File>User Preferences>Addons>Import-Export and enable the "OGRE Clonk Exporter" addon. Then click on "Save User Settings". You can also use the search box to look for an addon containing "Clonk".

Now you should have an entry in File>Export>Ogre3D Clonk (.scene and .mesh)