Custom Terrain
From Wolfire Games Wiki
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
- The two tutorials cover two entirely different approaches.
- How to make your own Terrains for OG - Crash Course
- Custom Terrain Tutorial
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.