commit 9c02ad0e57df20f49a094b81fc2ef7c54830b5ea
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Aug 24 02:06:26 2008 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Sun Aug 24 02:06:26 2008 +0000
Update INSTALL to include some notes about Chex Quest.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1192
---
INSTALL | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/INSTALL b/INSTALL
index 634fb292..cb076992 100644
--- a/INSTALL
+++ b/INSTALL
@@ -56,7 +56,7 @@ how to get this file), install it through one of the following methods:
* Run Chocolate Doom with the '-iwad' command line parameter to specify the
IWAD file to use, eg.
- chocolate-doom -file /root/doom2.wad
+ chocolate-doom -iwad /root/doom2.wad
Obtaining an IWAD file
----------------------
@@ -86,6 +86,23 @@ depends on how you obtained your copy of the game:
(http://www.steampowered.com/). To find the IWAD files, look in your Steam
directory, under the "steamapps/common" path.
+Playing with Chex Quest
+-----------------------
+
+Chex Quest is a game based on Doom with some minor modifications that was
+distributed with boxes of Chex cereal in 1997. It is possible to play
+Chex Quest using Chocolate Doom. To do this, the following files are
+needed:
+
+ * The IWAD file 'chex.wad', from the Chex Quest CD.
+ * The dehacked patch 'chex.deh', which can be found in the /idgames
+ repository in utils/exe_edit/patches/chexdeh.zip.
+
+Copy these files into a directory together and use the '-iwad' command
+line parameter to specify the Chex Quest IWAD file:
+
+ chocolate-doom -iwad chex.wad
+
Installing upgrades
-------------------