No description
Find a file
2017-12-09 15:37:37 -08:00
.github Add note to CONTRIBUTING guide about formatting. 2016-06-17 18:12:14 -04:00
codeblocks Small CodeBlocks update 2017-02-07 10:10:28 +03:00
data Install icons to PREFIX/share/icons/hicolor/128x128/apps 2017-12-09 15:37:37 -08:00
man Merge branch 'master' into sdl2-branch 2017-04-24 14:46:31 +02:00
midiproc midiproc: consider the case that RegisterSong() fails 2017-11-23 15:22:37 +01:00
msvc Bump version to 3.0.0-beta1. 2017-02-03 20:12:09 -05:00
opl Merge branch 'master' into sdl2-branch 2016-09-17 13:12:26 +02:00
pcsound pcsound: Remove Win9x TODO(). 2017-01-02 14:56:59 +01:00
pkg cp-with-libs: add dsound.dll to the list of bundled DLLs 2017-11-23 15:19:36 +01:00
src fix some mixed line endings 2017-12-02 18:00:29 +01:00
textscreen textscreen: Add extern "C" for C++ imports. 2017-10-22 18:39:22 -04:00
.gitignore Ignore *.pcx files 2017-07-27 16:34:48 -07:00
.lvimrc Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. Add 2010-04-30 19:38:24 +00:00
.travis.sh Add cppcheck static analysis to travis build (#939) 2017-09-03 16:29:27 -04:00
.travis.yml Add cppcheck static analysis to travis build (#939) 2017-09-03 16:29:27 -04:00
AUTHORS Add Alexey to AUTHORS 2016-03-24 02:34:32 +09:00
autogen.sh build: kill redundant boilerplate in autogen.sh 2013-12-10 17:07:22 +01:00
ChangeLog Update URLs to Chocolate Doom Github project. 2014-03-16 02:43:12 -04:00
CODE_OF_CONDUCT.md Add Contributor Covenant as Code of Conduct. 2016-02-28 20:02:10 -05:00
configure.ac config: only define str[n]casecmp if necessary 2017-10-09 10:36:48 +02:00
COPYING Update COPYING to latest version of GPL2 with new address of FSF (thanks 2011-08-20 18:20:43 +00:00
HACKING.md Demand use of I_Realloc() instead of realloc() in the HACKING guide 2017-08-21 11:51:55 +02:00
Makefile.am Add midiproc to the automake system. 2017-02-22 22:49:57 -08:00
NEWS.md NEWS: Move stray "HEAD" entry to the 3.0.0 section. 2017-07-17 01:10:37 -07:00
NOT-BUGS.md Convert the rest of the doc files to Markdown. 2016-06-08 04:42:29 -07:00
PHILOSOPHY.md PHILOSOPHY: Minor formatting fixes 2016-11-26 21:35:08 -05:00
README.md Fixed grammer error in README.md 2017-08-04 12:44:26 -04:00
README.Music.md README.Music: Remove reference to Win9x. 2017-01-02 14:54:57 +01:00
README.Strife.md Convert the rest of the doc files to Markdown. 2016-06-08 04:42:29 -07:00
rpm.spec.in Install icons to PREFIX/share/icons/hicolor/128x128/apps 2017-12-09 15:37:37 -08:00
TODO.md Convert the rest of the doc files to Markdown. 2016-06-08 04:42:29 -07:00

Chocolate Doom

Chocolate Doom aims to accurately reproduce the original DOS version of Doom and other games based on the Doom engine in a form that can be run on modern computers.

Originally, Chocolate Doom was only a Doom source port. The project now includes ports of Heretic and Hexen, and Strife.

Chocolate Dooms aims are:

  • To always be 100% Free and Open Source software.
  • Portability to as many different operating systems as possible.
  • Accurate reproduction of the original DOS versions of the games, including bugs.
  • Compatibility with the DOS demo, configuration and savegame files.
  • To provide an accurate retro “feel” (display and input should behave the same).

More information about the philosophy and design behind Chocolate Doom can be found in the PHILOSOPHY file distributed with the source code.

Setting up gameplay

For instructions on how to set up Chocolate Doom for play, see the INSTALL file.

Configuration File

Chocolate Doom is compatible with the DOS Doom configuration file (normally named default.cfg). Existing configuration files for DOS Doom should therefore simply work out of the box. However, Chocolate Doom also provides some extra settings. These are stored in a separate file named chocolate-doom.cfg.

The configuration can be edited using the chocolate-setup tool.

Command line options

Chocolate Doom supports a number of command line parameters, including some extras that were not originally suported by the DOS versions. For binary distributions, see the CMDLINE file included with your download; more information is also available on the Chocolate Doom website.

Playing TCs

With Vanilla Doom there is no way to include sprites in PWAD files. Chocolate Dooms -file command line option behaves exactly the same as Vanilla Doom, and trying to play TCs by adding the WAD files using -file will not work.

Many Total Conversions (TCs) are distributed as a PWAD file which must be merged into the main IWAD. Typically a copy of DEUSF.EXE is included which performs this merge. Chocolate Doom includes a new option, -merge, which will simulate this merge. Essentially, the WAD directory is merged in memory, removing the need to modify the IWAD on disk.

To play TCs using Chocolate Doom, run like this:

chocolate-doom -merge thetc.wad

Here are some examples:

chocolate-doom -merge batman.wad -deh batman.deh vbatman.deh  (Batman Doom)
chocolate-doom -merge aoddoom1.wad -deh aoddoom1.deh  (Army of Darkness Doom)

Other information

  • Chocolate Doom includes a number of different options for music playback. See the README.Music file for more details.

  • More information, including information about how to play various classic TCs, is available on the Chocolate Doom website:

    https://www.chocolate-doom.org/

    You are encouraged to sign up and contribute any useful information you may have regarding the port!

  • Chocolate Doom is not perfect. Although it aims to accurately emulate and reproduce the DOS executables, some behavior can be very difficult to reproduce. Because of the nature of the project, you may also encounter Vanilla Doom bugs; these are intentionally present; see the NOT-BUGS file for more information.

    New bug reports can be submitted to the issue tracker on Github:

    https://github.com/chocolate-doom/chocolate-doom/issues

  • Source code patches are welcome, but please follow the style guidelines - see the file named HACKING included with the source distribution.

  • Chocolate Doom is distributed under the GNU GPL. See the COPYING file for more information.

  • Please send any feedback, questions or suggestions to chocolate-doom-dev-list@chocolate-doom.org. Thanks!