Difference between revisions of "Portal:Overgrowth"

From Wolfire Games Wiki
Jump to: navigation, search
(Modding)
(Asset Creation)
 
(99 intermediate revisions by 8 users not shown)
Line 5: Line 5:
  
  
[http://www.wolfire.com/overgrowth Overgrowth] is a cross-platform game in development by Wolfire Games, an independent game company consisting of David Rosen, founder and lead programmer, and Aubrey Serr, lead artist. Overgrowth is the spiritual successor to [[Lugaru]], a game also developed by Wolfire. Development for Overgrowth was officially announced on September 17th, 2008. The game is currently in Alpha and is playable via [http://www.wolfire.com/overgrowth/preorder preorder].
+
[http://www.wolfire.com/overgrowth 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 [http://www.wolfire.com/overgrowth/preorder direct order], through [https://www.humblebundle.com/store/overgrowth Humble Bundle], and [http://store.steampowered.com/app/25000/Overgrowth/ Steam].
  
Gameplay emphasises 3rd-person, fluid, fast-paced melee combat, and 3D-platforming. 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 a collection of maps (some of which are populated by enemies) which the player is able to explore (and modify if they are so inclined). As of Alpha v197, there is are two additional gameplay modes, one dubbed "Arena", in which the player is pitted against procedurally generated enemies in gladiatorial matches, and one dubbed "Challenge", a collection of 12 levels in which the player must complete a certain task or set of tasks.
+
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].
  
As of yet there is no definite story line. However, in a 2012 interview with British video gaming website zConnection, the Wolfire team stated that they are planning on continuing the story of [[Turner]], a couple of years after the events of [[Lugaru]]. In addition to anthropomorphic rabbits and wolves, the Overgrowth Universe now already includes cats, dogs, and rats (see article: [[Races]]).
+
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.
  
== Getting Started ==
+
== Playing and Configuring Overgrowth ==
* [[Getting_Started | First Steps]]
+
* [[Getting Started]]
 +
* [[Control Reference]]
 
* [[Configuring Overgrowth]]
 
* [[Configuring Overgrowth]]
* [[Control Reference]]
+
* [[Overgrowth FAQ]]
* [[Overgrowth Alpha FAQ| Overgrowth FAQ]]
+
 
* [[Alpha List]]
+
== The Overgrowth Universe ==
 +
* [[Races]]
 +
* [[Locations]]
 +
* [[Characters (lore)]]
 +
* [[Equipment and Weapons]]
 +
* [[Lore]]
 +
 
 +
== Phoenix Engine Documentation ==
 +
 
 +
Here we aim to provide comprehensive documentation about all features relevant to modding and level editing.
 +
To get started with the editor, level making and modding, Constance has a really well made video tutorial on youtube https://www.youtube.com/watch?v=eS3RujmDQ2M&list=PLuNY3k_ozhofaucF0mq043_QAj8eEgXzV&index=1
 +
 
 +
=== General ===
 +
* [[Creating a new Mod]]
  
== Modding ==
+
=== Level Editing ===
* [[Phoenix Engine]]
 
 
* [[Editor Interface]]
 
* [[Editor Interface]]
 +
* [[Overgrowth Levels | Setting Up a Level - XML Files]]
 +
* [[Prefabs]]
 +
* [[Custom Terrain | Choosing or Creating Terrain]]
 +
* [[Lighting]]
 +
* [[Script Parameters]]
 +
* [[Characters]]
 +
* [[Weapons]]
 +
* [[NPC Navigation]]
 +
* [[Hotspots]]
 +
* [[Dialogue Editor]]
 +
* [[Checkpoints]]
 +
* [[Shader And Weather Effects]]
 +
** [[Rain Weather Effects]]
 +
* [[LevelScripts]]
 +
 +
=== Asset Creation ===
 +
* [[3D Objects]]
 
* [[Custom Terrain]]
 
* [[Custom Terrain]]
* [[Making New Models & Textures]]
+
* [[Custom Weapons & Items |Custom Weapons and Equippable Items]]
* [[Importing Models & Textures]]
+
* [[Character Models]]
 +
* [[Custom Animations]]
 +
* [[Custom Attacks]]
 +
* [[Particle Effects]]
 
* [[Custom Decals]]
 
* [[Custom Decals]]
* [[Scripting]]
+
* [[Binary File Formats]]
* [[Mod List]]
+
* [[Xml File Formats]]
* [[Level XML reference]]
+
* [[Shader Creation]]
  
== Tutorials ==
+
=== Tutorials ===
* [[How to make your own models for Overgrowth]]
+
* [[Making a Pitch Black Level]]
* [[How to update to the latest alpha version on Windows]]
+
* [[Making New Models & Textures]]
 +
* [[Dialogue]]
  
==Alpha Testing==
+
=== Scripting ===
 
+
* [[Scripting]]
* [[Overgrowth tests]] {{stub}}
+
* [[Common Script External Code]]
 
+
* [[Hotspot Scripting]]
== The Overgrowth Universe ==
+
** [[Level Script External Code|Hotspot Script External Code]]
* [[Races]]
+
* [[LevelScripts]]
* [[Locations]]
+
** [[Level Script External Code]]
* [[Characters]]
+
* [[Character Scripting]]
* [[Equipment and Weapons]]
+
** [[Character Script External Code]]
* [[Alpha Stages]]
+
* [[Editor Camera]]
* [[Lore]]
+
** [[Editor Camera Script External Code]]
  
 
== Misc ==
 
== Misc ==
Line 51: Line 85:
 
* [[Supported Video Cards]]
 
* [[Supported Video Cards]]
 
* [[Overgrowth_Linux|Linux]]
 
* [[Overgrowth_Linux|Linux]]
 +
* [[Alpha List]]
 +
* [[Overgrowth tests]] {{stub}}
 +
* [[Post Processing Effects]]

Latest revision as of 09:16, 10 September 2023


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 documentation about all features relevant to modding and level editing. To get started with the editor, level making and modding, Constance has a really well made video tutorial on youtube https://www.youtube.com/watch?v=eS3RujmDQ2M&list=PLuNY3k_ozhofaucF0mq043_QAj8eEgXzV&index=1

General

Level Editing

Asset Creation

Tutorials

Scripting

Misc

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