Difference between revisions of "Comparison of source ports"

From DoomWiki.org

[unchecked revision][checked revision]
m (Comparison by features: minor additions)
(reformat a bit)
(One intermediate revision by one other user not shown)
Line 116: Line 116:
 
!colspan="6" | Games supported
 
!colspan="6" | Games supported
 
|}
 
|}
 +
 +
===Other games===
 +
In addition to the main six games that a good portion of source ports support or plan to support, some source ports have or plan to add support for other less common Doom games:
 +
 +
====3DGE====
 +
* [[Wolfenstein 3D]] (WIP)
 +
* [[Rise of the Triad]] (WIP)
 +
* Blake Stone (WIP)
 +
 +
====Eternity Engine====
 +
* [[Sony PlayStation|PlayStation Doom]] (WIP)
 +
 +
====GZDoom/Zandronum====
 +
* [[Action Doom 2: Urban Brawl]]
 +
* [[Chex Quest 3]]
 +
* [[Harmony]]
 +
* [[The Adventures of Square]]
  
 
==Comparison by features==
 
==Comparison by features==

Revision as of 11:55, 17 April 2018

Below is a rough comparison of the source ports that are currently active and popular.

Comparison by general information

Name Latest version Latest release date (yyyy-mm-dd) Origin Source code repository Homepage Forum Wiki
Chocolate Doom 3.0.1 2020-06-25 (3 years ago) Doom/Heretic/Hexen source code GitHub - - Link
Crispy Doom 6.0 2023-03-31 (11 months ago) Chocolate Doom GitHub - - -
DelphiDoom 2.0.7.733 2022-04-14 (23 months ago) Doom/Heretic/Hexen source code, Chocolate Strife Sourceforge - - -
Doomsday 2.3.1 2021-02-04 (3 years ago) Doom/Heretic/Hexen source code Sourceforge Link Link Link
Doom Legacy 1.48.14 2023-12-29 (2 months ago) DOSDoom Sourceforge Link - -
Doom Retro 5.3 2024-03-03 (25 days ago) Chocolate Doom GitHub Link - Link
3DGE 3DGE/Version EDGE GitHub - Link Link
Eternity 4.02.00 2021-01-27 (3 years ago) SMMU GitHub - Link Link
GZDoom 4.11.3 2023-10-26 (4 months ago) ZDoom GitHub Link Link Link
Odamex 10.4.0 2023-08-10 (7 months ago) ZDoom 1.22 via csDoom GitHub Link Link Link
PrBoom+ 2.6.66 2023-06-20 (9 months ago) PrBoom Sourceforge Link - -
Risen3D 2.2.35 2021-12-17 (2 years ago) Doomsday Source Link - -
Zandronum 3.1 2021-12-13 (2 years ago) ZDoom and GZDoom via Skulltag Mercurial Link Link Link
ZDaemon 1.10.24 2023-11-21 (4 months ago) ZDoom 1.22 via csDoom - Link Link -
Name Latest version Latest release date (yyyy-mm-dd) Origin Source code repository

Comparison by license, programming language, platform and supported games

Note that the "Games supported" list below refers to the latest versions of the games. Earlier versions may not function correctly or at all. The latest versions of the games are: Doom games v1.9, Heretic v1.3, Hexen v1.1, Strife v1.31 and Hacx v1.2. There is only one version of Chex Quest 1 (not including the version hidden on the CD with subtle differences). Patches for upgrading old versions are listed in the game patch article.

Also note that the Chex Quest column below refers to Chex Quest 1 and not 2 or 3.

OS availability Games supported
Name License Written in Windows Linux MacOS Haiku Chex Doom Heretic Hexen Strife Hacx
Chocolate Doom GPL C Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
Crispy Doom GPL C Yes Yes  ?  ? Yes Yes - - - Yes
DelphiDoom GPL Delphi Yes - -  ? Yes Yes Yes Yes Yes -
Doomsday GPL C, C++ Yes Yes Yes  ? Yes Yes Yes Yes - Yes
Doom Legacy GPL, DSL (via Heretic) C; (C++ in development) Yes Yes Yes  ? Partial Yes Yes C++[1] - -
Doom Retro GPL C Yes - -  ? Yes Yes WIP Planned - Yes
3DGE GPL C++, QuakeC, ASM Yes Yes Yes Planned Yes Yes Yes Planned Planned Yes
Eternity GPL C++ Yes Yes Yes WIP - Yes WIP WIP WIP Yes
GZDoom GPL C++ Yes Yes WIP Planned Yes Yes Yes Yes Yes Yes
Odamex GPL C++ Yes Yes Yes  ? Yes Yes Planned - - -
PrBoom+ GPL C Yes Yes Yes  ? Yes Yes - - - Yes
Risen3D GPL C++ Yes - -  ? - Yes - - - -
Zandronum DSL, custom C++ Yes Yes Yes  ? WIP Yes Yes Yes Yes -
ZDaemon DSL (closed) C++ Yes Server Yes  ? - Yes Yes Partial - -
Name License Written in Windows Linux MacOS Haiku Chex Doom Heretic Hexen Strife Hacx
OS availability Games supported

Other games

In addition to the main six games that a good portion of source ports support or plan to support, some source ports have or plan to add support for other less common Doom games:

3DGE

Eternity Engine

GZDoom/Zandronum

Comparison by features

Special features
Name Renderer Uncapped framerate Limit-removing Console Custom content Map Scripting UDMF support
Chocolate Doom Software No - - - ACS (Hexen), None (other games) No
Crispy Doom Software Yes Yes - - None No
DelphiDoom Software, OpenGL Yes Yes Yes ACTORDEF, PascalScript ACS (Hexen), PascalScript WIP
Doomsday OpenGL Yes Yes Yes DED InFine, XG Planned
Doom Legacy Software, OpenGL  ? Yes Yes - FraggleScript -
Doom Retro Software Yes Yes Yes - None Planned
3DGE OpenGL Yes Yes Yes DDF, COAL RTS Yes
Eternity Software Yes Yes Yes EDF ACS Yes
GZDoom Software, OpenGL Yes Yes Yes ZScript, DECORATE ZScript, ACS, FraggleScript Yes
Odamex Software Yes Yes Yes Yes ACS -
PrBoom+ Software, OpenGL Yes Yes - - None No
Risen3D OpenGL, Direct3D Yes Yes Yes DED SCP, InFine -
Zandronum Software, OpenGL Yes Yes Yes DECORATE ACS Yes
ZDaemon Software Yes Yes Yes DEHSUPP ACS -
Name Renderer Uncapped framerate Limit-removing Console Custom content Map Scripting UDMF support
Special features

Comparison by multiplayer functionality

Keywords:

  • Synchronous means the network (typically) sends minimal amounts of traffic in exchange for only advancing based on available player input. Tends to work better over direct connections and requires a lot of accuracy in connection data to support in game joining. This method was used by Doom 1.9.
  • Asynchronous means a network protocol that relies on sending more complex data in exchange for allowing the client and server to advance independently. More efficient connection snapshots and individual clients cannot stall the server from connection issues.
  • C/S (short for Client/Server) means a connection protocol where all players communicate through and only to a central server.
  • P2P (short for Peer-to-Peer) means a connection protocol where all players communicate directly to each-other. This method was used by Doom 1.9.
Name Splitscreen Multiplayer Saves Multiplayer Protocol Late Joining Origin CTF[2]
Chocolate Doom No Yes C/S (Synchronous) No Doom 1.9 No
Crispy Doom No Yes C/S (Synchronous) No Chocolate Doom No
DelphiDoom No No P2P (Synchronous) No Doom 1.9 No
Doomsday Yes No C/S (Asynchronous) Yes Original No
Doom Legacy Yes Yes C/S (Synchronous) Yes Doom 1.9 No
Doom Retro No - - - - -
3DGE Yes No P2P (Synchronous) No Doom 1.9 No
Eternity Yes[3] Yes P2P (Synchronous) No Doom 1.9 No
GZDoom No Yes P2P & C/S (Synchronous) Saves only Doom 1.9 No
Odamex No No C/S (Asynchronous) Yes csDoom Yes
PrBoom+ No Yes C/S (Synchronous) No Doom 1.9 No
Risen3D No - - - - -
Zandronum No No C/S (Asynchronous) Yes Skulltag (csDoom) Yes
ZDaemon No No C/S (Asynchronous) Yes csDoom Yes
Name Splitscreen Multiplayer Saves Multiplayer Protocol Late Joining Origin CTF

Comparison by compatibility

Compatibility is judged primarily by the extent to which a source port supports vanilla gameplay behavior including the original quirks and bugs of the respective games, behavior of maps even when those maps are erroneously constructed, and demo compatibility. Factors which are not considered are simple support of higher resolutions, higher sound sample rates, or additional methods of input over the original games which do not change the actual gameplay experience or engine behavior. When gameplay changes are optional or otherwise configurable, it is the best compatibility profile (which is not necessarily the default configuration) that is considered. While the scale used is somewhat subjective, a rough guideline is as follows:

  • Very high compatibility is reserved for ports which perform partial emulation of a DOS machine's address space, behavior of x86-specific mathematical or logical operations, and overflow emulation based on reverse engineering of the segment layouts of the original games' executable files in order to attain as close to 100% compatibility as is possible. Almost all known vanilla demos sync, and the port will be adjusted if one is found which does not.
  • High indicates that the port is very compatible, but does not go as far as those ports in the Very high category in emulation of the original games' bugs. Vanilla demo support is in the range of good to excellent.
  • Average indicates that the port plays very closely to the originals, but unconditionally fixes most bugs and may make aesthetic compromises for more enjoyable play. Virtually all modifications for the original games still function as intended by their authors with ports in this category. Vanilla demo support is unlikely.
  • Low indicates that the port makes significant changes to gameplay and presentation. Some vanilla-targeted modifications may not work as intended. Demo support beyond the individual port's format is usually not present to any extent.
  • Very low indicates that the game is not entirely playable in the engine. This can be because support for the game is an unfinished work in progress, or that it is not a development priority.

Boom-compatibility has been a de facto standard for enhanced features in Doom ports. Yes means that the entire feature set is supported. Mostly means that some obscure and uncommonly-used features are not supported, but the port should still be able to handle correctly most existing Boom map sets. Partial indicates that support is incomplete and Boom map sets are not expected to play back correctly. No means that Boom features are not supported to any degree.

Name Vanilla Doom
accuracy
Vanilla Heretic
accuracy
Vanilla Hexen
accuracy
Vanilla Strife
accuracy
Boom-
compatible
Demo format
Chocolate Doom Very high Very high Very high Very high No Doom 1.9
Crispy Doom Very high - - - BEX only Doom 1.9
DelphiDoom Average Average Average Average Mostly
Doomsday Average High High - Partial None
Doom Legacy Very low Very low - - Partial
Doom Retro Average - - - Yes None
3DGE Low Very low - - Yes Own (experimental)
Eternity High Average - - Yes Own, Doom 1.9 and Boom 2.02 (experimental)
GZDoom Low Low Low Low Mostly Own
Odamex High - - - Mostly
PrBoom+ Very high - - - Yes Doom 1.2, 1.9, Boom 2.02, own, misc[4]
Risen3D Average - - - Mostly Own
Zandronum Low Low Low Low Mostly Own
ZDaemon Average Average Very low - Mostly Own
Name Vanilla Doom
accuracy
Vanilla Heretic
accuracy
Vanilla Hexen
accuracy
Vanilla Strife
accuracy
Boom-
compatible
Demo format

Notes

  1. Only the defunct Doom Legacy C++ version supports native Hexen.
  2. All listed CTF supported ports abide to the CTF standard.
  3. There's an experimental branch that adds splitscreen support.[1]
  4. Historical demo compatibility is a main feature of PrBoom+, it also features support for Doom 1.666, DOSDoom, Boom 2.01, MBF, LxDoom, and earlier versions of PrBoom