home *** CD-ROM | disk | FTP | other *** search
- echo off
- clear
- echo. *******************************
- echo. * BARNEY II *
- echo. *******************************
- echo.
- echo. Barney the purple nuisance
- echo. Energiser Bunny
- echo. by David Lobser (lobser@csn.org)
- echo. Pac Doom
- echo. by Bill Neisius (bill@solaria.hac.com)
- echo.
- echo. Clean installation for DOOM and DOOM2 by
- echo. Olivier Montanuy (montanuy@dmi.ens.fr)
- echo.
- echo. Pac DOOM has been remapped to a DEMON, which is more
- echo. suitable for a chewing beast and preserves compatibility
- echo. with CHOOK by Dave Biggs and Herve Benvel.
- echo.
- echo. DOOM.WAD and DOOM.EXE are completely unaffected.
- echo.
- 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 or DOOM2 directory.
- pause
- exit
- :doit
- echo. Now appending DOOM sprites to BARNEY2.WAD
- echo. Make SURE you still have some 3 Meg available on your disk.
- echo. (If you're out of disk space, use DeuTex -merge barney2.wad.)
- pause
- DeuSF -sprites -app barney2.wad > barney2.log
- if errorlevel 0 goto good
- echo. Error!
- echo. Was there enough space on disk?
- echo. Did you use a registered DOOM version?
- pause
- exit
- :good
- echo. Sprite installed!
- echo. Don't distribute BARNEY2 when installed.
- echo. restore if with: DeuSF -restore Barney2.wad
- echo. Now time to play DOOM!
- echo. type: BARNEY
-