Difference between revisions of "Doom95"

From DoomWiki.org

[checked revision][checked revision]
m (History: +vidcap)
(has a built-in launcher, so add to category)
Line 103: Line 103:
 
{{s-end}}
 
{{s-end}}
 
[[Category:Commercial ports]]
 
[[Category:Commercial ports]]
 +
[[Category:Launchers]]

Revision as of 17:03, 22 October 2017

Doom95 is an official port of Doom to the Microsoft Windows operating system, and is included in many later releases of The Ultimate Doom, Doom II, and Final Doom. This port was developed by a team at Microsoft started by Gabe Newell [1], who later co-founded Valve Software and developed Half-Life, and headed by Alex St. John, the creator of the DirectX specification. It was to serve as a flagship for the new technology, and was released on August 20, 1996.

It supports four screen resolutions (320x200, 320x240, 640x400 and 640x480), which can all be used either in a windowed or a fullscreen mode. The port also has a launcher to configure options for external PWADs, player controls and multiplayer settings. It has a slightly higher visplane limit than the original Doom, allowing more complicated maps. It also has cheat codes that are exclusive to it, such as the ability to kill all of the monsters in a level. Several additional command line parameters were also implemented.

History

"Don't interrupt me!"

Work on a port of Doom to Windows began at Microsoft in mid-1994, then targeting Windows 3.11 and up via the new Win32s and WinG technologies, under the name of WinDoom. While two public betas were released, this version of the code base was eventually shelved.

In late 1995, Doom was estimated to be installed on more computers worldwide than Microsoft's new operating system Windows 95, despite million-dollar advertising campaigns for the latter. The game's popularity prompted Bill Gates to briefly consider buying id Software, and led Microsoft to repurpose their Doom porting project into a promotion of the new operating system as a gaming platform. One related presentation to promote Windows 95 had Bill Gates digitally superimposed into the game, killing zombies with a shotgun (rather strangely while holding it by the barrel with both hands) between segments of exposition. Microsoft stated that this release heralded the end of the reign of MS-DOS.

Differences

The following are known changes between vanilla Doom and Doom95:

  • Unlike the later DOS versions of the Doom games, Doom95 cannot play back true MIDIs, only real MUS files.
  • The engine supports a larger amount of sound channels, with a maximum of 32, whereas vanilla supports only eight.
  • The sound effects are played back at a slightly lower pitch than in regular Doom played under DOS.
  • Less of the player's weapon is shown on screen when compared to the MS-DOS version.
  • Some of Doom95's quit messages differ slightly from vanilla Doom, mostly by removing references to DOS.
  • The port handles its configuration differently from the DOS version, which in turn disables the always run trick.

Bugs

  • A bug in Doom95 prevents demo recording when starting the game via the Doom95 launcher. As soon as the game is launched (with instructions to record a demo), Doom95 quits and returns to the desktop with an error: "I_Error says: demo <demoname> recorded". An unofficial patch has been released that fixes this bug (by altering the file DOOMLNCH.DLL).
  • In resolutions above 320x240, the automap function for marking the current position with a number is extremely buggy. In addition to severe rendering bugs, the actual markers are not displayed at all or are displayed in the wrong positions. Adding the markers can even crash the game, though this is rare. The automap can be restored from the buggy state by moving the view away from the marker or by clearing all marks.
  • As a consequence, the screen attempts to display par times for these maps, which are not defined in g_game.c. The times given are actually for MAP02 through MAP10 because the function G_DoCompleted() is reading past the end of the array pars[] into its Doom II counterpart cpars[], which happens to be adjacent in memory.

Compatibility issues

  • By default the game does not launch on Windows Vista or 7 at all due to the lack of the file DPLAY.DLL. The issue can be fixed using this workaround.
  • Mice do not work with Doom95 under Windows 2000 and later Windows versions. This is because these operating systems do not support VXD files, and Doom95 uses the file DMOUSE.VXD to communicate with the mouse. An unofficial patch for this issue was released in 2010.
  • Most of Doom95's video modes do not work with modern video cards and Windows versions. Users frequently report displays squashed into one corner of the screen, washed-out colors, or choppy and grainy animation, irrespective of any video options selected.
  • Due to a bug in its handling of certain types of graphics cards and DirectX versions, Doom95 does not render the partial invisibility effect in its original form. Instead of seeing directly through the sprite, with some cards the user sees a wall texture or other background "refracted" through the creature's body at a slight angle, as though looking at an object through a glass of water. This makes invisible enemies somewhat easier to see, especially in dark rooms; on the other hand, tracking the movement of non-invisible creatures behind them can be more challenging, especially when trying to aim one's weapon through a pile of invisible corpses (which can easily occur, for example, in E1M9: Military Base). On other cards the effect produces bright yellow and magenta pixels which make the affected things stand out very clearly. Both visual glitches can be prevented by disabling DirectDraw acceleration using the -emulate parameter.

How to run Doom95 on Windows Vista/7

To be able to run Doom95 on Windows Vista or 7, you need to obtain a file named DPLAY.DLL. This file can be found inside the Template:Ig2 in the DIRECTX folder. An updated version of the file named DPLAYX.DLL can also be found in the WINDOWS\SYSTEM32 (or WINDOWS\SysWOW64) folder. A copy of this file can be renamed to DPLAY.DLL. After you have the file, it should be moved over to the location of the Doom95 executable (Doom95.exe). After this the game should launch normally.

Physical media

DOOM95.EXE

DOOM95.EXE is the main executable for Doom95. Version 3.0 is 775,117 bytes in size, and has the following hashes:

MD5 df4fe250a76ae2e6c7ae32d6fea6674a
SHA-1 4c8f7359fa9e82d34d606c12af873e3708d15d59
CRC-32 d58d38e2

A slightly different, and rarer, version is found on some, but not all, id Anthology discs. The main changes in this version are the bugs Sky never changes in Doom II is fixed and Crash when accessing Read This! is introduced. Unfortunately, there is no revision change between both versions so it is also called v3.0. It is 775,629 bytes in size, and has the following hashes:

MD5 61606afd9ead3b79cb88b920edd6f2ea
SHA-1 c37b92ae0fb66f1303eb8fe2a43bd9332a2caad3
CRC-32 712f1b74

See also

Sources

External links


Source code genealogy
Based on
WinDoom (Microsoft)
Doom95 Closed source