No description
Find a file
Simon Howard eba59fdf44 Add pcsound Linux driver.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 851
2007-03-09 23:30:46 +00:00
codeblocks Update project 2007-03-07 23:52:33 +00:00
data make icons a little smoother around the edges 2006-12-18 23:40:40 +00:00
man Set svn:ignore properties on directories. 2007-01-06 22:26:23 +00:00
msvc Fix my email address. 2006-12-23 01:32:22 +00:00
pcsound Add pcsound Linux driver. 2007-03-09 23:30:46 +00:00
setup Fix discrepancy between Doom and setup program when prompting for keys. 2007-03-09 12:35:18 +00:00
src Move the pcsound library to the top level, alongside textscreen. 2007-03-09 22:50:48 +00:00
textscreen Fix discrepancy between Doom and setup program when prompting for keys. 2007-03-09 12:35:18 +00:00
.gitignore Set svn:ignore properties on directories. 2007-01-06 22:26:23 +00:00
AUTHORS Use my gmail.com email address. 2006-11-29 00:49:33 +00:00
autogen.sh Autotools build system 2005-07-23 17:20:33 +00:00
BUGS Update BUGS list. 2006-12-05 21:05:46 +00:00
ChangeLog Update ChangeLog 2005-10-29 21:50:08 +00:00
configure.in Add pcsound Linux driver. 2007-03-09 23:30:46 +00:00
COPYING Update copyright to GNU GPL 2005-07-23 16:44:57 +00:00
HACKING Reformat coding style file. Add stuff about hungarian notation, jwz tab 2006-10-16 13:52:12 +00:00
Makefile.am Move the pcsound library to the top level, alongside textscreen. 2007-03-09 22:50:48 +00:00
NEWS Revert previous change: throwing away the key state seems to be the Doom 2007-02-07 13:04:46 +00:00
README Fix Batman Doom example in README. 2007-01-05 23:42:38 +00:00
TODO Update TODO. 2006-12-24 23:54:41 +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,

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

 * Chocolate Doom is currently a beta version.  Not all planned features 
   have been implemented yet; see TODO.  Please send feedback and bug 
   reports to fraggle@gmail.com.  Thanks!