home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm1wads / lblev2 / makel2.bat < prev    next >
DOS Batch File  |  1994-04-21  |  2KB  |  98 lines

  1. CLS
  2. @ECHO OFF
  3. echo Installing Laura Beyer's ADD ON LEVEL 2
  4. echo You must have pkunzip in your path &
  5. echo The file LBLEV2.zip in your game directory
  6. echo 
  7. echo
  8. echo If you are not in your game directory or your other files are not
  9. echo ready ... Press and hold the cntrl and C key
  10. echo
  11. echo Hit any other key to continue.......
  12. pause
  13.  
  14.  
  15.  
  16. pkunzip lbl2.zip
  17.  
  18.  
  19. pause
  20. cls
  21. echo Now we will import GfX into your Wad file. You should have backed up
  22. echo your original Doom.wad if you wish to have your normal gfx restored.
  23. echo .
  24. echo .
  25. echo .
  26. pause
  27.  
  28.  
  29. g smbta0 -s smbta0.gif
  30. g smbtb0 -s smbtb0.gif
  31. g smbtc0 -s smbtc0.gif
  32. g smbtd0 -s smbtd0.gif
  33.  
  34. g smrta0 -s smrta0.gif
  35. g smrtb0 -s smrtb0.gif
  36. g smrtc0 -s smrtc0.gif
  37. g smrtd0 -s smrtd0.gif
  38.  
  39. g treda0 -s treda0.gif
  40. g tredb0 -s tredb0.gif
  41. g tredc0 -s tredc0.gif
  42. g tredd0 -s tredd0.gif
  43.  
  44. g floor0_1 -s floor0_1.gif
  45. g floor4_6 -s floor4_6.gif
  46. g floor6_1 -s floor6_1.gif
  47. g sky1 -s sky1.gif
  48. g sw19_1 -s sw19_1.gif
  49. g sw19_2 -s sw19_2.gif
  50. g w113_1 -s w113_1.gif
  51. g w17_1 -s w17_1.gif
  52. g w94_1 -s w94_1.gif
  53. g door9_1 -s door9_1.gif
  54. g door2_4 -s door2_4.gif
  55. g tp2_1 -s tp2_1.gif
  56. g floor0_3 -s floor0_3.gif
  57.  
  58.  
  59. del smbta0.gif 
  60. del smbtb0.gif
  61. del smbtc0.gif
  62. del smbtd0.gif
  63.  
  64. del smrta0.gif
  65. del smrtb0.gif
  66. del smrtc0.gif
  67. del smrtd0.gif
  68.  
  69. del treda0.gif
  70. del tredb0.gif
  71. del tredc0.gif
  72. del tredd0.gif
  73.  
  74. del floor0_1.gif
  75. del floor4_6.gif
  76. del floor6_1.gif
  77. del sky1.gif
  78. del sw19_1.gif
  79. del sw19_2.gif
  80. del w113_1.gif
  81. del w17_1.gif 
  82. del w94_1.gif
  83.  
  84. del door9_1.gif
  85. del door2_4.gif
  86. del tp2_1.gif
  87. del tp2_2.gif
  88. del floor0_3.gif
  89.  
  90.  
  91. pause
  92. cls
  93. echo GFX are installed
  94. echo Type LBLEV2 to start...    Enjoy...
  95. echo .
  96. echo .
  97.  
  98.