Custom Terrain

From Wolfire Games Wiki
Revision as of 07:19, 31 May 2012 by Ninjas (talk | contribs)
Jump to: navigation, search

This article is a stub. You should help Wolfire by expanding it.

Tutorials on how to create and import your custom terrain into Overgrowth. Here is the most up to date tutorial (Video tutorial) (Sep 29, 2011)

And here are out dated, but still usable tutorials

You can find the cached and simplified model of the terrain in your user documents wolfire/overgrowth/data/textures/terrain/levelname/

Level XML Reference:

  • ExtraAO tag takes a value from 0 to 1, with anything above 0 adding darker and more subtle AO.

example: <ExtraAO>0.6</ExtraAO>

  • ModelOverride tag specifies a path to a model to use instead of the one generated from the heightmap,

example: <ModelOverride>Data/Models/cave_test.obj</ModelOverride>

Moved WIP tutorial to discussion.