Difference between revisions of "EXtendable WAD Editor"

From DoomWiki.org

[unchecked revision][checked revision]
(Added up to date info)
Line 1: Line 1:
 
{{DISPLAYTITLE:eXtendable WAD Editor}}
 
{{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]].
+
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.
 +
 
  
  
Line 19: Line 20:
 
==External links==
 
==External links==
 
* [http://www.doomworld.com/xwe/ The XWE homepage]
 
* [http://www.doomworld.com/xwe/ The XWE homepage]
 
 
[[Category:Windows add-on software]]
 
[[Category:Windows add-on software]]
 
[[Category:Level editors]]
 
[[Category:Level editors]]
 
[[Category:WAD editors]]
 
[[Category:WAD editors]]

Revision as of 07:52, 10 May 2010

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