home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm1wads / zaphod12 / zaphinst.bat < prev    next >
DOS Batch File  |  1995-03-08  |  2KB  |  60 lines

  1. @ECHO OFF
  2. cls
  3. ECHO.
  4. ECHO    First make sure the DEHACKED.INI file is configured so that
  5. ECHO    the defined directories match those where your DOOM files 
  6. ECHO    can be found.  If you don't know how, use a text editor like
  7. ECHO    DOS's EDIT - type:  edit dehacked.ini.  Use the cursor keys
  8. ECHO    or mouse to move around and edit the file directories to match
  9. ECHO    yours.  This should be the hardest part of the installation!! ;)
  10. ECHO.
  11. ECHO    Enter CTRL-C to abort the installation and edit your DEHACKED.INI
  12. ECHO.
  13. ECHO    Otherwise...
  14. PAUSE
  15. cls
  16. ECHO    Performing installation of Zaphod 1.2 
  17. ECHO.
  18. ECHO   It is necessary to create a rather large WAD (2MB+)
  19. ECHO to hold the sprites.  This is because of a limitation
  20. ECHO of Doom and at this time is the best way to add your
  21. ECHO own graphics unless you want your original DOOM.WAD
  22. ECHO permanently changed. 
  23. ECHO.
  24. ECHO  If you do not have at least 2.5MB disk space to spare,
  25. ECHO            press CTRL-C to abort installation.
  26. PAUSE
  27. @DEUSF -sprite -app ZPHSPRIT.WAD
  28. cls
  29. @DEHACKED -save NORMAL19.DEH
  30. @DEHACKED -load ZAPHOD12.DEH
  31. cls
  32. ECHO.
  33. ECHO                    Installation Complete
  34. ECHO.
  35. ECHO.
  36. ECHO    You don't have to do anything to uninstall ZAPHOD12.  The
  37. ECHO file DOOMHACK.EXE is the one that was edited and is run to use 
  38. ECHO the enhancements that ZAPHINST.BAT made.  In other words, your
  39. ECHO old DOOM.EXE and DOOM.WAD were not touched.
  40. ECHO 
  41. ECHO.
  42. ECHO   If for some strange reason you want to get rid of ALL
  43. ECHO the files having to do with this, read what files were
  44. ECHO installed/included in ZAPHOD12.TXT.  (Although trying 
  45. ECHO ZAPHOD.DEH and/or ZPHSPRIT.WAD by themselves is still
  46. ECHO quite entertaining).  DEUSF.EXE and DEHACKED.EXE are 
  47. ECHO separate programs used to install it and may come in 
  48. ECHO handy for other patches that require but don't include 
  49. ECHO them.
  50. ECHO.
  51. ECHO Run ZAPHEASY.BAT or ZAPHHARD.BAT to play! 
  52. ECHO. 
  53. ECHO When you want to run Zaphod 1.2 again, even after uninstalling
  54. ECHO the dehacked patch, these files will make sure the patch is
  55. ECHO reinstalled and your original patch is available for uninstalling
  56. ECHO again.  If you have any problems, email me either on Internet or
  57. ECHO The Modem Games BBS (I may be WhipLash or JedaiYet).
  58. ECHO.
  59.  
  60.