Overload Wiki
No edit summary
Sirius R (talk | contribs)
(→‎Guides & Resources: Moved DLE text to new tools page; added link to tools page.)
Line 42: Line 42:
 
There are numerous guides and resources available for the editor, including the documentation file which is shipped with the editor (found in the same folder as the EXE, titled 'Overload_Level_Editor_Documentation).
 
There are numerous guides and resources available for the editor, including the documentation file which is shipped with the editor (found in the same folder as the EXE, titled 'Overload_Level_Editor_Documentation).
   
  +
For tools that can be used to make editing tasks easier, see [[Level Editing Tools]].
Part of an update to Descent Level Editor (DLE), 1.12.31, specifically addresses exporting Descent and Descent II's file formats to .overload files readable by the Overload Level Editor. These can be retextured with new decals and entities, then exported into a level playable by Overload itself. [http://www.descent2.de/files/dle-1.12.31.7z DLE 1.12.31, from www.descent2.de]
 
   
 
<!--Need more stuff here. I would add more but I would rather the original users' permission first!-->
 
<!--Need more stuff here. I would add more but I would rather the original users' permission first!-->

Revision as of 01:46, 8 October 2018


This article is a stub. You can help Overload Wiki by expanding it.

The Overload Level Editor is a tool for creating levels for Overload. Only Single Player and Challenge Mode levels are supported right now. The current version of the editor is 1.0.1.0.

There is also an overview of the Overload DMesh Editor

Installing the Editor

Steam

The editor is available as free DLC on Steam. Although installing it will launch Overload, it will be downloaded and ready to use the next time you try to launch the game.

Other platforms

Version 1.0.1.0 can be downloaded at http://media.revivalprod.com/OverloadLevelEditorWin64.zip.


Linux usage

The Overload Level Editor can be run in Linux using WINE. Use the command WINEARCH=win64, then send "winetricks dotnet40". The editor should run (as of its original release, although it takes some time to launch and may have visual issues.

Editor Overview

Editor panels

The editor workflow is split into five sections:

  • Geometry - Creating the 3D space using cube segments;
  • Texturing - Applying textures to geometry;
  • Entities - Adding interactive elements which can affect gameplay and powerups - this includes Props and Lights;
  • Decals - Detailing spaces with 3D models and light objects for extra geometry and decoration;
  • Global Data - Adjusting data which affect the overall rendering of the map within the game, such as terrain deformation type.


Exported maps

The exported maps will also contain a .cm or .sp file, according to the gametype the map was exported as.

These maps should be installed to C:\ProgramData\Revival\Overload on a Windows machine, and /usr/share/Revival/Overload on a Linux/OSX machine.

More information on these can be found below:

  • Mission Data ([levelname].mission)
    • Contains information such as the music to play, starting weapons, mission name, additional levels, etc;
  • Story text ([levelname]_)EN.txt)
    • Contains information which the game uses to display as comms, briefing, etc;
  • CM (Challenge Mode) Data (challenge_mode_[levelname].txt)
    • Contains information which the game will use to spawn operators within the map;

Guides & Resources

There are numerous guides and resources available for the editor, including the documentation file which is shipped with the editor (found in the same folder as the EXE, titled 'Overload_Level_Editor_Documentation).

For tools that can be used to make editing tasks easier, see Level Editing Tools.


Operator & door reference guides (by LusTucc)

These two images show the names of the operators and doors within the editor alongside their corresponding in-game model.


Decal Functionality (by Hattieboss)

Hattieboss has created a spreadsheet which details the working status of decals within the editor. Also included are a list of the names displayed by certain decals' emissive textures; and links to download the editor/mission maps used to test the decals.

The document can be viewed here.


Texture Previews (by Fisholith)

https://i.imgur.com/CK7QkH1.jpg

The textures shown in the editor are previews of the actual in game textures/materials.

This is an in-game reference for all of the textures.

The textures are laid out in rows of 6, exactly as you see them in the editor's "Texture List" when the View option is set to "SMALL". (See top left corner of Texture List.)


Tutorial Video (by Revival)

An official YouTube playlist of level editor tutorials can be found here. The videos walk through geometry editing, creating a standard level layout, placing entities, decals, texturing, and more.

Editor Tutorial Introduction