home *** CD-ROM | disk | FTP | other *** search
/ Doom 2 Explosion / Doom2Explosion.bin / doom2exp / graphics / swdoom / install.bat < prev    next >
DOS Batch File  |  1994-06-27  |  3KB  |  86 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.    *********************************************************
  5. echo.    *                                                       *
  6. echo.    *                     WARNING!!!!!!                     *
  7. echo.    *                                                       *
  8. echo.    *********************************************************
  9. echo.
  10. echo.    This program will alter your DOOM .WAD file and cannot be
  11. echo.    reversed. Make sure you have a backed up copy of DOOM!!!!
  12. echo.    Otherwise the Star Wars characters cannot be removed and 
  13. echo.    later DOOM updates may not work on the modified WAD file.
  14. echo.
  15. echo.    *** Press any Key to Begin Swap or Ctrl-Brk to Abort ***
  16. echo.
  17. echo.
  18. pause
  19. cls
  20. type starwars.ans
  21. pause
  22. cls
  23. type doom.ans
  24. pause
  25. cls
  26. echo ------------------------** Star Wars for DOOM Install **----------------------
  27. echo.
  28. echo                          Created By: Jamie Evans   1994
  29. echo.               
  30. echo.
  31. echo                    Star Wars is a Copyright of Lucasflim LTD.
  32. echo                       DOOM is a Copyright of ID Software
  33. echo.
  34. echo                Thanks to both for GREAT flicks and AWESOME games.
  35. echo.                            
  36. echo.
  37. echo              This Swap will ONLY work on REGISTERED versions of DOOM!
  38. echo.                           Tested on ver. 1.1 & 1.2
  39. echo.
  40. echo                    If you don't have the REGISTERED version
  41. echo                         hit CTRL-BREAK now! Otherwise
  42. pause
  43. echo  Unpacking Graphics 
  44. pkunzip swgraph.zip
  45. echo.
  46. echo    Swapping Imperial Troops ......... 
  47. call Troops
  48. echo.
  49. echo    Swapping Objects .................
  50. call Objects
  51. echo.
  52. echo  Unpacking Sounds
  53. pkunzip Swsounds.zip
  54. echo    Swapping Sounds ..................
  55. call Sounds
  56. echo.
  57. echo Cleaning Up
  58. echo.
  59. del *.gis
  60. del *.wae
  61. echo    Done.
  62. echo.
  63. pause
  64. cls
  65. echo.
  66. echo.
  67. echo. 
  68. echo   OK, you're all set just run DOOM and check it out--
  69. echo   hope you enjoy it!!!!!
  70. echo.
  71. echo   If you're interested all objects were rendered with
  72. echo   3dStudio 3.0, edited, resized, and cleaned up with
  73. echo   Adlus Photostyler 1.1, and the graphics were swapped
  74. echo   with Dmgraph, and sounds with Dmaud. 
  75. echo.
  76. echo.
  77. echo.  If you have any problems or would like to talk to me
  78. echo.  or offer me a job at ILM leave a message on the FIDONET
  79. echo.  Star Wars echo or leave one at Star Wars Central at
  80. echo.  (510)-426-0470. Thanks & enjoy the game.
  81. echo.
  82. echo                                     Jamie Evans               
  83. echo.
  84. echo.
  85.  
  86.