Hints for Modding - Needed tools

Please post here for questions and discussion about scenario design and modding.
Post Reply
User avatar
Ronald Wendt
Posts: 1880
Joined: Mon Jun 08, 2009 6:09 am
Contact:

Hints for Modding - Needed tools

Post by Ronald Wendt »

1. For the 3D models:

3D Program with an available Plugin or Converter for the OgreEngine.

To find out if your software is supported see this list of exporters:

http://www.ogre3d.org/wiki/index.php/OGRE_Exporters

Note: The models used in our game have roughly 1000 - 2000 polygons depending on the unit.


2. For the textures:

2D Program that supports .tif, .png, .tga, .dds, .gif, . bmp or .jpg.

Information about the formats can be found here:

http://www.ogre3d.org/wiki/index.php/A_ ... le_Formats

Just keep in mind that those formats vary in quality and quantity (filesize).

The standard format in the game is .dds.

If your program does not support .dds there is a converter for this. Its called TheCompressonator by ATI and we used version 1.41 during development:

http://ati.amd.com/developer/compressonator.html

Note: We used 256x256 Pixels resolution for the textures in the game.


3.For more information:

More infos about the 3D enigne working in the game:

http://www.ogre3d.org/
Post Reply

Return to “Scenario Design and Modding”