No description
Find a file
Simon Howard 63acb55b18 Remove Windows CE support.
What support exists is for obsolete devices I no longer possess; I've
never been contacted about the port and it's been several years since
I even bothered to build a new version. All the extra overrides are
clutter that can just be removed.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2615
2013-08-11 17:32:29 +00:00
codeblocks - Update codeblocks projects 2013-07-03 21:35:41 +00:00
data Remove use of $< in Makefiles, for compatibility with OpenBSD's make. 2011-11-03 22:18:36 +00:00
man Split manpage.template into separate files for different games. 2013-08-10 23:32:29 +00:00
msvc Updated project file to add gusconf module 2013-04-06 01:41:32 +00:00
opl Remove Windows CE support. 2013-08-11 17:32:29 +00:00
pcsound Remove Windows CE support. 2013-08-11 17:32:29 +00:00
pkg Remove Windows CE support. 2013-08-11 17:32:29 +00:00
src Remove Windows CE support. 2013-08-11 17:32:29 +00:00
textscreen Remove Windows CE support. 2013-08-11 17:32:29 +00:00
.gitignore Post-merge fixes: Created project for OPL library. Fixed OPL library to 2010-09-10 01:53:57 +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 Add Quasar and Kaiser to AUTHORS. 2011-09-12 22:38:34 +00:00
autogen.sh Add back -a option to automake, and remove INSTALL if automake installs 2011-03-17 22:54:33 +00:00
ChangeLog Update NEWS and ChangeLog, bump version number. 2012-06-09 16:50:09 +00:00
configure.in Remove Windows CE support. 2013-08-11 17:32:29 +00:00
COPYING Update COPYING to latest version of GPL2 with new address of FSF (thanks 2011-08-20 18:20:43 +00:00
HACKING Add vim modeline for text wrapping to documentation text files. 2011-03-28 23:39:48 +00:00
HH-TODO Update TODO, HH-TODO - remove completed items. 2011-10-29 23:39:01 +00:00
Makefile.am Remove Windows CE support. 2013-08-11 17:32:29 +00:00
NEWS Update NEWS and ChangeLog, bump version number. 2012-06-09 16:50:09 +00:00
NOT-BUGS Add note about BFG Edition IWADs to NOT-BUGS. 2012-10-29 01:08:58 +00:00
README Remove the BUGS file as it doesn't really contain any useful 2011-03-28 23:48:31 +00:00
README.OPL Add vim modeline for text wrapping to documentation text files. 2011-03-28 23:39:48 +00:00
rpm.spec.in Initial changes towards supporting multi-package RPM build, with 2011-09-06 21:50:30 +00:00
TODO Update TODO, HH-TODO - remove completed items. 2011-10-29 23:39:01 +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.

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

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.  Although it aims to accurately
   emulate Vanilla Doom, some of the behavior of Vanilla Doom 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 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!

# vim: tw=70