Difference between revisions of "Doom Classic Unity port"

From DoomWiki.org

[unchecked revision][checked revision]
m (Doom II specific)
m (Not really a stub now)
(38 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{TimelyStub}}
+
The '''Doom Classic Unity port''' is a series of official ports of [[Doom]] and [[Doom II]] initially developed by [[Nerve Software]] in cooperation with [[id Software]] and first published by [[Bethesda]] on {{timeline|2019|July 26, 2019}} as part of the "Year of Doom" promotional campaign. It was initially announced on stage during the QuakeCon 2019 (DoomCon) keynote presentation. The port is based on the [[Doom Classic]] codebase, but replaces the [[id Tech 4]] shell with one based on the {{wp|Unity (game engine)|Unity}} game engine. This offers immediate portability to a wide array of targets - the Doom and Doom II ports were available at initial launch for the [[Sony]] [[PlayStation 4]], [[Nintendo]] [[Nintendo Switch|Switch]], [[Microsoft]] [[Xbox One]], the {{wp|Google Play}} app store for {{wp|Android (operating system)|Android}}, and [[Apple]]'s iOS app store. As of the January 9, 2020 patch, support for PC has also been added, via the [[Bethesda.net]] distribution platform.
The '''Doom Classic Unity port''' is a series of official ports of [[Doom]] and [[Doom II]] initially developed by [[Nerve Software]] in cooperation with [[id Software]] and first published by [[Bethesda]] on {{timeline|2019|July 26, 2019}} as part of the "Year of Doom" promotional campaign. It was initially announced on stage during the QuakeCon 2019 (DoomCon) keynote presentation. The port is based on the [[Doom Classic]] codebase, but replaces the [[id Tech 4]] shell with one based on the {{wp|Unity (game engine)|Unity}} game engine. This offers immediate portability to a wide array of targets - the Doom and Doom II ports were available at launch for the [[Sony]] [[PlayStation 4]], [[Nintendo]] [[Nintendo Switch|Switch]], [[Microsoft]] [[Xbox One]], the {{wp|Google Play}} app store for {{wp|Android (operating system)|Android}}, and [[Apple]]'s iOS app store.
 
  
==Differences with Doom and Doom 2==
+
==Differences in Doom and Doom II==
 +
Note that many changes below are carried over from previous Doom Classic revisions.
  
 
===Ultimate Doom and Doom II===
 
===Ultimate Doom and Doom II===
 
* Local multiplayer is available.
 
* Local multiplayer is available.
* [[Doom cheat codes|Cheat codes]] are available and accessible via the Options menu.
+
* [[Doom cheat codes|Cheat codes]] are only available and accessible via the Options menu.
 
* There is no confirmation when selecting [[Nightmare!]] skill.
 
* There is no confirmation when selecting [[Nightmare!]] skill.
* On Nightmare!, the [[fast monsters]] mechanic has been removed entirely: fireballs shot by imps, cacodemons, barons of Hell and Hell knights are no longer sped up, and neither is the running speed of demons. Monsters retain increased reaction times.
+
* On Nightmare!, the [[fast monsters]] mechanic has been removed entirely: fireballs shot by imps, cacodemons, barons of Hell and Hell knights are no longer sped up, and neither is the running speed of demons. Monsters retain increased reaction times.{{cite web|author=id Software|title=Doom source release|url=https://github.com/chocolate-doom/chocolate-doom/blob/doom-src-release/src/g_game.c#L1419|publication=Github|publishdate=23 July 2005|accessdate=7 March 2020}}{{cite web|author=id Software|title=Doom 3: BFG Edition source code|url=https://github.com/id-Software/DOOM-3-BFG/blob/master/doomclassic/doom/g_game.cpp#L1647|publication=Github|publishdate=26 November 2012|accessdate=7 March 2020}}
* The pickup sprites for the [[stimpack]], [[medikit]], and [[berserk]] (STIMA0, MEDIA0, PSTRA0) are modified in compliance with the Red Cross' wish that its symbol not be used in games. Instead, the symbol is replaced by a red and white pill.
+
* The pickup sprites for the [[stimpack]], [[medikit]], and [[berserk]] (STIMA0, MEDIA0, PSTRA0) are modified in compliance with the Red Cross' wish that its symbol not be used in games. Initially the pill graphics from previous Doom Classic versions were reused. This was later changed in the January 9, 2020 update (see below).
 
* The DMENUPIC that was the [[title screen]] in the original [[Xbox 360]] version is used here.
 
* The DMENUPIC that was the [[title screen]] in the original [[Xbox 360]] version is used here.
* Unlike the Gravis UltraSound Classic patch set v4.11 used by the BFG Edition, the music originally played at a noticeable reduced rate and wrong sound samples. This was later rectified with the {{timeline|2019|September 27, 2019}} update where the music played now closely resembles if not similar to the Roland SC-55 sound font.
+
* New to the port is the addition of creative credits that resemble the ending credit sequence of [[Doom (2016)]], where various levels and battles are shown briefly while the camera pans around and showing the names of Nerve Software key staff. Doom and Doom II each have their own sequences, and after the montage ends, the staff credits roll will begin.
 +
* Music tracks does not loop seamlessly due to the nature of them being a recording.
 +
* The [[automap]] shows the kill, items, secrets statistics during the game, using little icons of a skull for kills, a health bonus for items, and a green interrogation mark for secrets.
 +
 
 +
Significant changes and additions were made in the update released on January 9, 2020:<ref name="pn20200109">{{cite web text|author=tokyopunchout|title=DOOM &amp; DOOM II Patch Notes|url=https://bethesda.net/community/topic/369943/doom-doom-ii-patch-notes|publication=Bethesda.net Community Forums|publishdate=9 January 2020|accessdate=9 January 2020}}</ref>
 +
* Renderer framerate increased to 60 Hz, with an [[Uncapped framerate|interpolation]] system written by [[Alex Mayfield (AlexMax)]].
 +
* [[Official add-ons|An add-on system]] was integrated. The initial batch of supported add-ons were [[SIGIL]], [[No Rest for the Living]], [[TNT: Evilution]], and [[The Plutonia Experiment]]. The Android and PC versions support addition of custom add-ons by the end user.
 +
* Medikits, stimpacks, and berserk packs were changed to use a green cross instead of a pill.
 +
* Support for [[aspect ratio]] correction was added.
 +
* Support for quick save and load were added.
 +
* A level select menu was added, allowing the game to be started on any level at any skill.
 +
* A [[weapon]] carousel was added, allowing instant selection of weapons without cycling through every intermediate weapon and waiting on the resulting raise and lower animations.
 +
* Quick weapon swap via the directional pad was added, with the following control assignments:
 +
** Up: [[Super shotgun]] and [[shotgun]] 
 +
** Right: [[Chaingun]]
 +
** Down: [[Rocket launcher]]
 +
** Left: [[Plasma rifle]]
 +
* Overall brightness and level brightness controls were added.
 +
* Random sound effect pitch can now be toggled on or off.
 +
* The split screen [[HUD]] for multiplayer was minimized, removing the [[status bar]] to allow more game display space.
 +
 
 +
The March 31, 2020 update fixed the remaining audio issues ([[sound]]s with a 22050 Hz sample rate were played incorrectly at 11025 Hz) and added [[No End In Sight]] to the list of official add-ons<ref name="pn20200331">{{cite web text|author=tokyopunchout|title=DOOM &amp; DOOM II Patch Notes|url=https://bethesda.net/community/topic/388434/doom-doom-ii-patch-notes|publication=Bethesda.net Community Forums|publishdate=31 March 2020|accessdate=31 March 2020}}</ref>
  
 
===Ultimate Doom specific===
 
===Ultimate Doom specific===
* All animation from the intermission screens has been restored; they were originally missing from the BFG Edition.
+
* All animation from the intermission screens has been restored; they were originally missing from the BFG Edition.
* The NIN logo on [[E4M1: Hell Beneath]] has been removed.
+
* The {{wp|Nine Inch Nails|NIN}} logo on [[E4M1: Hell Beneath]] has been removed, presumably to avoid trademark infringement.
  
 
===Doom II specific===
 
===Doom II specific===
* All Wolfenstein SS have been search-and-replaced by [[zombiemen]].
 
* No Rest For The Living is excised from tnis port. In its place is the inclusion of [[Master Levels|The Master Levels]].
 
 
* BFG Edition's MAP31: IDKFA and MAP32: Keen has been reverted back to MAP31: Wolfenstein and MAP32: Grosse alongside their respective map music, D_EVIL and D_ULTIMA.
 
* BFG Edition's MAP31: IDKFA and MAP32: Keen has been reverted back to MAP31: Wolfenstein and MAP32: Grosse alongside their respective map music, D_EVIL and D_ULTIMA.
* [[Map06: The Crusher]] has been edited to remove the linedef actions on the door track of the red key door which would crash the game.
+
* The ZWOLF* texture with Nazi iconography (Hitler portraits, swastikas, Reichsadlers, etc.) have been censored. These were initially identical to the versions that appeared in BFG Edition, but have been edited in the January 9, 2020 patch to be closer to the original textures. The BFG Edition versions of textures which had Nazi detailing were the same as undetailed versions of those wall textures. As of the patch, they have instead been restored to the original versions and then edited, replacing swastikas with the triangle logo used in the German version of ''{{wp|Wolfenstein: The New Order}}'', while Hitler has lost his toothbrush mustache, making him resemble the Staatmeister from the Super Nintendo version of ''[[Wolfenstein 3D]]''. The definitions in TEXTURE1 are identical; it is the patches that have been changed.
 +
* The [[Wolfenstein SS]] (which were effectively removed in BFG Edition) have been restored. As of the January 9 patch, the second half of their sight sound has been redubbed - they now say "schutzkämpfer" instead of "schutzstaffel", the first half still using John Romero's voice while the other half was re-recorded by [[Mike Rubits (sponge)|Mike Rubits]] of [[id Software]]. Their death sounds are as normal.
 +
* [[MAP06: The Crusher]] has been edited to remove the linedef actions on the door track of the red key door which would [[Manual doors on 1S lines cause an illegal operation|crash the game]].
 +
 
 +
==Add-ons==
 +
[[Image:doom_xbone_addons.jpg|thumb|The add-ons menu on Xbox One.]]
 +
{{Main|Official add-ons}}
 +
Unlike many home console ports, this one allows [[PWAD|community created content]] to be loaded. There is a curated selection of add-ons are available for both games on home consoles and iOS. On the PC and Android platforms, users can add to this list themselves. The currently active profile must be signed into a [[Bethesda.net]] account to download add-ons. Announcements of new add-ons can be found under the News option of the main menu.
  
 
==Trivia==
 
==Trivia==
Doom and Doom II originally shipped with much criticized Bethesda.net login screen upon startup (for the purposes of rewards via Slayer's Club), which in a later update made them less intrusive.
+
* Doom and Doom II originally shipped with a much criticized Bethesda.net login screen upon startup (for the purposes of rewards via the [[Slayers Club]]), which was made less intrusive in a later update.
 +
* The music originally played recordings of a original songs at a noticeable reduced rate and wrong sound samples. This was later rectified with the {{timeline|2019|September 27, 2019}} update which uses recordings of the music played through a {{wp|Roland SC-55}}. Later, the {{timeline|2020|January 9th, 2020}} update brought back direct MUS and MIDI playback, but only for addons. <ref name="pn20200109" />
 +
 
 +
==See also==
 +
* [[extras.wad]]
 +
 
 +
==References==
 +
<references/>
 +
 
  
 
{{s-start}}
 
{{s-start}}

Revision as of 07:32, 25 July 2020

The Doom Classic Unity port is a series of official ports of Doom and Doom II initially developed by Nerve Software in cooperation with id Software and first published by Bethesda on July 26, 2019 as part of the "Year of Doom" promotional campaign. It was initially announced on stage during the QuakeCon 2019 (DoomCon) keynote presentation. The port is based on the Doom Classic codebase, but replaces the id Tech 4 shell with one based on the Unity game engine. This offers immediate portability to a wide array of targets - the Doom and Doom II ports were available at initial launch for the Sony PlayStation 4, Nintendo Switch, Microsoft Xbox One, the Google Play app store for Android, and Apple's iOS app store. As of the January 9, 2020 patch, support for PC has also been added, via the Bethesda.net distribution platform.

Differences in Doom and Doom II

Note that many changes below are carried over from previous Doom Classic revisions.

Ultimate Doom and Doom II

  • Local multiplayer is available.
  • Cheat codes are only available and accessible via the Options menu.
  • There is no confirmation when selecting Nightmare! skill.
  • On Nightmare!, the fast monsters mechanic has been removed entirely: fireballs shot by imps, cacodemons, barons of Hell and Hell knights are no longer sped up, and neither is the running speed of demons. Monsters retain increased reaction times.[1][2]
  • The pickup sprites for the stimpack, medikit, and berserk (STIMA0, MEDIA0, PSTRA0) are modified in compliance with the Red Cross' wish that its symbol not be used in games. Initially the pill graphics from previous Doom Classic versions were reused. This was later changed in the January 9, 2020 update (see below).
  • The DMENUPIC that was the title screen in the original Xbox 360 version is used here.
  • New to the port is the addition of creative credits that resemble the ending credit sequence of Doom (2016), where various levels and battles are shown briefly while the camera pans around and showing the names of Nerve Software key staff. Doom and Doom II each have their own sequences, and after the montage ends, the staff credits roll will begin.
  • Music tracks does not loop seamlessly due to the nature of them being a recording.
  • The automap shows the kill, items, secrets statistics during the game, using little icons of a skull for kills, a health bonus for items, and a green interrogation mark for secrets.

Significant changes and additions were made in the update released on January 9, 2020:[3]

  • Renderer framerate increased to 60 Hz, with an interpolation system written by Alex Mayfield (AlexMax).
  • An add-on system was integrated. The initial batch of supported add-ons were SIGIL, No Rest for the Living, TNT: Evilution, and The Plutonia Experiment. The Android and PC versions support addition of custom add-ons by the end user.
  • Medikits, stimpacks, and berserk packs were changed to use a green cross instead of a pill.
  • Support for aspect ratio correction was added.
  • Support for quick save and load were added.
  • A level select menu was added, allowing the game to be started on any level at any skill.
  • A weapon carousel was added, allowing instant selection of weapons without cycling through every intermediate weapon and waiting on the resulting raise and lower animations.
  • Quick weapon swap via the directional pad was added, with the following control assignments:
  • Overall brightness and level brightness controls were added.
  • Random sound effect pitch can now be toggled on or off.
  • The split screen HUD for multiplayer was minimized, removing the status bar to allow more game display space.

The March 31, 2020 update fixed the remaining audio issues (sounds with a 22050 Hz sample rate were played incorrectly at 11025 Hz) and added No End In Sight to the list of official add-ons[4]

Ultimate Doom specific

  • All animation from the intermission screens has been restored; they were originally missing from the BFG Edition.
  • The NIN logo on E4M1: Hell Beneath has been removed, presumably to avoid trademark infringement.

Doom II specific

  • BFG Edition's MAP31: IDKFA and MAP32: Keen has been reverted back to MAP31: Wolfenstein and MAP32: Grosse alongside their respective map music, D_EVIL and D_ULTIMA.
  • The ZWOLF* texture with Nazi iconography (Hitler portraits, swastikas, Reichsadlers, etc.) have been censored. These were initially identical to the versions that appeared in BFG Edition, but have been edited in the January 9, 2020 patch to be closer to the original textures. The BFG Edition versions of textures which had Nazi detailing were the same as undetailed versions of those wall textures. As of the patch, they have instead been restored to the original versions and then edited, replacing swastikas with the triangle logo used in the German version of Wolfenstein: The New Order, while Hitler has lost his toothbrush mustache, making him resemble the Staatmeister from the Super Nintendo version of Wolfenstein 3D. The definitions in TEXTURE1 are identical; it is the patches that have been changed.
  • The Wolfenstein SS (which were effectively removed in BFG Edition) have been restored. As of the January 9 patch, the second half of their sight sound has been redubbed - they now say "schutzkämpfer" instead of "schutzstaffel", the first half still using John Romero's voice while the other half was re-recorded by Mike Rubits of id Software. Their death sounds are as normal.
  • MAP06: The Crusher has been edited to remove the linedef actions on the door track of the red key door which would crash the game.

Add-ons

The add-ons menu on Xbox One.
Main article: Official add-ons

Unlike many home console ports, this one allows community created content to be loaded. There is a curated selection of add-ons are available for both games on home consoles and iOS. On the PC and Android platforms, users can add to this list themselves. The currently active profile must be signed into a Bethesda.net account to download add-ons. Announcements of new add-ons can be found under the News option of the main menu.

Trivia

  • Doom and Doom II originally shipped with a much criticized Bethesda.net login screen upon startup (for the purposes of rewards via the Slayers Club), which was made less intrusive in a later update.
  • The music originally played recordings of a original songs at a noticeable reduced rate and wrong sound samples. This was later rectified with the September 27, 2019 update which uses recordings of the music played through a Roland SC-55. Later, the January 9th, 2020 update brought back direct MUS and MIDI playback, but only for addons. [3]

See also

References

  1. id Software (23 July 2005). "Doom source release." Github. Retrieved 7 March 2020.
  2. id Software (26 November 2012). "Doom 3: BFG Edition source code." Github. Retrieved 7 March 2020.
  3. 3.0 3.1 tokyopunchout (9 January 2020). "DOOM & DOOM II Patch Notes." Bethesda.net Community Forums. Retrieved 9 January 2020.
  4. tokyopunchout (31 March 2020). "DOOM & DOOM II Patch Notes." Bethesda.net Community Forums. Retrieved 31 March 2020.


Source code genealogy
Based on Name Base for
Doom Classic Doom Classic (Unity) None
Unity