home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo. ***********************************************
- echo. * Chook DOOM 2.3 *
- echo. *by David Biggs (dbiggs@yoyo.cc.monash.edu.au)*
- echo. ***********************************************
- echo.
- echo. This is The famous CHOOK DOOM for DOOM ][ and Doom 1 version 1.666
- echo. by me Dave Biggs (dbiggs@yoyo.cc.monash.edu.au)
- echo.
- echo. If you have any problems with this patch just ask and I'll
- echo. see what I can do for ya.
- pause
- if exist DOOM.WAD goto doit
- if exist DOOM2.WAD goto doit
- echo Can't find DOOM.WAD or DOOM2.WAD !
- echo This patch must be installed in the DOOM directory.
- pause
- exit
- :doit
- echo. Now appending DOOM sprites to CHOOKV23.WAD
- echo. This may take a few minutes, and will require about 2-4 meg.
- echo. Make SURE you have this space available on your disk.
- echo. If not press Control-C right now!
- pause
- DeuSF -app chookv23.wad chookv23.wad
- if errorlevel 0 goto good
- echo Error! was there enough space on disk?
- pause
- exit
- :good
- echo.
- echo. Sprite business is complete.
- echo. Now time to play CHOOK DOOM for DOOM 1 and DOOM ][!
- echo. Type "Chookdm1" to play with DOOM 1
- echo. Type "Chookdm2" to play DOOM ][.
-