Difference between revisions of "WadAuthor"

From DoomWiki.org

[unchecked revision][checked revision]
 
(+screenshot)
(19 intermediate revisions by 11 users not shown)
Line 1: Line 1:
Wad Author is a shareware sector based Doom map editor.
+
[[File:WadAuthor screenshot.png|thumb|right|Screenshot of WadAuthor.]]
Developer site and download can be found here :
+
'''WadAuthor''' is a shareware sector-based [[level editor]] written by [[John Williston]]. It is still somewhat popular because of the extendability functions provided by its [[WCF]] files, even though the editor itself has not been updated for several years.
http://www.speakeasy.org/~wc/wauthor/
 
  
Also heres a quick reference page :
+
== Interface ==
http://drsleep.newdoom.com/doomrefr.html
+
 
 +
Rather than drawing lines to create sectors, WadAuthor has two options to insert new sectors, ''New Rectangular Sector'' and ''New Polygonal Sector''.  Rectangular sectors default to the grid setting being used, so if the standard 64x64 grid is being used, it will create a 64x64 square sector.  The smallest grid setting is 2x2 and increases in multiples of two up to 1024x1024.  A custom horizontal and vertical length can be specified if the user prefers.  Adding a polygonal sector will prompt the user to enter the number of sides and the desired radius.  To add more sides to an existing sector, a linedef can be split into two.  New sectors placed inside existing sectors will automatically inherit the properties of that sector, with the exception of tags. 
 +
 
 +
The user can highlight and select any map object, vertex, linedef, sector or thing, without the need to be in a specific mode.  There is a filter option to only select a particular type of object, say for example, linedefs, but the user can still create sectors whilst their object selection is filtered.
 +
 
 +
== External links ==
 +
*[http://willistons.com/wauthor/index.html Official website]
 +
*[http://web.archive.org/web/20080112080554/http://drsleep.newdoom.com/doomrefr.html Quick reference by Dr. Sleep]
 +
*{{idgames|id=11183|title=WadAuthor 1.30}}
 +
*{{idgames|id=11099|title=WadAuthor User Manual}}
 +
*{{idgames|id=4078|title=WadAuthor Value Pack}} (ZIP password: 11A2B000DESTRUCT0)
 +
* {{dwforums|93968|WadAuthor is Freeware}}
 +
* {{dwforumsp|1379204|Is it still possible to get the WadAuthor Value Pack?}}
 +
 
 +
[[Category:WadAuthor]]
 +
[[Category:Windows add-on software]]
 +
[[Category:Level editors]]

Revision as of 23:48, 30 September 2019

Screenshot of WadAuthor.

WadAuthor is a shareware sector-based level editor written by John Williston. It is still somewhat popular because of the extendability functions provided by its WCF files, even though the editor itself has not been updated for several years.

Interface

Rather than drawing lines to create sectors, WadAuthor has two options to insert new sectors, New Rectangular Sector and New Polygonal Sector. Rectangular sectors default to the grid setting being used, so if the standard 64x64 grid is being used, it will create a 64x64 square sector. The smallest grid setting is 2x2 and increases in multiples of two up to 1024x1024. A custom horizontal and vertical length can be specified if the user prefers. Adding a polygonal sector will prompt the user to enter the number of sides and the desired radius. To add more sides to an existing sector, a linedef can be split into two. New sectors placed inside existing sectors will automatically inherit the properties of that sector, with the exception of tags.

The user can highlight and select any map object, vertex, linedef, sector or thing, without the need to be in a specific mode. There is a filter option to only select a particular type of object, say for example, linedefs, but the user can still create sectors whilst their object selection is filtered.

External links