home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- cls
- ECHO.
- ECHO First make sure the DEHACKED.INI file is configured so that
- ECHO the defined directories match those where your DOOM files
- ECHO can be found. If you don't know how, use a text editor like
- ECHO DOS's EDIT - type: edit dehacked.ini. Use the cursor keys
- ECHO or mouse to move around and edit the file directories to match
- ECHO yours. This should be the hardest part of the installation!! ;)
- ECHO.
- ECHO Enter CTRL-C to abort the installation and edit your DEHACKED.INI
- ECHO.
- ECHO Otherwise...
- PAUSE
- cls
- ECHO Performing installation of Zaphod 1.2
- ECHO.
- ECHO It is necessary to create a rather large WAD (2MB+)
- ECHO to hold the sprites. This is because of a limitation
- ECHO of Doom and at this time is the best way to add your
- ECHO own graphics unless you want your original DOOM.WAD
- ECHO permanently changed.
- ECHO.
- ECHO If you do not have at least 2.5MB disk space to spare,
- ECHO press CTRL-C to abort installation.
- PAUSE
- @DEUSF -sprite -app ZPHSPRIT.WAD
- cls
- @DEHACKED -save NORMAL19.DEH
- @DEHACKED -load ZAPHOD12.DEH
- cls
- ECHO.
- ECHO Installation Complete
- ECHO.
- ECHO.
- ECHO You don't have to do anything to uninstall ZAPHOD12. The
- ECHO file DOOMHACK.EXE is the one that was edited and is run to use
- ECHO the enhancements that ZAPHINST.BAT made. In other words, your
- ECHO old DOOM.EXE and DOOM.WAD were not touched.
- ECHO
- ECHO.
- ECHO If for some strange reason you want to get rid of ALL
- ECHO the files having to do with this, read what files were
- ECHO installed/included in ZAPHOD12.TXT. (Although trying
- ECHO ZAPHOD.DEH and/or ZPHSPRIT.WAD by themselves is still
- ECHO quite entertaining). DEUSF.EXE and DEHACKED.EXE are
- ECHO separate programs used to install it and may come in
- ECHO handy for other patches that require but don't include
- ECHO them.
- ECHO.
- ECHO Run ZAPHEASY.BAT or ZAPHHARD.BAT to play!
- ECHO.
- ECHO When you want to run Zaphod 1.2 again, even after uninstalling
- ECHO the dehacked patch, these files will make sure the patch is
- ECHO reinstalled and your original patch is available for uninstalling
- ECHO again. If you have any problems, email me either on Internet or
- ECHO The Modem Games BBS (I may be WhipLash or JedaiYet).
- ECHO.
-
-