OTT3D Development

From Transport Empire
Revision as of 10:13, 15 September 2009 by Lonwolf (Talk | contribs)

Jump to: navigation, search

General information

Getting the source : -svn link will be added-

Getting the medias : -ftp download will be added-

Temporary all-in-one archive: OTT3D ver 0.01

Temporary readMe file: readMe

Note: Current version is 0.02 since the Auto-fit-blocks algorithm was completed.


About

The purpose of this project is similar to TransportEmpire. The distinctive main feature (and goal): progressing from a tile-based game to full 3D.

Getting the code to work (a.k.a. Prerequisites):

Ogre3D source. Compile and build this yourself! don't use the SDK it's something acting like a princess and may toss nasty assertion errors although you just create a renderWindow (it depends on your machine and OS or i don't know). Anyway it's safer this way. Also download the dependencies from that page. If you are new to Ogre check these out first! How-to-compile, How-to-setup and Need-to-know-Tutorials.

CEGUI - often comes shipped with the ogre dependencies.

Editable Terrain Manager Great thanks to the coders of this little library, saved me the effort of reinventing the wheel. It uses Heightmaps rather than modifying the VertexData of a terrain mesh (waaaay more clean and fast).


//adding coder and artist content