Difference between revisions of "Portal:Overgrowth"

From Wolfire Games Wiki
Jump to: navigation, search
m (Restructured link menu a bit)
(Level Editing: - Rearranged List & Added link to dialogue page)
(32 intermediate revisions by 5 users not shown)
Line 9: Line 9:
 
Overgrowth's Gameplay emphasizes fluid, fast-paced, 3rd-person perspective armed and unarmed melee combat, 3D-platforming, and stealthy infiltration. Overgrowth uses a custom game engine codenamed "[[Phoenix Engine|Phoenix]]", and a lot of work has been put into making it accessible to [[Editor_Interface|modding]].
 
Overgrowth's Gameplay emphasizes fluid, fast-paced, 3rd-person perspective armed and unarmed melee combat, 3D-platforming, and stealthy infiltration. Overgrowth uses a custom game engine codenamed "[[Phoenix Engine|Phoenix]]", and a lot of work has been put into making it accessible to [[Editor_Interface|modding]].
  
The game currently consists of two campaigns - a remastering of Lugaru in the Phoenix engine, and its successor, the new Overgrowth campaign, as well as a collection of maps (many of which are populated by enemies) which the player is able to explore, fight through, and even modify if they are so inclined. There are three additional gameplay modules, one called "Arena", in which the player is pitted against procedurally generated NPC enemies in gladiatorial matches, one dubbed "Challenge", a collection of 12 levels in which the player must complete a certain task or set of tasks, and "Versus," a two-player local competitive mode in which you can fight your friends, or enemies! There are also numerous player-made characters, weapons, maps, campaigns, and gameplay modifications available through the [https://steamcommunity.com/app/25000/workshop/ Steam Workshop], and a community-made tool called the [http://forums.wolfire.com/viewtopic.php?f=13&t=14201 SUMlauncher].
+
The game currently consists of two campaigns - a remastering of Lugaru in the Phoenix engine, and its successor, the new Overgrowth campaign, as well as a collection of maps (many of which are populated by enemies) which the player is able to explore, fight through, and even modify if they are so inclined. There are three additional gameplay modules, one called "Arena", in which the player is pitted against procedurally generated NPC enemies in gladiatorial matches, and "Versus," a two-player local competitive mode in which you can fight your friends, or enemies! There are also numerous player-made characters, weapons, maps, campaigns, and gameplay modifications available through the [https://steamcommunity.com/app/25000/workshop/ Steam Workshop], and a community-made tool called the [http://forums.wolfire.com/viewtopic.php?f=13&t=14201 SUMlauncher].
  
The story of Overgrowth features a continuation of [[Turner]]'s journey, a couple of years after the events of [[Lugaru]]. In addition to anthropomorphic rabbits and wolves, the Overgrowth Universe now includes cats, dogs, and rats (see article: [[Races]]), all of whom appear in the main campaign.
+
The story of Overgrowth features a continuation of [[Turner]]'s journey, 1 year after the events of [[Lugaru]]. In addition to anthropomorphic rabbits and wolves, the Overgrowth Universe now includes cats, dogs, and rats (see article: [[Races]]), all of whom appear in the main campaign.
 +
 
 +
== Playing and Configuring Overgrowth ==
 +
* [[Getting Started]]
 +
* [[Control Reference]]
 +
* [[Configuring Overgrowth]]
 +
* [[Overgrowth Alpha FAQ| Overgrowth Alpha FAQ]]
  
 
== The Overgrowth Universe ==
 
== The Overgrowth Universe ==
Line 19: Line 25:
 
* [[Equipment and Weapons]]
 
* [[Equipment and Weapons]]
 
* [[Lore]]
 
* [[Lore]]
 
== Getting Started ==
 
* [[Control Reference]]
 
* [[Getting_Started | First Steps]]
 
* [[Configuring Overgrowth]]
 
 
* [[Overgrowth Alpha FAQ| Overgrowth FAQ]]
 
 
  
 
== Phoenix Engine Documentation ==
 
== Phoenix Engine Documentation ==
  
Here we aim to provide comprehensive technical documentation about all features relevant to modding and level editing. If you're looking for tutorials, see the ''Modding Tutorials'' heading below.
+
Here we aim to provide comprehensive technical documentation about all features relevant to modding and level editing.
  
 
=== Level Editing ===
 
=== Level Editing ===
 
* [[Editor Interface]]
 
* [[Editor Interface]]
** [[Creating a new Mod]]
+
* [[Creating a new Mod]]
** [[Overgrowth Levels]]
+
* [[Overgrowth Levels | Setting Up a Level - XML Files]]
* [[Shader And Weather Effects]]
+
** [[Custom Terrain | Choosing or Creating Terrain]]
 +
** [[Characters]]
 +
** [[Dialogue]]
 +
** [[Checkpoints]]
 +
** [[Hotspots]]
 +
** [[Shader And Weather Effects]]
 +
*** [[Rain Weather Effects]]
 +
** [[LevelScripts]]
 +
** [[Scripting]]
 +
** [[Script Parameters]]
  
 
=== Asset Creation ===
 
=== Asset Creation ===
 
* [[3D Objects]]
 
* [[3D Objects]]
 
* [[Character Models]]
 
* [[Character Models]]
** [[Making New Models & Textures]]
+
* [[Making New Models & Textures]]
 
* [[Particle Effects]]
 
* [[Particle Effects]]
 +
* [[Custom Decals]]
 +
* [[Custom Weapons]]
  
=== Other ===
+
=== Tutorials ===
* [[Scripting]]
+
* [[Making a Pitch Black Level]]
** [[Hotspots]]
 
* [[Post Processing Effects]]
 
  
==Modding Tutorials==
+
=== Scripting ===
* [[Custom Decals]]
+
* [[Common Script External Code]]
* [[Custom Terrain]]
+
* [[Hotspot Scripting]]
 +
** [[Level Script External Code|Hotspot Script External Code]]
 
* [[LevelScripts]]
 
* [[LevelScripts]]
* [[Checkpoints]]
+
** [[Level Script External Code]]
 +
* [[Characters]]
 +
** [[Character Script External Code]]
 +
* [[Editor Camera]]
 +
** [[Editor Camera Script External Code]]
  
 
== Misc ==
 
== Misc ==
Line 61: Line 73:
 
* [[Alpha List]]
 
* [[Alpha List]]
 
* [[Overgrowth tests]] {{stub}}
 
* [[Overgrowth tests]] {{stub}}
 +
* [[Post Processing Effects]]

Revision as of 05:37, 14 January 2018


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.


Overgrowth is a cross-platform game developed by Wolfire Games, an independent game development company. Overgrowth is the spiritual successor to Lugaru, an earlier game also developed by Wolfire. Development of Overgrowth was officially announced on September 17th, 2008, and version 1.0 was officially released on October 16th, 2017. The game is currently purchasable via direct order, through Humble Bundle, and Steam.

Overgrowth's Gameplay emphasizes fluid, fast-paced, 3rd-person perspective armed and unarmed melee combat, 3D-platforming, and stealthy infiltration. Overgrowth uses a custom game engine codenamed "Phoenix", and a lot of work has been put into making it accessible to modding.

The game currently consists of two campaigns - a remastering of Lugaru in the Phoenix engine, and its successor, the new Overgrowth campaign, as well as a collection of maps (many of which are populated by enemies) which the player is able to explore, fight through, and even modify if they are so inclined. There are three additional gameplay modules, one called "Arena", in which the player is pitted against procedurally generated NPC enemies in gladiatorial matches, and "Versus," a two-player local competitive mode in which you can fight your friends, or enemies! There are also numerous player-made characters, weapons, maps, campaigns, and gameplay modifications available through the Steam Workshop, and a community-made tool called the SUMlauncher.

The story of Overgrowth features a continuation of Turner's journey, 1 year after the events of Lugaru. In addition to anthropomorphic rabbits and wolves, the Overgrowth Universe now includes cats, dogs, and rats (see article: Races), all of whom appear in the main campaign.

Playing and Configuring Overgrowth

The Overgrowth Universe

Phoenix Engine Documentation

Here we aim to provide comprehensive technical documentation about all features relevant to modding and level editing.

Level Editing

Asset Creation

Tutorials

Scripting

Misc

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