Difference between revisions of "EXtendable WAD Editor"

From DoomWiki.org

[unchecked revision][checked revision]
m (doomworld.com now uses HTTPS by default)
(15 intermediate revisions by 11 users not shown)
Line 1: Line 1:
The '''extendable WAD editor''' (XWE) is an editor written by [[Csabo]]. The name comes from the fact that the editor is designed to be extensible. It is internally based around a system called ''XWE script'' which is similar to [[WadC]]. To this end, it supports not only Doom and other [[Doom engine]] games ([[Heretic]], [[Hexen]]) but also other games such as Blake Stone, Wolfenstein 3D, Quake and Duke Nukem 3D.
+
{{DISPLAYTITLE:eXtendable WAD Editor}}
 +
The '''eXtendable WAD editor''' (XWE) is an editor written by [[Csabo]]. The name comes from the fact that the editor is designed to be extensible. It is internally based around a system called ''XWE script'' which is similar to [[WadC]]. To this end, it supports not only Doom and other [[Doom engine]] games ([[Heretic]], [[Hexen]], [[Strife]]) but also other games such as [[Wikipedia:Blake Stone|Blake Stone]], [[Wolfenstein 3D]], [[Quake]] and [[Duke Nukem 3D]].  However XWE is an old program that is no longer maintained because the developer did not have the time anymore, causing bugs and requiring editing the source and data files to work on newer systems.  While the source code has been released, nobody has picked it up since.
  
=== Features ===
+
==Features==
 +
* Lump management
 +
* Create/merge/clean WAD files
 +
* Import/export graphics, sounds and lumps
 +
* Map editor
 +
* Image editor
 +
* [[Texture]] editor
 +
* Palette editor
 +
* [[Colormap]] editor
 +
* [[ENDOOM]] editor
 +
* Script editor/compiler
 +
* Wave editor
 +
* Music viewer
  
XWE features a number of features:
+
==External links==
 +
* [https://www.doomworld.com/xwe/ The XWE homepage]
  
*Lump management
+
[[Category:Windows add-on software]]
*Create/Merge/Clean Wad files
+
[[Category:Level editors]]
*Import/Export
+
[[Category:WAD editors]]
*Map Editor
 
*Image Editor
 
*[[Texture]] Editor
 
*Palette Editor
 
*[[Colormap]] Editor
 
*[[ENDOOM]] Editor
 
*Script Editor/Compiler
 
*Wave editor
 
*Music viewer
 
 
 
=== External links ===
 
 
 
[http://www.doomworld.com/xwe/ The XWE homepage]
 

Revision as of 18:20, 5 July 2017

The eXtendable WAD editor (XWE) is an editor written by Csabo. The name comes from the fact that the editor is designed to be extensible. It is internally based around a system called XWE script which is similar to WadC. To this end, it supports not only Doom and other Doom engine games (Heretic, Hexen, Strife) but also other games such as Blake Stone, Wolfenstein 3D, Quake and Duke Nukem 3D. However XWE is an old program that is no longer maintained because the developer did not have the time anymore, causing bugs and requiring editing the source and data files to work on newer systems. While the source code has been released, nobody has picked it up since.

Features

  • Lump management
  • Create/merge/clean WAD files
  • Import/export graphics, sounds and lumps
  • Map editor
  • Image editor
  • Texture editor
  • Palette editor
  • Colormap editor
  • ENDOOM editor
  • Script editor/compiler
  • Wave editor
  • Music viewer

External links