From DoomWiki.org
XymphBot is an account for use in MediaWiki API queries. It is owned by Xymph, and used via bot scripts written in PHP based on the Wikimate library. After a coding and testing period, it commenced automated edits in October 2016. XymphBot is not an automatic or autonomous entity, it does not decide by itself what to do, and doesn't automatically run when something happens on the wiki. The bot account merely ensures Recent Changes doesn't get flooded with edits (unless you choose to view them), but the scripts are generating them, not the account.
The primary goal of these scripts is to put as much computer-creatable content into map pages as feasible, and check that existing content is as complete and consistent as possible, so that human contributors can focus more on crafting creative prose like background information, walkthroughs, trivia and other map-specific content. Also, I like alliteration. :)
Contents
- 1 Configuration
- 2 .ini scripts
- 2.1 skeletonBot.php
- 2.2 conventionsBot.php
- 2.3 secretsBot.php
- 2.4 pspawnsBot.php
- 2.5 dmmpstBot.php
- 2.6 dmsectionBot.php
- 2.7 extraCoopBot.php
- 2.8 uploadmapBot.php
- 2.9 uploadmapDmBot.php
- 2.10 mapviewBot.php
- 2.11 mapviewDmBot.php
- 2.12 navboxBot.php
- 2.13 navboxGen.php
- 2.14 galleryBot.php
- 2.15 demolinkBot.php
- 2.16 authorBot.php
- 2.17 partimeBot.php
- 2.18 comparisonBot.php
- 2.19 mapperMaps.php
- 2.20 createMapper.php
- 2.21 addCategoryBot.php
- 2.22 pregreplBot.php
- 2.23 dsdaMapBot.php
- 2.24 dsdaWadBot.php
- 3 Miscellaneous scripts
- 3.1 coveredWads.php
- 3.2 articleSort.php
- 3.3 textmapStats.php
- 3.4 textmapExtra.php
- 3.5 textmapSector.php
- 3.6 listWikiLinks.php
- 3.7 listInterLinks.php
- 3.8 listExternLinks.php
- 3.9 linkArticle.php
- 3.10 destubMaps.php
- 3.11 updateAuthor.php
- 3.12 addTemplate.php
- 3.13 appearMaps.sh
- 3.14 top100MemMaps.php
- 3.15 rankMappers.php
- 3.16 sortCodeptrs.php
- 3.17 onemanLinks.php
- 3.18 doomugLinks.php
- 3.19 waddsd2Links.php
- 3.20 srDsdaFeed.php
- 3.21 collectDLlinks.php
- 3.22 builtinDemos.php
- 3.23 pregreplGen.php
- 3.24 rmUTF8marks.php
- 3.25 listDeadAnchors.php
- 3.26 listBadInter.php
- 3.27 listUpdFileHdrs.php
- 3.28 secretsToDo.php
- 3.29 drawmaps.py
- 3.30 texpackstats.py
- 3.31 searchSpecial.py
- 3.32 searchThing.py
- 3.33 searchSector.py
- 3.34 slotfile.py
- 3.35 playpal_total.php
- 3.36 listigf
- 3.37 And more?
- 4 How can you help?
- 5 WADs covered so far
Configuration[edit]
The starting point for all scripts is a .ini file that specifies settings and a series of map pages. Typically the list includes all levels in an IWAD or megawad, but combining single-level PWADs in one list is also possible.
The settings for all maps include the various input and output paths, the relevant IWAD, an optional PWAD, the type of DMMPST output and any DMMPST flags, a pattern for map view filenames, an optional flag defining whether to put the "notally=1" parameter into the map spots template (for Hexen and Strife levels), the WAD ID for Compet-n and DSDA links, and the WAD's author(s).
The settings per map are the episode and mission, the path to the Doom Wiki page, and optional overrides of that map's PWAD, DMMPST output type and flags, author(s), and script-specific actions.
An optional navboxes section defines the number and style of navboxes (Doom-like, standard Doom II-like or Doom II episodic grouping), and the paths, optional episode names, and map ranges for each navbox.
The .ini file can easily be generated from a list of levels in wikicode (e.g. Doom II's) copy/pasted into a file, and passing it through the wiki2ini.php script. This extracts the list of required map settings and prefixes it with the general settings, so that only a few manual edits remain necessary to result in a .ini file usable by the scripts.
.ini scripts[edit]
skeletonBot.php[edit]
Checks map pages' section headers against the reference map skeleton and shows differences in ordering, spelling, and formatting.
conventionsBot.php[edit]
Checks map pages for a wide variety of spelling, linking and formatting conventions.
secretsBot.php[edit]
Compares DMMPST's list of secret sectors against those in map pages' Secrets sections (or Official subsections) and updates its formatting if necessary, or adds the list if such a section is empty.
pspawnsBot.php[edit]
Compares DMMPST's list of DM/CTF player spawns with facings (directions) against those in map pages' "Player spawns" sections and updates their formatting if necessary, or adds the list if such a section is empty.
dmmpstBot.php[edit]
Uses DMMPST's output to replace map pages' Statistics, Map data or Things sections.
Optionally provides interactive comparison between old and new contents of the pertaining section, prior to submitting the edit.
Alternatively creates new map pages with DMMPST's full skeleton output.
dmsectionBot.php[edit]
Uses DMMPST's output to add "Player spawns" and Things subsections (with a short introduction sentence) to the Deathmatch sections for separate arenas within larger maps. The things tables are generated from WADs with the pertaining levels (linedefs and things) cropped down to just the arenas.
For regular maps without separate arenas, only the "Player spawns" subsection is added, along with the Deathmatch section header (before the Statistics section) if not yet present.
Conversely, for maps without deathmatch starts, the Deathmatch header is removed (unless the section is not empty).
Optionally provides interactive comparison between old and new contents of the pertaining section or page, prior to submitting the edit.
extraCoopBot.php[edit]
Uses DMMPST's logging of additional Things existing in cooperative (for Boom or Hexen flags) or multiplayer mode when compared to single-player mode to add categories Levels with extra monsters in co-op and/or Levels with extra equipment in co-op.
Always provides interactive comparison between old and new contents of the page, prior to submitting the edit.
uploadmapBot.php[edit]
Uploads new or updated map view images with description text, of which the exact phrasing about scale or size and cropping is determined from image sets generated via Omgifol drawmaps. New images are uploaded according to the map view pattern.
Always provides interactive viewing of (old and) new contents of the description, prior to submitting the image and description.
uploadmapDmBot.php[edit]
Performs the same tasks as uploadmapBot.php, but for deathmatch (arena) map views with spawn points. The images are generated from WADs with the pertaining linedefs cropped down to just the arenas, but their things left intact (because cropping them in SLADE 3 changes their order, which would result in incorrect spawn points numbering).
mapviewBot.php[edit]
Checks and updates the map view (link, dimensions, caption, and map spots template) in map pages' Walkthrough sections. Newly uploaded images are linked according to the map view pattern.
Always provides interactive comparison between old and new contents of the map view lines, prior to submitting the edit.
mapviewDmBot.php[edit]
Performs the same tasks as mapviewBot.php, but in Analysis sections for deathmatch maps or in Deathmatch sections for arenas within larger maps, and without the spots template.
[edit]
Checks and adds the navbox line in map pages' intro sections, updates or strips the nocat option in the map template, and strips the skeleton preamble comment.
Always provides interactive comparison between old and new contents of the intro lines, prior to submitting the edit.
[edit]
Generates one or multiple navboxes for Doom/Doom II/Heretic map pages based on the navboxes settings, and adds or replaces them in the template space.
Always provides interactive viewing of (old and) new contents of each navbox, prior to submitting the edit.
galleryBot.php[edit]
Checks and updates the gallery in map pages' "Areas / screenshots" sections. Adds the gallery container (and section) if it's not yet present. Applies the standard parameters and trims unneeded image attributes, if any. Also cleans up some minor page issues, if necessary.
Always provides interactive comparison between old and new contents of the page, prior to submitting the edit.
demolinkBot.php[edit]
Checks and updates Compet-n and DSDA links in map pages' "External links" sections, or adds them if applicable. Also standardizes formatting of categories and H2 headers.
Always provides interactive comparison between old and new contents of the page, prior to submitting the edit.
authorBot.php[edit]
Adds one or more authors to map pages' intro sections (optionally omitting wikilinks), along with each corresponding author's levels category at the end. Optionally removes the default skeleton text about custom music.
Always provides interactive comparison between old and new contents of the page, prior to submitting the edit.
If the page already deviates from the skeleton text, then instead shows the initial intro line and all trailing categories.
partimeBot.php[edit]
Parses par times from (separately extracted) DEHACKED and/or MAPINFO lumps and appends standard sentences to the first paragraph in map pages' intro sections. Mentions the origin lump unless the same time is specified in both lumps (they differ in e.g. D2TWID). Uses general lumps for the main (P)WAD, but can also handle lumps from map-specific PWADs.
Alternatively, if no par time is defined, removes the initial stub sentence.
Always provides interactive comparison between old and new contents of the intro, prior to submitting the edit.
comparisonBot.php[edit]
Checks and updates the map view gallery for comparing PC maps with console counterpart(s) on the latter's map pages: adds the PSX variant if not yet included, appends platform indicators to map captions, and redimensions the gallery per the aspect ratio of the PC image so that its area approximates 90000 px2.
Always provides interactive comparison between old and new contents of the page, prior to submitting the edit.
mapperMaps.php[edit]
In a mapper's article, finds the multi-level WADs and their pertaining maps that are covered in the .ini collection, checks consistency of their names (using approximate matching to detect typos) and authorship both ways, and (re)links them via the {{maplinkgen}} template.
If needed, italicizes a parenthesized string after an individual map entry (usually cooperating authors). Also, formats bullet indentation consistently, and erases trailing whitespace and extraneous empty lines throughout the page. Further, (re)formats DEFAULTSORT and any categories towards the end of the page, one per line.
Always provides interactive comparison between old and new contents of the page, prior to submitting the edit.
Lastly, lists any maps attributed in the .ini collection that were not found on the mapper's page, suitably formatted for manual addition.
All this can performed on one named page, or on a list of pages loaded from a file. Auxiliary script listCategory.php generates such a list from the Mappers category.
createMapper.php[edit]
From the author registration in the .ini collection, generates the text for a manually createable stub page of a mapper, with preformatted name, alias, DEFAULTSORT (if needed) and category. Organizes their covered projects / contributions by year (optionally with annual section headers), with formatted lists of co-authors per map where applicable. The companion categoryMapper.php script quickly creates a mapper's levels category.
addCategoryBot.php[edit]
Appends a new category to all or selected map pages. Optionally inserts it before an existing category.
Always provides interactive comparison between old and new contents of the page, prior to submitting the edit.
pregreplBot.php[edit]
Performs a preg_replace on all map pages with the given search and replace expressions, for all or a limited number of matches.
Always provides interactive comparison between old and new contents of the page, prior to submitting the edit.
dsdaMapBot.php[edit]
For all map pages' "Speedrunning" sections, collects the current DSDA record via their API in all standard Doom, Heretic or Hexen categories plus the optional ones (NoMo, NoMo 100S, Stroller & Collector), and compiles the table with intro line for the "Current records" subsection -- similar to srUpdMapRecs.php for Compet-n map record tables. Links to each category are not duplicated.
If an existing "Miscellaneous demos" table contains entries, prompts whether to preserve at least one of them. If so, updates the download link(s) to {{dsdaftp}} for the old DSDA site; if not, drops the section.
An intermediate step checks the "Secrets" section or "Official" subsection for bulleted or bolded entries, and uses that for the next NM 100S check. But a secret exit or the absence of monsters & secrets needs to be flagged in the .ini file for pertaining maps.
For a map without secrets, skips the NM 100S category -- but if a record exists in that category and not in NM Speed, then lists the former in the latter row. For a map without monsters and secrets, drops all categories except UV Speed -- and Pacifist if cross-listed into UV Speed. In both cases an explanation line is added at the start of the "Speedrunning" section (replacing an existing line if present).
If no records are in the table at all, an "(absence of)" attribute is added in the datestamp line, and the default edit summary is a Verify; otherwise it's an Update.
Always provides interactive comparison between old and new contents of the section, prior to submitting the edit.
dsdaWadBot.php[edit]
For a specified .ini file, or all .ini files, collects the current DSDA records for episode and full (movie) runs of the pertaining WAD, and compiles the table for the "Current records" subsection -- similar to dsdaMapBot.php. If a "Speedrunning" section does not yet exist, it is inserted with this subsection.
For WADs with episode articles, puts only the records of that episode in the pertaining articles, and only the full run records in the main article. For main articles covering more than one WAD (such as 100 Lines and Chex Quest 2), the second/subsequent table(s) need to be added manually, as this is too rare to automate.
Always provides interactive comparison between old and new contents of the section, prior to submitting the edit.
Miscellaneous scripts[edit]
These scripts don't work on a .ini file and its series of map pages as such, but perform other convenient tasks. Many of these don't automatically update pages via the bot account, and only produce output for manual updates.
coveredWads.php[edit]
Collects and lists the names of all single- and multi-level WADs covered by the aforementioned .ini files and scripts, and totals the number of maps included in them. Also totals the number of navboxes created/updated by navboxGen.php, the number of custom things mapping files, and the number of distinct links covered by demolinkBot.php. Its output is the entire "WADs covered so far" section below.
articleSort.php[edit]
Finds article, category and template pages whose titles start with an article ("A"/"An"/"The") and shows whether they contain a DEFAULTSORT tag, named map template, category sortkey, or none. Its output is the entire "Pages starting with an article" page. Thanks to Ryan W for the idea.
textmapStats.php[edit]
Processes an extracted TEXTMAP lump with regular expressions and a little code to generate statistics in Template:Mapdata format, along with formatted lists of secret sector numbers and deathmatch spawn points (if any). Useful for UDMF maps, but obsolete now that DMMPST supports those.
textmapExtra.php[edit]
Processes an extracted TEXTMAP lump with regular expressions and some code to collect monster and equipment counts for single-player and cooperative modes, and lists those where the counts differ. Again, useful for UDMF maps.
textmapSector.php[edit]
For Doom-format maps, DeePsea allows searching sectors for a specific type (e.g. secret) or jumping to a specific sector number in the layout. Editors that support UMDF (like SLADE 3) appear to lack these features. textmapSector searches for a specified sector number in an extracted TEXTMAP lump and computes the approximate center position of the associated vertices, allowing to hover to that coordinate in the layout and thus assist in verifying secret descriptions.
listWikiLinks.php[edit]
Collects links to Wikipedia by templates, interwiki links and direct links, along with the DoomWiki pages they're linked from, in the following namespaces: main, Doom Wiki, Help, File, Category, and Template. Its output is the entire "List of Wikipedia links" page. Requested by Ryan W.
listInterLinks.php[edit]
Collects direct links to sites for which Interwikis are defined, along with the DoomWiki pages they're linked from, in the following namespaces: main, Doom Wiki, Help, File, Category, and Template. Its output is the entire "List of Interwiki links" page. Thanks to Gez for the idea.
listExternLinks.php[edit]
Collects direct links to sites for which external link templates are defined, along with the DoomWiki pages they're linked from, in the following namespaces: main, Doom Wiki, Help, File, and Category. Its output is the entire "List of templatable links" page. Thanks to Gez for the idea.
linkArticle.php[edit]
Performs a search for the specified string in the main and Category namespaces, then in each of the resulting articles wikilinks the first occurrence of the string, if not already linked.
Conversely, unlinkArticle.php removes any wikilinks.
Both always provide interactive comparison between old and new contents of the page, prior to submitting the edit.
destubMaps.php[edit]
From map pages transcluding {{level stub}}, removes the template if the article contains: a walkthrough description in the Essentials section, descriptions for bulleted Secrets (or no official secrets), and complete Map data & Things tables. Conversely, restubMaps.php adds back the template if any such section (typically Essentials) is empty or too minimalistic.
Both always provide interactive comparison between old and new contents of the page, for the actual de-/restub decision by the bot operator, prior to submitting the edit.
updateAuthor.php[edit]
After a mapper article and its associated levels category have been moved (typically to include or remove a full name), go over the map articles in the old category to rename the wikilinked author and levels category.
Always provides interactive comparison between old and new contents of the page, prior to submitting the edit.
addTemplate.php[edit]
Processes all articles linked from a template to append that template. If the template contains an includeonly category, this category is replaced by the template. Also, (re)formats any categories after the template(s), one per line.
Always provides interactive comparison between old and new contents of the page, prior to submitting the edit.
appearMaps.sh[edit]
From the archived things tables, collects/sorts the maps with the highest count of a given thing and emits a prettytable. Because Holy Hell MAP05 is a superset of MAP01-04, the latter are skipped from the table.
top100MemMaps.php[edit]
Processes the maps list of the Top 100 Most Memorable Maps and appends a sentence about the map's place to each page's intro section (taking a trailing 'level stub' into account). Also checks for the presence of the Top100 category.
rankMappers.php[edit]
From all the subcategories under category Levels by author, collects the number of pages, then sorts and prints the 100 highest entries. Its output is the entire "Mappers ranked by map count" page. Inspired by the Most Prolific Mappers topic on the Doomworld forums. Alternatively, checks all mapper categories for a link to the mapper article and, if absent, lists their current maps to help decide whether to create it.
sortCodeptrs.php[edit]
A one-off script to traverse category hierarchy Code pointers, collect all pages, and add DEFAULTSORT tags with out the A_ prefix to support Fraggle's project.
onemanLinks.php[edit]
Processes the reviews index of ONEMANDOOM: WAD Reviews and adds/updates review links to the External links section of matching WAD articles. WADs are matched by title or filename in the .ini collection and otherwise by searching for title, or a mapping list for special cases (such as the Cabal series and Master Levels). The intro paragraph of the article is shown for visual verification that it's the same WAD, then existing review links (via https or template) are updated or a new link bullet is appended.
Always provides interactive comparison between old and new contents of the section, prior to submitting the edit.
doomugLinks.php[edit]
Processes the reviews index of Doom Underground and adds/updates review links to the External links section of matching WAD articles. WADs are matched by filename in the .ini collection or a brief mapping list for minor differences. The intro paragraph of the article is shown for visual verification that it's the same WAD, then a new link bullet is appended unless a templated entry is already present.
Always provides interactive comparison between old and new contents of the section, prior to submitting the edit.
waddsd2Links.php[edit]
Processes all .ini files for the old DSDA numeric ID, looks up the new wadname ID, verifies it exists (via a HTTP HEAD request), updates (sometimes adds) the External link in the corresponding article, and adds the new ID back to the pertaining .ini file.
Always provides interactive comparison between old and new contents of both update types, prior to submitting the edits.
srDsdaFeed.php[edit]
Parses DSDA's HTML feed pages from today back to a given start date to collect WADs covered on the wiki that got new/updated records, and lists the corresponding .ini files for updating the maps/WADs' record tables via dsdaMapBot.php and dsdaWadBot.php.
collectDLlinks.php[edit]
Before March 2021, .ini files didn't contain a link for their pertaining PWAD. This one-off script processes a specific or all .ini files, fetching each article path and extracting the "|link=" option from the {{wad}} template. For an {{ig}} template, uses the "|file=" parameter as is, or for the "|id=" parameter runs a HTTP HEAD request on the Doomworld idgames frontend to catch the redirect to the file path URL. Use this relative idgames path (without .zip), or the full URL for other "|link=" options, to update the .ini file with a new 'link' field for each PWAD.
builtinDemos.php[edit]
From a PWAD's .ini file and previously extracted DEMOx lumps or .lmp files included in the .zip, collects the stats of the demo(s) via a separate LmpStats library, and constructs a 'Built-in demos' section with a table for multiple demos, and for a single-level PWAD also a 'Demo files' section. On a PWAD overview page the 'Built-in demos' section is appended to the 'Content' section if present, and otherwise prepended to the 'External links' section or earlier in the page, always showing a comparison between old and new contents of the page prior to submitting the automatic edit; while for a single-level PWAD the 'Demo files' section and table are merely shown for a manual edit.
pregreplGen.php[edit]
A generalized spin-off from pregreplBot.php, runs a search query (optionally different from the in-page search expression) and performs a preg_replace on all resulting pages with the given search and replace expressions.
Always provides interactive comparison between old and new contents of the section, prior to submitting the edit.
rmUTF8marks.php[edit]
Using the database replica that also powers the wiki growth charts, search page and file titles for UTF-8 BOM characters and list them for manual correction. Also search page content and remove such characters via the API. Alternatively, do the same for the left-to-right and right-to-left marks.
listDeadAnchors.php[edit]
Using the database replica, collect pages in the namespaces main, Doom Wiki, Help, File, Category and Template, and builds lists of anchors (section headers, CSS id's and {{anchor}} templates) as well as links to anchors (page#anchor), then shows pages with links to missing anchors for manual correction. Thanks to Quasar for the idea.
listBadInter.php[edit]
Using the database replica, finds pages in all namespaces containing interwiki or HTML links to, uhm, bad places. Currently using these regular expressions: ~(?<!<nowiki>)\[\[(?:c|community|w|wikia|wikicity|wikicities):[^]\n]+\]\]~i and ~\[https?://[^] ]*?(?:wikia|wikicity|wikicities|fandom)\.com[^]]*?\]~i. Thanks to Quasar for the idea.
listUpdFileHdrs.php[edit]
Using the database replica, finds file pages with missing or inconsistent section headers. Optionally also adds/updates headers, always providing interactive comparison between old and new contents of the page prior to submitting the edit.
secretsToDo.php[edit]
Using the database replica, finds map pages with secret sectors/linedefs that don't have a description. Was used to collect the last remaining maps and map series for Getsu Fune to work on.
drawmaps.py[edit]
The enhanced version of Omgifol's demo script to draw map views that is used for all maps on the wiki, adding scale, logging and spawn points support.
texpackstats.py[edit]
Collects statistics for a texture pack (or any WAD with textures/flats/etc.): totals for textures, patches, flats, skies (patches containing "SKY" in their names), switches, and animated textures and flats. Optionally also dumps lists of textures, skies, switches and/or animated. Thanks Redneckerz for the idea.
searchSpecial.py[edit]
Searches linedefs/things in one or multiple maps (Hexen or ZDoom format) for a given action special and ID. Primarily used in relation to SecretTriggers that are not directly invoked by another thing or linedef (DMMPST already lists those) but have a Thing ID that is indirectly activated via a script called by a thing/linedef. Another use is to find the linedef that gets assigned an ID by a (start-up) script which can then invoke the SecretTrigger. [How convoluted can one make secret invocations...?]
searchThing.py[edit]
Searches things in one or multiple maps for a given type and lists their positions. Primarily used to check where remapped or new custom things are located prior to compiling a custom mapping file.
searchSector.py[edit]
Searches sectors in one or multiple maps for a given sector and shows its type, tag, and the sidedefs and linedefs that construct it.
slotfile.py[edit]
PK3 archives can contain a maps folder with WAD files by slot, but then the slot lump in the WADs themselves is apparently ignored, and thus is often inconsistent with the WAD slot (RAMP takes this to the extreme). DMMPST and some other tools need consistent, distinct slots in a WAD series, so this script updates the slot lump(s) in extracted WAD file(s) to match their filename(s).
playpal_total.php[edit]
Process a PLAYPAL lump extracted from a Doom-engine WAD and count the number of unique colors, optionally skipping unused palettes and truncating 8-bits colors to 6-bits. Idea originated during a discussion of palettes and the game's color space.
listigf[edit]
A Bash script to search (most of) the .txt files in the idgames archive for a regular expression, show the matching context segments of each matching file, prompt whether to include the file, for the selected files fetch the title and ID from the pertaining page in the Doomworld idgames frontend, and output a bulleted list sorted by the files' timestamps and grouped by their years. At the prompt, a comma-separated list of map names can be entered (with optional co-authors), which is then included in a bulleted sublist for the pertaining file (with italicized co-authors). Used primarily to generate body-of-work sections for mappers.
And more?[edit]
Ideas for future scripts, anyone?
How can you help?[edit]
Create overview pages for all WADs to be covered (e.g. Top 25 Missed Cacowards, Cacowards, List of notable WADs) with information as accurate and complete as feasible, especially the episodic structure (if any), the list of levels, and the use of custom monsters/weapons (see below).
And after a series of skeleton pages has been created, edit them to add any music and other introductory information, and of course walkthrough and secrets descriptions, trivia or technical info, and whatever else you can contribute.
Custom things mapping[edit]
For custom things, a description or table of thing types and the new monster/weapon names is particularly helpful, and is used to provide a mapping file to DMMPST that automatically incorporates the customizations into the Things table. An initial discussion and example mapping was presented for Valiant.
The mapping file should link to description(s) of the custom thing(s) on the WAD's overview page. This can be a simple one-liner but preferably contains a brief entry per thing that mentions which original thing is replaced by which custom one, and may be even more elaborate.
So, to help, please provide such descriptions as well as a short or long mapping table (as the case may be, but it must be accurate and complete) on the WAD's talk page for the following WADs already processed previously:
Then I can (re)generate the Things tables on all pertaining map pages. I no longer have time to compile mapping lists, so these are required to make progress.
Going forward, the same is welcome for WADs I am skipping for now because the overview information does not appear to be sufficiently descriptive and complete, and/or the mapping list is missing, and/or there is no stable release yet. This includes:
- AD MORTEM (beta)
- Armageddon 2
- Brutal Doom: Hell on Earth Starter Pack
- Catacomb: ABYSS
- Covert Operations
- Fate: A Doom Total Conversion
- Foreverhood
- Fore/vr/ Alone (beta)
- Ghostbusters Doom 2
- GoldenEye Doom2
- Hocus Pocus Doom
- MarsDoom
- Ni'mRoD - Project Doom
- Not Even Remotely Fair (beta)
- Psychophobia
- QDOOM
- Rise of the Wool Ball
- Shadow of the Wool Ball
- Super Sonic Doom
- Terminal Server (WIP)
- TNT: The Way We Remember It (beta)
- Total Chaos
- Twilight Warrior
- WolfenDoom: Blade of Agony
and (m?)any more I haven't gotten around to yet.
WADs covered so far[edit]
The lists below show the single-level and multi-level WADs that have so far been covered (created and/or updated) via XymphBot and its .ini files. Map counts per WAD and various totals are included (state of 2023-09-14 08:18 CDT).
Single-level WADs[edit]
- 5till L1 Complex
- ACastle2
- After the Holocaust
- Alfonzo Actually Makes a Back to Saturn X Map
- Alfonzo Throws Hands with the Purple People Eater *
- Alfonzo Tries to Prevent Donald Trump from Starting Third Impact *
- Alfonzo Writes, Directs and Stars in His Own Television Show in the 1980s *
- All Aboard the Mega Magilla Gorilla Flotilla
- Alpha-Major
- Altair1
- Altair2
- Altair3a
- Altar of Evil *
- Altitude
- Am I Evil?
- Angry Quilt
- Angry Quilt 2
- Angry Quilt III: Big Game Hunter
- Antares
- AOL Girls Museum
- Ar Luminae *
- Arachna
- Arachna2
- Arcadia Demade
- Arena v3.1
- Argus
- Artica 2
- Artica 3 *
- Artica 4 *
- Artica B
- Assault on Moonbase Cresta *
- Asylum of the Wretched *
- Atomic Tomb
- The Attraction to All Things Uncertain
- Awakening *
- Axiom *
- B21
- Barbie Girl
- Baron Gate
- Baron's Realm
- Barrel2
- Base (WAD)
- The Basement
- Bastion of Chaos
- Beach Day
- Belial's Bad Brain
- Berserk (WAD)
- Beyond Death
- Bilbo's Smegging WAD
- Birthday Wedgie
- Black Magnetic *
- Blastem
- Bleak House
- The Bleeding Tower Of Pisa
- Blood Sports
- Blood, Fire, Death
- Bloody Experience
- BLT
- Boom (WAD)
- Breach
- Brigandine
- BS_L21
- BS_L22
- Burial Ground
- Bury My Heart Knee Deep
- The C.P.U.
- Calgon, Take Me Away! (Doom 1)
- Calgon, Take Me Away! (Doom 2)
- Call of Dooty *
- The Call of Ktulu
- Capone's Pit
- Carreg Cennan Castle
- Casmania
- Castle KingFish
- Castle Nevermore
- The Castle of Blood
- CASTLE OF DEATH
- Castle of Dragon
- Castle of Eternal Carrot in the Sky
- Castle of Evil
- Castle of Ice
- Castle of Iresnome
- Castle of the Renegades (Doom 1)
- Castle of the Renegades (Doom 2)
- Castle to Hell
- The Castle
- The Castle
- CASTLE.WAD
- Castle1
- The Castle: Map 28
- Castlem.wad
- Caverns
- Cavlab11
- Celestial Site *
- Center (WAD)
- CH Retro
- Chainmill
- Chambers of Dis
- Chase (WAD)
- Chasm Control
- Cheogsh *
- Chester
- Chord 1
- Chord 2
- Chord 3
- Chord G
- Chord NG
- The City of the Damned *
- The City of the Damned: Apocalypse *
- Comatose
- Command Control (1994 WAD)
- The Community is falling!! Oh No!!!
- Congestion Control
- Containment Area
- Cooper's Creosote
- Corrupted Cistern
- The Corruption of Substation Alpha
- CourtYard
- Crestfallen
- Criticality
- CROSS.WAD
- CrossFire
- Crossing Acheron
- Crusader (WAD)
- The Cursed Generation
- Cursed Realms - Path Over The Abyss
- CyberDoom
- Czequisite Corpse
- The D.M.Z.
- Dante's Gate
- Dark Canyon
- Dark Mountain
- Dark Tide
- Darker
- Darkest Room *
- Dave
- Dave (Dave Geary WAD)
- Dave1
- Dawn of Reality *
- The Day of Chains
- Day of the Acolyte *
- Dead.air *
- Dead.wire
- Deadlock
- The DeathMatch Of The Century!
- Decade
- Defragmentation Factor *
- Degeneration I
- The Deimos Subway
- Demon Plague
- Demonastery
- DemWAD01
- Deneb Colony
- Density
- Desert Crypt
- Desimation
- Device One
- Diabolos
- Diabolus Ex
- Dickie 10
- Die Young!
- Diopatra
- Disdain
- Distribution Center *
- Disturbia
- The Divide
- DJW11
- DM2MUD
- DMTexas
- DMZoo
- Dock 69
- Don't Panic!
- Don't Turn Your Back on the City
- Doom Anomaly
- Doom City
- Doom Must Fall *
- Doom Raider: Crypt of the Vile *
- Doom2 Map14 Homage
- DoomEd example levels
- Doomsday (WAD) *
- Doomsday of UAC
- DoomsDay'95
- Doomtown
- Doomworld Forum Adventures!
- Doomworld Forums 3
- Doomworld Mega Project 2019 *
- Downhell
- Doxylamine Moon: Overdose
- Drip Feed
- The Dying End
- Dystopia
- Dystopia 301
- E1 MAP01
- E1M10: Sewers (Xbox Doom)
- E1M1SAS
- E2M1ED.WAD
- Eden
- The Egg of Human Endeavors
- The Enemy Inside
- Engine (1994 WAD)
- Entropy (WAD) *
- Entry (WAD)
- Escape from Castle Chezcrea
- Escape From Deimos
- Escape From Planet Deum
- Esselmap I: Testing Facility
- Europa 1
- Europa 2
- Europa 3 - The Dark Side of Vrack
- Europe
- Evil_E
- Excalibur
- Execute
- Exquisite Corpse
- Extinguished
- Extramap.wad
- Extramap.wad "finished"
- The Eye
- Eyedea
- Eyedea
- The Fall of the Bastille
- The Farside of Titan
- Fear (WAD)
- Fearless
- Fight Through Hell
- The Final Conflict
- The Final Geometry
- Firebox
- FLENZERS CASTLE
- The Forgotten Portals
- Forsaken Overlook
- Fort Carnage
- Fort Scar
- Fortress of Doom
- FORTRESS.WAD
- Foursite
- Freaky Panties 2: Boxers or Briefs *
- Fred
- From A Dream
- Frozen Time
- Fuel Devourer *
- The Fury
- Garden Of Delight
- Gateway to Shangri-La
- Gene-Tech: Before the Storm *
- Generator of Evil
- Gestalt666's Town of Heresy
- The Given
- Goaway
- Gonna Kick Your Fucking Ass
- Green Water
- The Grim Reaper
- Gros Rat
- Ground Zero
- Grove
- H_Hotel
- Hall (WAD)
- Hall of The Mountain King
- Halo Of Wonders *
- Hanging Gardens *
- Hank's Lair
- Happy Time Circus *
- Happy Time Circus II *
- The Heart of Stone *
- HeDRoX
- Helipad
- Hell on Mars!!
- Hell's Eventide
- Helpyourselfish
- A Hidden Mountain Factory
- High Climb
- High/Low 1
- High/Low 2
- High/Low 3
- High/Low 4
- High/Low 5
- The Hive
- Hollow Minds
- Holy Hell
- Holy Hell Revealed
- Hoover Dam
- Horror (WAD)
- The Horror Collection *
- Hospoda
- IC2005
- Icebound
- Icedeath
- id Map01
- IDDQD Arena
- Impossible: A New Reality *
- Imps-r-Us 2
- The Indespensible T_DUNNxx.WAD Series - For Heretic
- Induction
- Infestation
- Infraworld - Coma Moonlight
- Infraworld - The Hatehammer
- The Inquisitor 2 *
- The Inquisitor *
- The Interdiction Zone
- Internal Reaches 2
- Internal Reaches 4
- Invasion... Level 1: Contamination
- Invasion... Level 2: The Upper Decks
- Invasion: The Siege
- The Island 2 *
- The Island *
- Island.WAD
- Jade Earth
- Jailbait
- Jobe
- Joyful Raider
- JStuff10
- Judas23
- Jägermörder 1: Chemical Lab
- Jägermörder 2: Terra Nova
- K9
- Kat
- Kick Attack! (Doom 1)
- Kick Attack! (Doom 2)
- Killing Demons on Adrenaline
- Killing Zone
- King1
- Kobal
- Kyopi First Heretic WAD
- KZDoom1
- KZDoom2
- KZDoom3
- KZDoom4
- KZDoom5
- KZDoom6
- KZDoom7
- L'agonie Finale
- Lab
- Lake4
- Lakeside
- Legion Down Under
- Light of Day
- Lighthouse
- Lilium
- Literal Spiral
- Long Days
- Lullaby
- Magnum Opus
- Man on the Moon *
- MAP33: Betray (Xbox Doom II)
- MarkRoom
- Mayan Temple
- Maze - BIG IS BEAUTIFUL
- MEGADETH.WAD
- Megalab
- Megawatt
- Mercurial City
- Miasma
- Mike's Deathmatch Castle 1
- Millennia Invasion *
- Mines of Titan
- Monolith 1
- Monolith 2
- Monolith 3
- Monolith 4
- Monolith 5
- Monolith 6
- Monster Hunter Ltd. Part I *
- Monster Hunter Ltd. Part II *
- Moonlight
- Mouldy Old Void *
- MRDM2101
- MRDM217
- MRDM2201
- MRDM2301
- MRDM2401
- MRDM2601
- MRDM2701
- MRDM3501
- MUD1ST
- MUDMANOR
- MUDRAM
- MUDTOWN
- MUDVILLE
- Murder2
- My House *
- My Soul Trapped in a WIN98 PC
- Nameless *
- Napalm
- Neith
- Nensha
- The Nest (Rocket Jones Vol. I)
- Never Skip Leg Day
- NGS1
- Nickel Electroplate Facility
- Nightfall
- Nightlife
- Nightomb
- No Chance
- No Rest For The Wicked
- No Rest No Peace
- No Rest No Peace Part 2: Insomnia
- Nordhell (GZDoom) *
- Nostromo's Run
- Nosun
- Nosun2
- Nosun3
- Nosun4
- Nosun5
- Not Another E1 Wad
- Not Another E3 Wad
- Null Space
- Number One Kill Extra
- Object "32"
- Object "34": Sonar *
- Oblivious to Evil
- Odessa 1
- Odessa 11
- Odessa 12
- Odessa 13
- Odessa 14
- Odessa 2
- Odessa 3
- Odessa 6
- Odessa 7
- Odessa 9
- Ogre Labs
- Ogro Power Facility
- Okuplok Slaughter Map
- Omelet Face
- One Humanity
- Oniria *
- Oniria 2 *
- Operation Overlord *
- Origwad
- Otakon
- The Outer Darkness
- Outpost 21
- Overlord
- Painful Evil
- Palladium Electroplate Facility
- Pax
- Pazuzu
- Phobos Mission Control
- Phobos1
- Phocas Island
- Pinnacle of Darkness *
- Pitchfork
- PJS01
- PJS02
- Planisphere
- Planisphere 2
- Plasmaplant
- Point of No Return
- Polygon Base
- Port Glacia
- Pressing Matters
- Punisher
- Put Up Your Dukes! *
- Putrefier
- Quadruple Threat
- Quick Is Good
- The Quirky Domain
- Rabid
- Raygun
- RCK
- RCK2
- Reactor2
- Realm of the Green Soul
- Recant
- Reclamation (Christopher Lutz WAD)
- Reconstruction / Decomposition
- Red Rock
- Redemption of the Slain
- REDRUM
- The Refinery *
- Remnant *
- Return of The Order *
- The Revenge of Avind
- RGBArena98
- Rienzi
- Riker11
- RIVER33
- Roofiland
- Room 101
- RRW_D201
- RRWARD01
- RRWARD02
- RRWARD03
- RRWARD04
- RS Oozi
- Rule the World!
- Ruma
- Run Buddy
- Runaway
- Runaway Train
- Sacrifice (Doom Tutorial)
- Sapidus
- SATAN'S CASTLE II
- SATAN'S CASTLE!
- Saturnine Chapel
- Scarves
- Screams from the Slipgate Station *
- Seej
- Selfdead
- Sequel to Quick Is Good
- Serenity III - Map 11
- The Sewage Works
- Shadowy Forest
- Sharp Things
- Sheer Poison
- Shrine of the Warriors
- Sigma
- Sin City
- Sin City 2: The Satan Complex
- Sin City 3
- Sinferno
- Six Areas
- Skull
- Skulls Unlimited
- Skycity
- Snipe99
- Soldier of Fortune
- Songs of the Damned
- Soundless Mound *
- Space (1994 WAD)
- Space Station Omega
- Spaced
- Spidersilk *
- Spiral
- Spiral (Kurt Schulenburg WAD)
- Sports
- SQUARES
- Squid
- Squid 2
- SSL2
- Steel Bloody Ornament
- Steep Town
- Still Kickin'
- STONES.WAD
- Street
- Stronghold at Tikal
- The Subterranean River
- Supernaught
- Suppression of Resistance
- Surmont
- Surrounded!
- Talpoida
- Tantrum
- Tantrum 2
- Tartarus
- Tech Gone Bad
- Technicolor Antichrist Box *
- TEKRKBRN
- Temple
- Temple of Chaos 2 - Warped Reality *
- Temple11
- Terminal Stages of Nostalgia
- Testing Pool
- Theatre of Doom
- Their Selfish Realms
- Thelast
- Thematic Elements
- Time Parallax - The Burial Vault
- The Titan Anomaly
- TMP
- To Fight
- Torture
- Torture!
- Total Control
- Town Of Witchcraft
- ToxicHole
- Trapped in the Castle Dungeon
- Tree1
- Tree2
- Tremor
- Triad Experimental Corporation
- Tribute Quilt
- Triple-Play
- Trouble on Titan
- Trydent
- Turrents CTF
- UAC Invasion: The Supply Depot *
- UAC Vinur Prime Research Base
- UACPEN
- UCA
- Umbra of Fate *
- Under Neith
- The Underground Rats
- Undersea
- Unhallowed
- The Unholy Trinity
- Untitled
- Untitled 2
- URBAN2.WAD
- Urbnbeta
- Valhalla
- The Vanilla Base
- Vanilla Doom Actions
- Vanilla Sky
- Vaporware *
- Vega_1
- Vengeance: SkyBase Sirius IV
- Venom
- Verdant Citadel *
- The Villa of Pain
- Void *
- Void and Rainbow *
- Voidship2
- Vrack
- Vrack 2
- Vrack 3
- The Wailing Horde
- Walls
- The Warlock's Hearth
- Warphouse *
- Warren
- Wasteland: Dead Base
- Wasteland: Mountain of Fire
- Wasteland: Sands of Death
- Wasteme
- The Waterfront
- Waterlab GZD *
- Waterworks
- Wedge
- A World in Strife: Raiding the Dam
- World Orifice
- Wow
- Xenomorph: The complex
- XXXI CyberSky
- Yaotzin
- Yesterday's Nightmare
- You Dig
- The ZDoom Community Map Project "Take 1" *
- The ZDoom Community Map Project "Take 2"
- Zeus
- Ziggurat
- Zort 1
- Zort 2
- Zort 3
- Zort 4
- Zort 5
- Zort 6
- Zort 7
- Zort 8
- Zort 9
Multi-level WADs[edit]
- 007: Licence to Spell DooM (9) *
- 1 Bad Wad (10) *
- 1 Monster (25)
- 10 Sectors (32)
- 10 Sectors Part 2 (32)
- 100 Line Massacre (35) *
- 100 Minutes of /vr/ (13)
- 1000 Line Community Project (34)
- 1000 Lines 2 - Community Project (34)
- 1000 Lines 3: Community Project (34) *
- 100LineN (32)
- 100LineT (32)
- The 10x10 Project (11)
- 180 Minutes Pour Vivre (33) *
- 1994 Tune-up Community Project (32)
- 2 Sectors (17)
- 200 Minutes of /vr/ (33)
- 2002 A Doom Odyssey (37)
- 2002 A Doom Odyssey#Tenth anniversary edition (38)
- 2022 A Doom Odyssey (50)
- 2048 Units of /vr/ (32) *
- 2048 Units of /vr/ (Extra) (6) *
- 2048 Unleashed (49) *
- 3 heures d'agonie (32)
- 3 heures d'agonie 2 (32)
- 3 heures d'agonie 3 (32) *
- 300 Minutes of /vr/ (33)
- 32 in 24 (32)
- 32 Inch Nails (7) *
- 32 piece Cliptucky Fried Chicken! (37) *
- 32in24 II: Single Player (19)
- 32in24 III: DUEL CORE (32)
- 32in24 IV: CAPTURE THE FAG (32)
- 32in24-10: MAPS FOR THE MAP GOD (39)
- 32in24-11: Occupy Doomworld (45)
- 32in24-12: IRON MAPPER (37)
- 32in24-13: A Thanksgiving Without Burgers (48) *
- 32in24-14: How the Hamburglar Stole Christmas (42)
- 32in24-15: DWANGO Unchained (54)
- 32in24-16: DOOT CTF (34)
- 32in24-17: 3 Flags 3 Furious (33)
- 32in24-5 (32)
- 32in24-6 (46)
- 32in24-7: Return of the Night of Capture the Flag (35)
- 32in24-8: DWANGO2008 (33)
- 32in24-9: Return of DUEL CORE (45)
- 3x3 (29)
- 3x3: Take Two (30)
- 4 seasons of DOOM (4) *
- 400 Minutes of /vr/ (37) *
- 5 Years (3)
- 50 Monsters (34) *
- 50 Shades of Graytall (18)
- 512 Linedefs of /vr/ (32)
- 8 Bits Deathmatch (7)
- 99 Ways to Die (3)
- A.L.T. (32) *
- Aarrghh! (4)
- Abandon (17)
- Absolute Dishonor (8)
- Absolutely Killed (9)
- Abysm 2: Infernal Contract (20) *
- Abysm 2: Pharaoh's Judgement (11) *
- Abysm 2: Spirit Falcon (11) *
- Abysm: Dawn of Innocence (17) *
- The Abyss (24)
- Action Doom (4) *
- Action Doom 2: Urban Brawl (11) *
- The Adventures of MassMouth (10) *
- The Adventures of Square (24) *
- The Adventures of Square (DM) (6) *
- Aeternum (3)
- Akeldama (32)
- The Alfonzone (50) *
- Alien Vendetta (35)
- Alienated (10) *
- Aliens TC (11)
- All Apologies (2)
- All Hell is Breaking Loose (5) *
- Aloha999 (8)
- Alpha 1 Trilogy (3)
- Alpha Accident: Terra Nova (9) *
- Altars of Madness (12)
- Alternate DOOM II (11)
- Amorphous Euphoria (11)
- Ancient Aliens (32) *
- Anomaly Report (33)
- Antaresian Reliquary (8) *
- Ante Mortem (7) *
- The Apocalypse Project (9)
- Arceon (6)
- Archi-TEK (3)
- Area 51 (2) *
- Armadosia: The Mad Corridor (32)
- Army of Darkness TC (10) *
- Arrival (11)
- Arrokoth (9)
- Artica (2)
- The Artifact (WAD) (3)
- Ascension (22) *
- ASDoom (9)
- ASDOOMII: The Final Countdown (8)
- Ashes 2063 (15) *
- Ashes: Afterglow (21) *
- Assault on Tei Tenga (6) *
- Atmospheric Extinction (10)
- Atonement (33) *
- Attack on IO (7)
- Austerity: A Simplicity Tribute (3)
- Avactor: End of the Fifth Circle (12) *
- Azazel's Second Descent (33) *
- Back to Basics (9)
- Back to Hell (9)
- Back to Saturn X E1 (27)
- Back to Saturn X E2 (27)
- Baculus (32)
- Baker's Dozen (13)
- Base Ganymede (27)
- Based (11) *
- Batman Doom (32) *
- Bauhaus (4)
- The Beginning of the End (part 1) (18)
- Bella II (43) *
- Bellatrix: Tales of Orionis (11)
- Beta 64 (32)
- Beyond Doom: The Apocalypse (20) *
- Beyond Reality (22) *
- Beyond Revival (7)
- BF THUD! (29)
- BGPA Missions: Liberation (5) *
- BioTech (8) *
- The Biovite Project (5) *
- Bloodlands (32)
- BloodRust (11)
- Bloodspeed (33)
- Bloodstain (32) *
- Bloody Steel (9)
- Boaty McBoatwad (16)
- BOBKDV2 (9)
- BOOMER: Beyond Vanilla (7)
- Boomtown (32)
- Boothill (4)
- Bourgeois Megawad (30)
- The Box of a Thousand Demons (32)
- The Brotherhood of Ruin (7)
- Cabal (7)
- Caffeine Injection (5)
- Call of Dooty II: Green Ops (5) *
- Capybara (22) *
- Castle Phobos (10)
- Castlevania: Simon's Destiny (6) *
- Caverns of Darkness (12) *
- CH Retro Episode (9)
- Cheogsh 2 (7) *
- Chex Quest (5) *
- Chex Quest 2 (5) *
- Chex Quest 3 (15) *
- Chosen (8) *
- City of Doom (11)
- The Classic Episode, Part 2 (9)
- The Classic Episode (9)
- Claustrophobia 1024 (34)
- Claustrophobia 1024 2: The Mystery of Too Many Maps (34)
- Claustrophobia: The Walls Close In (4) *
- Cleimos (9)
- Cleimos 2 (32)
- Clippyworld: An Unexpected Journey (22)
- Coffee Break (11)
- Cold as Hell (14) *
- Combat Shock (4)
- Combat Shock 2 (7)
- Community Chest (32)
- Community Chest 2 (32)
- Community Chest 3 (32)
- Community Chest 4 (33)
- Community Chest 64 (20)
- The Community Is Falling 2 (6) *
- Community Is Falling 3 (35) *
- ConC.E.R.Ned (27)
- Confinement 256 (60) *
- Confinement 256 (1) *
- Congestion 1024 (32)
- Counterattack (7) *
- CPD (32)
- Crapi (27) *
- Crimson Canyon (12)
- Cringe (9)
- Crumpets (9)
- Crusades (9)
- Cryogenics (4)
- Curse of D'Sparil (10)
- Curse of the Lost Gods (5)
- Cyberdreams (32)
- Cydonia (22)
- Cygnus IV (14)
- Czechbox (32)
- Da Will (10)
- Daedalus: Alien Defense (31) *
- Damnation (32) *
- Dance on the Water (10) *
- Dark 7 (7)
- Dark 7 Mission Pack (7)
- Dark Covenant (12)
- Dark Hell (9)
- Dark Resolution 2008 (11)
- Dark Tartarus (43) *
- Dark Tartarus (v3) (1) *
- Dark Universe (6) *
- The Darkening Episode 2 (12)
- The Darkening (11)
- The Darkest Hour (7) *
- Darkness Falls (3) *
- Dawn of the Dead (8)
- DBK01: Dungeon Synths (9) *
- DBK02: The DBK Holiday Special (15) *
- DBP01: Monuments of Mars (7)
- DBP09: Legend of the Hidden Tech (9) *
- DBP16: Cyb's Freaky Colonoscopy (11) *
- DBP23: Evil Egypt (12)
- DBP37: AUGER;ZENITH (22) *
- DBP45: Vrack Botanicals (10)
- Dead In 60 Seconds (5)
- Deadly Standards (9)
- Deadly Standards 2 (9)
- Deadly Standards 3 (9)
- Deadly Standards 4 (9) *
- Death Tormention (9)
- Death Tormention 3 (10) *
- Death Tormention II (12)
- Death Tormention: The Complete Trilogy (9) *
- Death's Dichotomy (6) *
- Deathless (36)
- Debut (9)
- Declared New Apocalypse (16) *
- Deimos (1994 WAD) (2)
- Demon Eclipse (12) *
- Demonfear (32)
- Demonic Deviation (11)
- DemoniZed (2)
- Demons of Problematique (5) *
- Demons of Problematique 2 (4) *
- Dereliction Derby (2)
- Desolation (12) *
- Deus Vult (5)
- Deus Vult II (13) *
- Deus Vult Zero (1)
- Diet 32in24 (16)
- Dimension of the Boomed (8) *
- Dimensions (5)
- Dinner (9)
- Disjunction (11)
- Disrepair (10) *
- Dissolution (6)
- DIY (32)
- DOOM 2 - Flashback to Hell (17)
- Doom 2 Extreme Gold (32) *
- Doom 2 In Name Only (33) *
- Doom 2 in Spain Only (32)
- Doom 2 Reloaded (32)
- Doom 2 the Way id Did (33) *
- Doom 2 Unleashed (40)
- Doom 2's Consumed Earth (7)
- Doom 2: The Way We Remember It (35)
- Doom 404 (32)
- Doom 64 (40)
- Doom 64 for Doom II (33) *
- Doom 64 TC (46) *
- Doom Arcade (4) *
- DOOM Barracks Zone (9) *
- Doom Core (32)
- Doom II (32)
- Doom II X-Treme (32) *
- Doom II: 25 Years on Earth (32)
- Doom Lands (13)
- Doom Resurrection (WAD) (5) *
- Doom RPG Mod (3)
- Doom the Way id Did (27)
- Doom the Way id Did: The Lost Episodes (55)
- Doom Zero (32) *
- DOOM: A Megawad in Two Weeks (16) *
- Doom: Damnation (36)
- Doom: The Golden Souls (26) *
- Doom: The Golden Souls 2 (50) *
- Doom: The Lost Episode (9)
- Doom: The Way We Remember It (36)
- Doomed Space Wars (12) *
- Doomguy Does Speed (7)
- Doomium (30)
- Doomworld Maximum Project 2021 (59) *
- Doomworld Maximum Project 2022 (41) *
- Doomworld Mega Project 2012 (40)
- Doomworld Mega Project 2013 (54) *
- Doomworld Mega Project 2014 (35)
- Doomworld Mega Project 2015 (53)
- Doomworld Mega Project 2016 (50)
- Doomworld Mega Project 2017 (52) *
- Doomworld Mega Project 2018 (18)
- Doomworld Mega Project 2018 (14)
- Doomworld Mega Project 2020 (5) *
- Doomworld Mega Project 2021 (17)
- Doomworld Omega Project 2018 (14) *
- Doomworld Omega Project 2019 (10) *
- Double Impact (9)
- Down the Drain (32)
- DsDoom 3 (32) *
- DUMP Episode 1: Fuck Time Limits (17) *
- DUMP Episode 2: Dump Harder (67) *
- DUMP Episode 3: BFG Edition (80) *
- Dust Devil (2) *
- Dweller2 (16)
- Dystopia 3 (11)
- E1 Contest (15)
- E2GC (2)
- Earth (WAD) (10)
- Earthless: Prelude (12) *
- Echelon (30) *
- Eclipse (2) *
- The Edge of Time (30) *
- Egypt (9)
- Egyptian Doom (6) *
- Elementalism (16) *
- Elements (5)
- Elf Gets Pissed (9) *
- Elysium's Curse (6)
- End Game (8)
- End Point (7)
- The Enigma Episode (9)
- Enjay ZDoom 2001 (32) *
- Enslavement (11) *
- Epic (5)
- Epic 2 (32)
- Equinox (13)
- Erkattäññe (11)
- Escape From Natas (2)
- Escape From Phobos (3)
- Estranged (32)
- ESW2 (10)
- Eternal Deathmatch Set (19)
- Eternal Doom (34)
- Eternal Doom IV: Return from Oblivion (7) *
- Eternal Revelation (3)
- Eternal Slumber Party (33)
- Eternal Slumber Party II (32) *
- Eternally Yours (12)
- Eternity (WAD) (8)
- Ethereal Breakdown (31)
- The Event Horizon (3) *
- The Evil Unleashed (9)
- Eviternity (32) *
- Exomoon (23) *
- Extremal Doom (27)
- Eye of the Beholder (9) *
- Eye of the Beholder II (7)
- Ezekiel (9)
- Faithless: Trilogy (28) *
- Fava Beans (9)
- Final Doom (PlayStation) (30)
- The Final Gathering (5)
- Finely Crafted Fetish Film (7) *
- A Fistful of Doom (2)
- Flay the Obscene (4)
- Flotsam (16)
- For Whom the Bell Tolls (2)
- Forest Valley (5)
- Fracture (5)
- Fractured Worlds (9) *
- Fragport (32) *
- Full On (5)
- Galaxia (2)
- Genesis (WAD) (2)
- Genesis of Descent (2)
- Ghoul School 3D (9) *
- Gods & Guardians (7)
- Going Down (32) *
- Good Morning Phobos (36)
- Gothic 99 (8)
- GothicDM (32)
- GothicDM 2 (32)
- Gravity (2)
- GREEK.WAD (6)
- The Green Machine (12) *
- Green War (32)
- Greenwar II (36)
- Grid 32 (6) *
- Grid 64 (4)
- Grievance (32)
- Gulag (5)
- H2H-Xmas (32)
- Hacx (21) *
- Hadephobia (35)
- Hardfest (20)
- Harmony (11) *
- Haste (WAD) (17)
- Heartland (8) *
- Hell Factory (4) *
- Hell Ground (7) *
- Hell in Hell (32)
- Hell Revealed (32)
- Hell Revealed II (32)
- Hell Run (9)
- Hell To Pay (32)
- Hell-Forged (10) *
- Hellbound (32)
- Hellcore (32)
- Hellcore 2.0 (12)
- Hellevator (32) *
- Hellfire (15)
- Hellfire 2 (7)
- Hellfire III (9)
- Hellfire: Dreams (12) *
- Hellfire: Reborn (7) *
- Hellscape (10)
- Heretic (48)
- Heretic Treasure Chest (27)
- Heretic Upstart Mapping Project (17)
- Herian (32)
- Herian 2 (32)
- Heroes (36)
- Heroes' Tales (33)
- Hexen (31)
- Hexen Upstart Mapping Project (12)
- Hexen: Deathkings of the Dark Citadel (26)
- Hexen: Scourge of Viscerus (7) *
- Hi-Tech Hell 2 - Alien Tech (7)
- Hordamex (54) *
- HUMP mini (14)
- Hydrosphere (6)
- HYMN: A Heretic Community Project (9)
- I.H.N.I. (4) *
- ICAR2015 (11)
- Icarus: Alien Vanguard (32)
- Infected Area (7)
- Infection (7) *
- Inferno (Christopher Lutz WAD) (9)
- Infested (7) *
- Infinity (8)
- Inflation Bay (2) *
- The Inquisitor III (12) *
- Insanity's Edge (2) *
- Insertion (11)
- Interception (32)
- Interception II (31) *
- Intergalactic Xenology (5)
- Intergalactic Xenology 2 (5) *
- The Invaders (6)
- Invasion II (32)
- Invasion UAC (32) *
- The Invasion (36) *
- Irkalla (11) *
- Istanbul (4)
- It Only Gets Worse (19) *
- Italian DooM - Episodio 1 (8) *
- Italo-Doom (20)
- Japanese Community Project (32)
- Jenesis (34) *
- The Joy of Mapping 1 (15)
- The Joy of Mapping 2 (19)
- The Joy of Mapping 3: Mandatory Joy (23)
- The Joy of Mapping 4: Summer School (42)
- The Joy of Mapping 5: Winter Weekend (52) *
- The Joy of Mapping 6: Joy Eternal (71) *
- Judgment (34) *
- Jumpmaze (32) *
- Jumpmaze II (44) *
- Jumpmaze X (41) *
- Jumpwad (7) *
- Junko (18) *
- Kama Sutra (32)
- Kansam's Trial (9)
- Keeper of the Seven Keys 3 (Disc One) (7) *
- Khorus (WAD) (9)
- Khorus' Speedy Shit (32)
- Kickin (3)
- Kill! Zone (7)
- Kill! Zone II (7)
- Killing Adventure (32)
- Knee-Deep in Knee-Deep in ZDoom (9) *
- Knee-Deep in ZDoom (10)
- Kobal 2 (2)
- Kuchitsu (6) *
- Last Day on Earth (11)
- Laundry 2: Dry Hard (6) *
- Legacy of Heroes (10) *
- The Legacy (10)
- Lilith (11) *
- Literalism (26)
- The Long Trek Back Home (32)
- Lord of the Flies (9) *
- Lost Civilization (21)
- The Lost Episodes of Doom (24)
- The Lost Levels (7)
- Ludicrium (6)
- Lunar Catastrophe (36)
- Lunatic (5) *
- The Magenta Spire (16) *
- Magnolia (3) *
- Malevolence (9) *
- Mandrill Ass Project (9)
- Mano Laikas (32)
- Mapgame (9) *
- The Mapwich 2: The Mapwichening (22) *
- The Mapwich (16)
- Mars War (32)
- Maskim Xul (3) *
- Mass Extinction (32)
- MassMouth 2 (17) *
- Massmouthmas (3) *
- Master Levels for Doom II (21)
- Masters of Chaos (31) *
- Mayan Mishap (5) *
- MAYhem 1500 (34)
- MAYhem 2012 (12)
- MAYhem 2013 (11)
- MAYhem 2016 (21)
- MAYhem 2018 (42) *
- MAYhem 2019 (19) *
- MAYhem 2020 (48)
- MAYhem 2022 (28)
- MAYhem 2048 (35)
- Mayhem Mansion (7) *
- Memento Mori (32)
- Memento Mori II (34)
- Micro Slaughter Community Project (17)
- Midgard Outlaw (15) *
- Mock 2: The Speed of Stupid (41)
- Monument (9)
- Moonblood (32) *
- Mordeth (6) *
- Morior Invictus (33)
- Morior Invictus Extra (4)
- Motornerve (21)
- Mutabor (2) *
- Mutiny (16)
- Mystery of Tyskie Islands (10) *
- Nanopineapple 2018 (32)
- NeoDoom (32)
- Nerves of Steel (18) *
- Newdoom Community Project (32)
- NewDoom Community Project II (32) *
- Newgothic Movement 1 (18)
- Newgothic Movement 2 (17)
- Ni'mRoD - IXNAY on the HOMBRE (10) *
- Nihility: Infinite Teeth (9) *
- Nilla Doom (7)
- NJ Doom (27)
- NJ Doom2 (30)
- No End In Sight (38)
- No Rest for the Living (9)
- No Rest No Peace Part 3: Night and Day (6)
- No Sleep for the Dead (10)
- Nordhell (limit removing) (3) *
- NoReason's Speedmaps 3 (32) *
- Nostalgia (32)
- NOVA II: New Dawn (32) *
- NOVA III (32)
- NOVA: The Birth (32)
- Nuke Mine (9)
- Number One Kill (9)
- Number One Kill The Next Generation (22)
- Obituary (17) *
- Occula (7) *
- Oceanside (4)
- Odamex CTF (8)
- Odyssey (5)
- Ol' No Name (4)
- Old Still Life (11)
- Oops! All Greyboxes! (11) *
- Oops! All Techbase! (32)
- Operation Body Count (9) *
- Operation Sea Wolf (8) *
- Operation: Biowar (19)
- Oracle... (2)
- Orange is True Love (3) *
- Orpheus' Descent Into Hell (3)
- Osiris (8) *
- Overboard (15)
- Ozonia (32) *
- Pagodia (9) *
- Pandora (35)
- Paradise (7) *
- Paranoid (8) *
- Perdition's Gate (32)
- Perpetual Powers (21)
- Pesha (3)
- Phobia (8) *
- Phobos (WAD) (4)
- Phobos Revisited (9)
- Phobos: Anomaly Reborn (9)
- Phobos: Relive the Nightmare (9)
- PhobosDeimos Anomaly (12)
- Phocas Island 2 (6)
- Pieklo (2)
- Pirate Doom (19) *
- Pleiades (11)
- Plutonia 1024: The Plutinya Experiment (33)
- Plutonia 2 (33)
- Plutonia 3: Going to Surface (32) *
- Plutonia 4: Back to Your Hole (32)
- Plutonia 7: Going to the Hell (32)
- The Plutonia Experiment (32)
- Plutonia Revisited Community Project 2 (32)
- Plutonia: Revisited Community Project (32)
- Plutonium Winds (7)
- Pocket Slaughter (32)
- POOGERS (36)
- Post (11) *
- Preacher (10) *
- Prime Directive (9) *
- Project - Kate (3) *
- Project Einherjar (35) *
- Project Osiris (17) *
- Project Slipgate (11)
- Project Space (23)
- Pursuit (32)
- Pyrrhic (15)
- Rabbit's All-comers Mapping Project (201) *
- Rabbit's All-comers Mapping Project 2022 (118) *
- Rabbit's All-comers Mapping Project 2023 (297) *
- Rage Doom (19)
- Raven series (11)
- Ray Mohawk 2: Ray Wreaks Havoc! (22) *
- Ray Mohawk's Manic Monday! (6)
- Realm of Chaos (32)
- Realm of Cheogsh (3) *
- The Realm of Parthoris (10)
- Realms of Dr. Chaos (3) *
- The Rebirth (32) *
- The Reckoning (9)
- Reclamation (32)
- Redemption Denied (8)
- Reelism (18) *
- Reelism 2 (21) *
- Refracted Reality (15) *
- REKKR (45) *
- Remain 1 (11)
- Remain 3 (13) *
- Requiem (32)
- Resurgence (32) *
- Return of the Triad (11) *
- Return to Hadron (27)
- Return to Phobos (9)
- Reverie (32)
- Revolution! (33)
- Rip It, Tear It, Smash It (2)
- Robocop Doom (17) *
- Rowdy Rudy II: POWERTRIP (22) *
- Rowdy Rudy's Revenge! (10)
- RTC-3057 (7) *
- Running Late 2 (16) *
- Rush (13) *
- Rylayeh (10)
- Sacrament (14)
- Sacrifice (6)
- School Doom II (6) *
- Scientist 2 (20) *
- Scientist 2023 (20) *
- Scimitar (22) *
- Scythe (32)
- Scythe 2 (32) *
- Scythe X (10) *
- Selfish Series (7)
- Serenity (8)
- Serpent: Resurrection (25) *
- Shadows of Chronos (6)
- Shadows of the Nightmare Realm (6) *
- Shallow World (13)
- Shotgun Frenzy (12) *
- Shotgun Symphony (9)
- SIGIL (9)
- Sign of Torment (32) *
- Sillouhettes of Phobos (4)
- Simplicity (30) *
- Simply Phobos (10)
- Sin City (1995 WAD) (9)
- Sine Die (2)
- SkePLand (3)
- Skulldash (50) *
- Skulltiverse (32) *
- Skyewood (3)
- The Slaughter Spectrum (5)
- Slaughter Until Death (9)
- Slaughterfest 2011 (32)
- Slaughterfest 2012 (35) *
- Slaughterfest 3 (35) *
- SlaughterMAX (32)
- SlayeR (WAD) (11)
- Slith (5)
- Slugfest (10)
- Smart CTF (5)
- Solar Struggle (36)
- Sold Soul (9) *
- Somewhere in Time (15)
- Sony PlayStation (59)
- Space 2096: The Invasion Begins (6)
- The Space Pirate (1) *
- SpaceDM9 (3) *
- Spectrum (9) *
- Speed Master (32)
- Speed of Doom (33)
- Splatterhouse 3D (18) *
- Squadron 417 (24)
- Squonker 3 (8)
- Stardate 20X6 (8)
- Stardate 20X7 (11) *
- Stomper (33) *
- STRAIN (32) *
- Strange Aeons (45) *
- Strife (34)
- Strife: Absolute Order (6) *
- Strife: Veteran Edition (4)
- Stronghold: On the Edge of Chaos (40) *
- Struggle - Antaresian Legacy (33) *
- Sucker Punch (9)
- Sucker Punch 2 (9)
- Suitcase of Gor (22)
- Sunder (22) *
- Sunlust (32)
- Super MAYhem 17 (28) *
- Super NES (22)
- Surge (17)
- Suspended in Dusk (4)
- Swift Death (32)
- Swim With The Whales (4)
- Syringe (6)
- System Vices (8)
- The Talosian Incident (20)
- Tangerine Nightmare (10) *
- Tarnsman's Projectile Hell (36) *
- TDUNN Series for Doom (7)
- TDUNN Series for Doom II (13)
- Temple of the Lizard Men 2 (10) *
- Temporal Tantrum (28) *
- Tetraptykon (4)
- Three's a Crowd (32)
- Threshold of Pain (12) *
- THT: Threnody (20)
- Thy Flesh turned into a draft-excluder (9)
- Time of Sorrow (2) *
- Time Tripper (10) *
- Titan (WAD) (9) *
- Titan 2 (10) *
- TNT: Evilution (32)
- TNT: Renascence (11)
- TNT: Resistance (8)
- TNT: Revilution (32) *
- Toilet of the Gods (5)
- Toons for Doom 2 (32) *
- Torment (6)
- Tree3 (3)
- Tribute - this is not the best wad in the world (7) *
- The Troopers' Playground (10) *
- The True Test (2)
- TurboCharged ARCADE! (8) *
- TurboCharged ARCADE! - The Sequel Episode! (8) *
- The Twilight Zone II: Final Dreams (32) *
- The Twilight Zone (32)
- UAC Ultra (11) *
- Ultimate Doom (36)
- Ultimate Doom the Way id Did (9)
- The Ultimate NMD (27)
- The Ultimate Torment and Torture (10) *
- UnAligned (27)
- UnBeliever (28)
- Unholy Realms (32)
- Union Aerospace Corporation (WAD) (11)
- Unloved (5) *
- The UnMaking (1)
- The UnMaking (38)
- UnNecessary (32)
- Uprising (32) *
- Urania (32)
- URE2020: Unexpected Retro Experience (9)
- Vae Victus 2 (7)
- Valiant (32) *
- Vanguard (13)
- Vigor (20) *
- Vile Flesh (32)
- Violence (4) *
- Virus (11) *
- VooDoo Guns (3) *
- Water Spirit (3)
- The Wayfarer (9) *
- Welcome to Hell (3)
- What Lurks Beneath Base12? (3)
- Whispers of Satan (35) *
- Whitemare (18) *
- Whitemare 2 (32)
- Who Dun It (25) *
- Who Dun It expansion (4) *
- Winter's Fury (12) *
- Wolfenstein 3D 1st Encounter (4)
- Wonderful Doom (36)
- WOOO (32)
- WOOO 2 (38) *
- The World of Deth: From Heaven To Hell (32)
- Wormwood (2) *
- Wormwood III - The Horror (3) *
- Wormwood IV: The Final Chapter (9) *
- Wormwood: Expanded Universe (7) *
- Wretched Flesh (5) *
- Xmas Doom (3)
- Yak World (2)
- Ye Olde Smudge Wad (3)
- Zaero: Episode 1 (3) *
- ZanZan (3) *
- ZBlood (25)
- ZDoom Wars (45)
- Zen Dynamics (9) *
- Zodiac (32)
- Zone 300 (33)
- Zone 400 (33)
- Zones of Fear (32)
- ZPack - Random Maps for ZDoom (31) *
- ZPortal (7) *
- Zzul Bases (4)
Statistics[edit]
Total | |
---|---|
Overall map pages | 16240 |
Single-level WAD map pages | 641 |
Multi-level WAD map pages | 15599 |
Multi-level WAD overviews | 815 |
WADs with a custom things mapping file * | 394 |
WADs with built-in/included demos | 345 |
Built-in/included demos | 904 |
Navboxes for map articles | 1990 |
Distinct map authors with articles | 1066 |
Distinct map authors w/o articles | 1278 |
Distinct links to WADs in idgames archive | 1245 |
Distinct links to WADs on other sites | 209 |
Distinct links to Compet-n | 346 |
Distinct links to DSDA | 933 |
.ini files | 844 |