No description
Find a file
Simon Howard 6f8ac36f66 Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. Add
opl ctags file to localvimrc.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1922
2010-04-30 19:38:24 +00:00
codeblocks Merge opl-branch to trunk. 2010-03-08 01:14:23 +00:00
data Fix poor quality application icons seen when the game is running. 2009-12-18 22:11:06 +00:00
man Merge from trunk. 2010-01-27 19:50:30 +00:00
msvc Bump version number, update ChangeLog and NEWS. 2010-02-10 20:21:21 +00:00
opl Add OPL-TODO to dist, set svn:ignore properties. 2010-03-08 18:52:59 +00:00
pcsound Add tags files to svn:ignore properties. 2010-01-27 19:16:26 +00:00
pkg Merge opl-branch to trunk. 2010-03-08 01:14:23 +00:00
setup Use native MIDI music by default. 2010-03-08 18:50:29 +00:00
src Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. Add 2010-04-30 19:38:24 +00:00
textscreen Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. Add 2010-04-30 19:38:24 +00:00
wince Add tags files to svn:ignore properties. 2010-01-27 19:16:26 +00:00
.gitignore Add tags files to svn:ignore properties. 2010-01-27 19:16:26 +00:00
.lvimrc Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. Add 2010-04-30 19:38:24 +00:00
acinclude.m4 Add (lack of) copyright notice for SDL workaround. 2009-09-11 21:56:47 +00:00
AUTHORS Use my gmail.com email address. 2006-11-29 00:49:33 +00:00
autogen.sh Add quotes around $@ in autogen script (thanks exp[x]) 2010-01-03 03:49:11 +00:00
BUGS Remove entry in bug list about OPL music. 2009-07-11 12:32:08 +00:00
ChangeLog Bump version number, update ChangeLog and NEWS. 2010-02-10 20:21:21 +00:00
configure.in Merge opl-branch to trunk. 2010-03-08 01:14:23 +00:00
COPYING Update copyright to GNU GPL 2005-07-23 16:44:57 +00:00
HACKING Add portability section to HACKING file. 2007-06-21 11:32:04 +00:00
INSTALL Minor fix of British spelling -> American. 2010-01-26 19:21:18 +00:00
Makefile.am Add OPL-TODO to dist, set svn:ignore properties. 2010-03-08 18:52:59 +00:00
NEWS Bump version number, update ChangeLog and NEWS. 2010-02-10 20:21:21 +00:00
OPL-TODO Add OPL hardware playback support for Windows NT-based systems. 2010-02-26 21:07:59 +00:00
README Update some of the documentation. 2008-04-16 20:30:04 +00:00
README.OPL Minor documentation fixups. 2010-02-26 21:32:41 +00:00
rpm.spec.in Add README.OPL to list of documentation files to distribute. 2010-02-05 03:23:33 +00:00
TODO Update TODO file. 2010-01-16 19:20:11 +00:00

Chocolate Doom is a Doom source port which aims to behave as closely
as possible to the original DOS Doom executables.

Chocolate Doom aims to:

 * Be compatible with DOS Doom demos
 * Be compatible with DOS Doom configuration files
 * Be compatible with DOS Doom savegames
 * Be compatible with DOS Doom bugs
 * Provide the same "feel" as DOS Doom (display and input should behave
   the same)
 * As far as possible, provide all the same features that are available
   using the DOS version.

== 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 ==

For a complete list of command-line options, see the CMDLINE 
file.

== Playing TCs ==

With Vanilla Doom there is no way to include sprites in PWAD files.  
Chocolate Doom's '-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 ==

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

     http://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.  See the BUGS file for a list of known
   issues. New bug reports can be submitted to the Chocolate Doom bug
   tracker on Sourceforge.  See:

     http://sourceforge.net/projects/chocolate-doom

 * 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 fraggle@gmail.com.  
   Thanks!