Difference between revisions of "Custom Terrain"

From Wolfire Games Wiki
Jump to: navigation, search
m (Added TODO)
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Tutorials on how to create and import your custom terrain into Overgrowth. The two tutorials cover two entirely different approaches.
+
{{stub}}
* [http://forums.wolfire.com/viewtopic.php?f=13&t=4732 How to make your own Terrains for OG - Crash Course]
+
 
 +
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)
 +
* [http://forums.wolfire.com/viewtopic.php?f=13&t=12568#p141577 Level terrain tutorial: how to make a custom terrain in L3DT]
 +
 
 +
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]]
 
* [http://forums.wolfire.com/viewtopic.php?f=13&t=5457 Custom Terrain Tutorial]
 
* [http://forums.wolfire.com/viewtopic.php?f=13&t=5457 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.
 +
 +
TODO - recommend and describe how to pull and use existing heightmaps in a given level, also point to good tutorial on how to make own. One does exist on here somewhere.
 +
 +
 +
 +
 +
  
 
[[Category:Overgrowth]]
 
[[Category:Overgrowth]]

Latest revision as of 19:39, 23 October 2017

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.

TODO - recommend and describe how to pull and use existing heightmaps in a given level, also point to good tutorial on how to make own. One does exist on here somewhere.