home *** CD-ROM | disk | FTP | other *** search
/ Ultimate DOOM Companion / PowersourceMultimedia-UltimateDOOMCompanion.iso / levels_g / zaphod11.zip / ZAPHINST.BAT < prev    next >
DOS Batch File  |  1994-12-25  |  2KB  |  45 lines

  1. @ECHO OFF
  2. cls
  3. ECHO.
  4. ECHO    Performing installation of Zaphod 1.1 
  5. ECHO.
  6. ECHO   It is necessary to create a rather large WAD (2MB+)
  7. ECHO to hold the sprites.  This is because of a limitation
  8. ECHO of Doom and at this time is the best way to add your
  9. ECHO own graphics unless you want your original DOOM.WAD
  10. ECHO permanently changed. 
  11. ECHO.
  12. ECHO  If you do not have at least 2.5MB disk space to spare,
  13. ECHO            press CTRL-C to abort installation.
  14. PAUSE
  15. @DEUSF -sprite -app ZPHSPRIT.WAD
  16. cls
  17. @DEHACKED -save NORMAL16.DEH
  18. @DEHACKED -load ZAPHOD11.DEH
  19. cls
  20. ECHO.
  21. ECHO                    Installation Complete
  22. ECHO.
  23. ECHO.
  24. ECHO To UNinstall ZAPHOD11 type: dehacked -load normal16.deh
  25. ECHO                      (restores original doom.exe)
  26. ECHO.
  27. ECHO   If for some strange reason you want to get rid of ALL
  28. ECHO the files having to do with this, read what files were
  29. ECHO installed/included in ZAPHOD11.TXT.  (Although trying 
  30. ECHO ZAPHOD.DEH and/or ZPHSPRIT.WAD by themselves is still
  31. ECHO quite entertaining).  DEUSF.EXE and DEHACKED.EXE are 
  32. ECHO separate programs used to install it and may come in 
  33. ECHO handy for other patches that require but don't include 
  34. ECHO them.
  35. ECHO.
  36. ECHO Run ZAPHEASY.BAT or ZAPHHARD.BAT to play! 
  37. ECHO. 
  38. ECHO When you want to run Zaphod 1.1 again, even after uninstalling
  39. ECHO the dehacked patch, these files will make sure the patch is
  40. ECHO reinstalled and your original patch is available for uninstalling
  41. ECHO again.  If you have any problems, email me either on Internet or
  42. ECHO The Modem Games BBS (I may be WhipLash or JedaiYet).
  43. ECHO.
  44.  
  45.