Difference between revisions of "Overgrowth Map Editing"
From Wolfire Games Wiki
Silverfish (talk | contribs) m (Overgrowth map editing moved to Overgrowth Map Editing) |
Silverfish (talk | contribs) m (Small fixes here and there.) |
||
Line 1: | Line 1: | ||
− | + | Overgrowth features a set of tools that can be used to modify the game. | |
− | + | ||
+ | The current alpha version allows the user to: | ||
* Place and transform [[models]] and [[decals]]. | * Place and transform [[models]] and [[decals]]. | ||
− | * Place [[hotspots]] to trigger JavaScript files. | + | * Place [[hotspots]] to trigger [http://en.wikipedia.org/wiki/Javascript JavaScript] files. |
* Modify the [[lighting]]. | * Modify the [[lighting]]. | ||
− | * [[Rigging Editor|Rig]] and [[Animation Editor|animate]] any model | + | * [[Rigging Editor|Rig]] and [[Animation Editor|animate]] any model |
− | + | Apart from the functionality built into the editor, there are some other, more advanced ways of modifying the game by importing new [[Custom_Terrain|terrain]], [[Custom_Models_%26_Textures|models]] or UIs for example. Look under the ''Modding Overgrowth'' headline [[Overgrowth|here]] for that. | |
+ | |||
== Getting Started == | == Getting Started == | ||
* [[Introduction to Editing in Overgrowth]] - An introduction to the basic principles of map editing in Overgrowth. | * [[Introduction to Editing in Overgrowth]] - An introduction to the basic principles of map editing in Overgrowth. | ||
* [[Overgrowth Controls]] - How to use the mouse and keyboard to navigate and manipulate objects. | * [[Overgrowth Controls]] - How to use the mouse and keyboard to navigate and manipulate objects. | ||
+ | |||
== Reference == | == Reference == | ||
* [[Toolbars]] | * [[Toolbars]] | ||
* [[Tools]] | * [[Tools]] | ||
* [[Hotkeys]] | * [[Hotkeys]] | ||
− | == | + | |
+ | == Misc == | ||
* [[Known Bugs]] | * [[Known Bugs]] |
Revision as of 02:01, 2 November 2009
Overgrowth features a set of tools that can be used to modify the game.
The current alpha version allows the user to:
- Place and transform models and decals.
- Place hotspots to trigger JavaScript files.
- Modify the lighting.
- Rig and animate any model
Apart from the functionality built into the editor, there are some other, more advanced ways of modifying the game by importing new terrain, models or UIs for example. Look under the Modding Overgrowth headline here for that.
Getting Started
- Introduction to Editing in Overgrowth - An introduction to the basic principles of map editing in Overgrowth.
- Overgrowth Controls - How to use the mouse and keyboard to navigate and manipulate objects.