No description
Find a file
Simon Howard 7684ddcfd8 Clean up file headers.
This change rewrites and simplifies the copyright headers at the top
of all source files:

 * Remove "Emacs style mode select" line; this line was included in
   the headers for the originally released source files and appears
   to be to set the file type for old versions of Emacs. I'm not sure
   entirely why it was required but I don't think it is any more.
 * Remove "You should have received a copy of..." text from copyright
   header. This refers to the old 59 Temple Place address where the
   FSF headquarters used to be located and is no longer correct.
   Rather than change to the new address, just remove the paragraph
   as it is superfluous anyway. This fixes #311.
 * Remove ---- separator lines so that the file headers are barer
   and more simplified.
2014-05-05 00:20:54 -04:00
codeblocks Fix .rc files so version info shows on Windows 7. 2014-03-27 22:18:54 -04:00
data Clean up file headers. 2014-05-05 00:20:54 -04:00
man Follow up for "fix man/Makefile for forks" 2014-04-22 13:09:00 +02:00
msvc Clean up file headers. 2014-05-05 00:20:54 -04:00
opl Clean up file headers. 2014-05-05 00:20:54 -04:00
pcsound Clean up file headers. 2014-05-05 00:20:54 -04:00
pkg Clean up file headers. 2014-05-05 00:20:54 -04:00
src Clean up file headers. 2014-05-05 00:20:54 -04:00
textscreen Clean up file headers. 2014-05-05 00:20:54 -04: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 Fix quoting around use of AC_LANG_PROGRAM macro to stop warning message. 2013-11-06 04:36:45 +00:00
AUTHORS Add Quasar and Kaiser to AUTHORS. 2011-09-12 22:38:34 +00: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
configure.ac Add explicit check for libz 2014-03-26 13:14:11 +01:00
COPYING Update COPYING to latest version of GPL2 with new address of FSF (thanks 2011-08-20 18:20:43 +00:00
HACKING Clean up file headers. 2014-05-05 00:20:54 -04:00
Makefile.am Add first version of philosophy document. 2014-04-17 02:22:42 -04:00
NEWS Bump version number to 2.0.0, make minor modifications to NEWS. 2013-12-09 05:28:59 +00:00
NOT-BUGS Add note about BFG Edition IWADs to NOT-BUGS. 2012-10-29 01:08:58 +00:00
PHILOSOPHY Add first version of philosophy document. 2014-04-17 02:22:42 -04:00
README Rename README.OPL to README.Music and extend. 2014-04-05 14:50:04 -04:00
README.Music Fix typo in README.Music. 2014-04-06 19:45:01 -04:00
README.Strife Clean up file headers. 2014-05-05 00:20:54 -04:00
rpm.spec.in Fix rpm.spec subpackages. 2013-09-21 05:54:36 +00:00
TODO Merge HH-TODO into main TODO file. 2013-10-12 04:03:24 +00:00

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 Doom's 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).

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

 * 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:

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

# vim: tw=70