Difference between revisions of "Portal:Overgrowth"

From Wolfire Games Wiki
Jump to: navigation, search
(added a link to a new page: Effects System)
m (Moved the "Introduction to Overgrowth Modding" to a new page, added "outdated" next to the rigging/anim link)
Line 26: Line 26:
  
 
{{stub}}
 
{{stub}}
==Introduction to Mods==
+
== Introduction to Overgrowth Modding ==
Here is the current modding situation:
 
 
 
by [http://forums.wolfire.com/memberlist.php?mode=viewprofile&u=13814| Endoperez] » Fri Jun 17, 2011
 
 
 
Here's the non-script, non-UI stuff for now.
 
 
 
Terrains and levels - the lack of documentation hurts, but it should be possible to convert a grayscale heightmap into a custom Overgrowth level.
 
 
 
Mesh objects - houses, walls, towers, trees, fruit, any static object is possible. The normal maps should preferably be in Object space format, but Tangent space works too, it just needs a different shader. The files should be exported in OBJ format, check scale by opening one of the OBJ files that come with Overgrowth. Custom weapons work as well as the official weapons, (pretty poorly at the moment, but they're easy to update as more weapon features appear).
 
 
 
Special effects, animated objects - there's a shader for plants moving in the wind. There's no shader for water of any kind. Particle systems might be possible but the examples are so few that anything beyond a dust cloud on impact takes some experimentation. Shaders all come with the game in readable format, so any shader wizards shouldn't have major problems coming up with new shaders if they want to.
 
 
 
Animated characters, custom animations for existing characters - If you use Blender 2.56, the animation exporting scripts should work. You get the scripts and the .blend files with the alphas. Theoretically, it should be possible to create and animate a custom character, but the scripts are written to only use the default animations at the default paths I think, so it wouldn't really be worth the effort ATM.
 
  
 
* [[Wolfire Games Wiki:Community Portal]]
 
* [[Wolfire Games Wiki:Community Portal]]
Line 63: Line 50:
 
== Videos ==
 
== Videos ==
 
* [[Animation and Scripting]]
 
* [[Animation and Scripting]]
* [[Rigging and Animation]]
+
* [[Rigging and Animation]] - OUTDATED
 
* [[Decals]]
 
* [[Decals]]
  

Revision as of 05:43, 21 June 2011


Overgrowth Header.png

Welcome to the Overgrowth Portal!

Click Here to return to the Main Page.

  • Here you will find everything related to Overgrowth!


Overgrowth HomepageSPFHelp 144 pages.
Whaleman does NOT approve!
This page had been neglected for too long


Overgrowth takes place in the savage world of Lugaru where rabbits, wolves and other animals are forced to use paws, claws and medieval weaponry to engage each other in battle. Combining 3rd person adventure platforming with intricate melee combat, Overgrowth achieves a unique feel.

Overgrowth also benefits from Wolfire's brand new Phoenix Engine which has been built from the ground up to allow the use of cutting edge graphics, animation, and physics. Add to these exciting features Overgrowth’s realistic artificial intelligence and streamlined control system and the result is an astoundingly immersive experience.

The Game

Overgrowth Universe

Alpha Testing

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

Introduction to Overgrowth Modding

Getting Started

Getting your hands dirty

Videos

Tutorials

Misc