home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 8 / 1995-07_Disc_8.iso / doom / dmgorese.zip / DMGSE.BAT < prev    next >
DOS Batch File  |  1995-04-18  |  23KB  |  750 lines

  1. @echo off
  2. aaplay hnapalm.gif
  3. aaplay dmgse.gif
  4. cls
  5. echo.
  6. echo                            Happy Napalm Software    
  7. echo                                  Presents
  8. echo                        DOOM Gore v2.5 Special Edition
  9. echo                                     and
  10. echo                       DOOM 2 Gore v0.5 Special Edition
  11. echo.
  12. echo.
  13. echo.
  14. echo         Welcome to the latest edition of DOOM Gore.  This is being
  15. echo made as a preview to the next major incarnation of DOOM Gore.  Most of
  16. echo the graphics for DOOM 1 are the same, but a few minor bugs have been
  17. echo fixed, and the title screen has been gorilly updated.  You will get to
  18. echo see three of the enemies' new deaths if you install this on DOOM 2.  The
  19. echo enemies that have been changed include the Hell Knight, the Arch-Vile,
  20. echo and the Baby Spiderdemon.  When the new version comes out in a couple
  21. echo weeks, all the graphics from DOOM 1 will be updated, and the rest of the
  22. echo DOOM 2 graphics will be included.  These should hold you over for now.
  23. echo This program will install the graphics for the specified DOOM game and
  24. echo then you will be able to play with the gore.  Get ready for a sloshy good
  25. echo time!
  26. echo.
  27. echo                                                    Chainsaw
  28. pause
  29. cls
  30. echo What game will you be installing this for?
  31. echo.
  32. echo 1. DOOM
  33. echo 2. DOOM 2
  34. echo 3. Exit
  35. CHOICE /C:123 /n
  36. if errorlevel 3 goto exit
  37. if errorlevel 2 goto doomii
  38. if errorlevel 1 goto doomi
  39.  
  40. :DOOMI
  41. cls
  42. echo                    DOOM Gore v2.5 Special Edition
  43. echo                             Installation
  44. echo.
  45. echo.
  46. echo.
  47. echo         I see that you have chosen DOOM 1 to install the graphics to.
  48. echo What this will do is create a new WAD file with all the graphics you'll
  49. echo need.  Before we start installation, please make sure that you have
  50. echo enough hard drive space.  This will require 10 megs to install and an
  51. echo additional 3 megs of space after installation.  If you don't think you
  52. echo have enough space, press CTRL-C now to abort.
  53. pause
  54. cls
  55. echo We are now checking that you have the right game and needed files for
  56. echo installation.  Press CTRL-C to abort if you do not want to continue.
  57. pause
  58. if not exist DOOM.WAD goto nodoomiwad
  59. if not exist DOOM.EXE goto nodoomiexe
  60. if not exist DMGSEGFX.WAD goto nofiles
  61. if not exist DEUSF.EXE goto nofiles
  62. if not exist DMG25T.WAD goto nofiles
  63. if not exist DMGSEGF2.WAD goto nofiles
  64. if not exist DMADDS11.EXE goto nofiles
  65. goto doomiinstall
  66.  
  67. :DOOMII
  68. cls
  69. echo                   DOOM 2 Gore v0.5 Special Edition
  70. echo                             Installation
  71. echo.
  72. echo.
  73. echo.
  74. echo         I see that you have chosen DOOM 2 to install the graphics to.
  75. echo What this will do is create a new WAD file with all the graphics you'll
  76. echo need.  Before we start installation, please make sure that you have
  77. echo enough hard drive space.  This will require an additional 5 megs of
  78. echo space.  If you don't think you have enough space, press CTRL-C now to
  79. echo abort.
  80. pause
  81. cls
  82. echo We are now checking that you have the right game and needed files for
  83. echo installation.  Press CTRL-C to abort if you do not want to continue.
  84. pause
  85. if not exist DOOM2.WAD goto nodoomiiwad
  86. if not exist DOOM2.EXE goto nodoomiiexe
  87. if not exist DMGSEGFX.WAD goto nofiles
  88. if not exist DEUSF.EXE goto nofiles
  89. if not exist DM2G05T.WAD goto nofiles
  90. goto doomiiinstall
  91.  
  92. :DOOMIIINSTALL
  93. cls
  94. echo Guess what, you passed!  Now installing files... this may take awhile...
  95. echo Press CTRL-C to abort...
  96. pause
  97. deusf -sprite -add dmgsegfx.wad dm2g05se.wad
  98. pause
  99. cls
  100. echo There!  All done.  That wasn't so painful, now was it?
  101. pause
  102. goto exit
  103.  
  104. :NODOOMIIWAD
  105. cls
  106. echo AHHHH!! You don't have a DOOM2.WAD in this directory.  Put this stuff in
  107. echo the DOOM 2 directory.  It'll make yer life easier.  Thanks.
  108. pause
  109. goto exit
  110.  
  111. :NODOOMIIEXE
  112. cls
  113. echo Guess what, you don't have all the files needed for installation.  Namely,
  114. echo DOOM2.EXE.  You don't have the full game in this directory.  Put it here
  115. echo or put these files there, otherwise, no gore for you.
  116. pause
  117. goto exit
  118.  
  119. :DOOMIINSTALL
  120. cls
  121. echo Guess what, you passed!  Now installing files... this may take awhile...
  122. echo Press CTRL-C to abort...
  123. pause
  124. echo Now extracting graphics...
  125. dmgraph BLUDA0 -e BLUDA0.GIF -F DMGSEGFX.WAD
  126. dmgraph BLUDB0 -e BLUDB0.GIF -F DMGSEGFX.WAD       
  127. dmgraph BLUDC0 -e BLUDC0.GIF -F DMGSEGFX.WAD       
  128. dmgraph SPOSH0 -e SPOSH0.GIF -F DMGSEGFX.WAD       
  129. dmgraph SPOSI0 -e SPOSI0.GIF -F DMGSEGFX.WAD      
  130. dmgraph SPOSJ0 -e SPOSJ0.GIF -F DMGSEGFX.WAD      
  131. dmgraph SPOSK0 -e SPOSK0.GIF -F DMGSEGFX.WAD    
  132. dmgraph SPOSL0 -e SPOSL0.GIF -F DMGSEGFX.WAD    
  133. dmgraph SPOSM0 -e SPOSM0.GIF -F DMGSEGFX.WAD  
  134. dmgraph SAWGB0 -e SAWGB0.GIF -F DMGSEGFX.WAD 
  135. dmgraph SARGI0 -e SARGI0.GIF -F DMGSEGFX.WAD     
  136. dmgraph SARGJ0 -e SARGJ0.GIF -F DMGSEGFX.WAD      
  137. dmgraph SARGK0 -e SARGK0.GIF -F DMGSEGFX.WAD     
  138. dmgraph SARGL0 -e SARGL0.GIF -F DMGSEGFX.WAD      
  139. dmgraph SARGM0 -e SARGM0.GIF -F DMGSEGFX.WAD     
  140. dmgraph SARGN0 -e SARGN0.GIF -F DMGSEGFX.WAD       
  141. dmgraph TROOI0 -e TROOI0.GIF -F DMGSEGFX.WAD    
  142. dmgraph TROOJ0 -e TROOJ0.GIF -F DMGSEGFX.WAD     
  143. dmgraph TROOK0 -e TROOK0.GIF -F DMGSEGFX.WAD    
  144. dmgraph TROOL0 -e TROOL0.GIF -F DMGSEGFX.WAD       
  145. dmgraph TROOM0 -e TROOM0.GIF -F DMGSEGFX.WAD       
  146. dmgraph TROON0 -e TROON0.GIF -F DMGSEGFX.WAD   
  147. dmgraph TROOO0 -e TROOO0.GIF -F DMGSEGFX.WAD      
  148. dmgraph TROOP0 -e TROOP0.GIF -F DMGSEGFX.WAD       
  149. dmgraph TROOQ0 -e TROOQ0.GIF -F DMGSEGFX.WAD     
  150. dmgraph TROOR0 -e TROOR0.GIF -F DMGSEGFX.WAD
  151. dmgraph TROOS0 -e TROOS0.GIF -F DMGSEGFX.WAD      
  152. dmgraph TROOT0 -e TROOT0.GIF -F DMGSEGFX.WAD     
  153. dmgraph TROOU0 -e TROOU0.GIF -F DMGSEGFX.WAD      
  154. dmgraph BOSSJ0 -e BOSSJ0.GIF -F DMGSEGFX.WAD   
  155. dmgraph BOSSK0 -e BOSSK0.GIF -F DMGSEGFX.WAD    
  156. dmgraph BOSSL0 -e BOSSL0.GIF -F DMGSEGFX.WAD     
  157. dmgraph BOSSM0 -e BOSSM0.GIF -F DMGSEGFX.WAD      
  158. dmgraph BOSSN0 -e BOSSN0.GIF -F DMGSEGFX.WAD     
  159. dmgraph BOSSO0 -e BOSSO0.GIF -F DMGSEGFX.WAD     
  160. dmgraph PLAYH0 -e PLAYH0.GIF -F DMGSEGFX.WAD      
  161. dmgraph PLAYI0 -e PLAYI0.GIF -F DMGSEGFX.WAD       
  162. dmgraph PLAYJ0 -e PLAYJ0.GIF -F DMGSEGFX.WAD   
  163. dmgraph PLAYK0 -e PLAYK0.GIF -F DMGSEGFX.WAD    
  164. dmgraph PLAYL0 -e PLAYL0.GIF -F DMGSEGFX.WAD    
  165. dmgraph PLAYM0 -e PLAYM0.GIF -F DMGSEGFX.WAD     
  166. dmgraph PLAYN0 -e PLAYN0.GIF -F DMGSEGFX.WAD   
  167. dmgraph PLAYO0 -e PLAYO0.GIF -F DMGSEGFX.WAD      
  168. dmgraph PLAYP0 -e PLAYP0.GIF -F DMGSEGFX.WAD  
  169. dmgraph PLAYQ0 -e PLAYQ0.GIF -F DMGSEGFX.WAD    
  170. dmgraph PLAYR0 -e PLAYR0.GIF -F DMGSEGFX.WAD     
  171. dmgraph PLAYS0 -e PLAYS0.GIF -F DMGSEGFX.WAD    
  172. dmgraph PLAYT0 -e PLAYT0.GIF -F DMGSEGFX.WAD      
  173. dmgraph PLAYU0 -e PLAYU0.GIF -F DMGSEGFX.WAD    
  174. dmgraph PLAYV0 -e PLAYV0.GIF -F DMGSEGFX.WAD     
  175. dmgraph PLAYW0 -e PLAYW0.GIF -F DMGSEGFX.WAD     
  176. dmgraph POSSH0 -e POSSH0.GIF -F DMGSEGFX.WAD      
  177. dmgraph POSSI0 -e POSSI0.GIF -F DMGSEGFX.WAD       
  178. dmgraph POSSJ0 -e POSSJ0.GIF -F DMGSEGFX.WAD     
  179. dmgraph POSSK0 -e POSSK0.GIF -F DMGSEGFX.WAD    
  180. dmgraph POSSL0 -e POSSL0.GIF -F DMGSEGFX.WAD     
  181. dmgraph POSSM0 -e POSSM0.GIF -F DMGSEGFX.WAD    
  182. dmgraph POSSN0 -e POSSN0.GIF -F DMGSEGFX.WAD 
  183. dmgraph POSSO0 -e POSSO0.GIF -F DMGSEGFX.WAD     
  184. dmgraph POSSP0 -e POSSP0.GIF -F DMGSEGFX.WAD  
  185. dmgraph POSSQ0 -e POSSQ0.GIF -F DMGSEGFX.WAD    
  186. dmgraph POSSR0 -e POSSR0.GIF -F DMGSEGFX.WAD   
  187. dmgraph POSSS0 -e POSSS0.GIF -F DMGSEGFX.WAD     
  188. dmgraph POSST0 -e POSST0.GIF -F DMGSEGFX.WAD   
  189. dmgraph POSSU0 -e POSSU0.GIF -F DMGSEGFX.WAD     
  190. dmgraph SPOSN0 -e SPOSN0.GIF -F DMGSEGFX.WAD    
  191. dmgraph SPOSO0 -e SPOSO0.GIF -F DMGSEGFX.WAD     
  192. dmgraph SPOSP0 -e SPOSP0.GIF -F DMGSEGFX.WAD      
  193. dmgraph SPOSQ0 -e SPOSQ0.GIF -F DMGSEGFX.WAD    
  194. dmgraph SPOSR0 -e SPOSR0.GIF -F DMGSEGFX.WAD    
  195. dmgraph SPOSS0 -e SPOSS0.GIF -F DMGSEGFX.WAD     
  196. dmgraph SPOST0 -e SPOST0.GIF -F DMGSEGFX.WAD       
  197. dmgraph SPOSU0 -e SPOSU0.GIF -F DMGSEGFX.WAD      
  198. dmgraph HEADG0 -e HEADG0.GIF -F DMGSEGFX.WAD     
  199. dmgraph HEADH0 -e HEADH0.GIF -F DMGSEGFX.WAD      
  200. dmgraph HEADI0 -e HEADI0.GIF -F DMGSEGFX.WAD    
  201. dmgraph HEADJ0 -e HEADJ0.GIF -F DMGSEGFX.WAD    
  202. dmgraph HEADK0 -e HEADK0.GIF -F DMGSEGFX.WAD     
  203. dmgraph HEADL0 -e HEADL0.GIF -F DMGSEGFX.WAD      
  204. dmgraph CYBRH0 -e CYBRH0.GIF -F DMGSEGFX.WAD       
  205. dmgraph CYBRI0 -e CYBRI0.GIF -F DMGSEGFX.WAD    
  206. dmgraph CYBRJ0 -e CYBRJ0.GIF -F DMGSEGFX.WAD     
  207. dmgraph CYBRK0 -e CYBRK0.GIF -F DMGSEGFX.WAD      
  208. dmgraph CYBRL0 -e CYBRL0.GIF -F DMGSEGFX.WAD    
  209. dmgraph CYBRM0 -e CYBRM0.GIF -F DMGSEGFX.WAD      
  210. dmgraph CYBRN0 -e CYBRN0.GIF -F DMGSEGFX.WAD      
  211. dmgraph CYBRO0 -e CYBRO0.GIF -F DMGSEGFX.WAD
  212. dmgraph CYBRP0 -e CYBRP0.GIF -F DMGSEGFX.WAD    
  213. dmgraph SPIDJ0 -e SPIDJ0.GIF -F DMGSEGFX.WAD     
  214. dmgraph SPIDK0 -e SPIDK0.GIF -F DMGSEGFX.WAD     
  215. dmgraph SPIDL0 -e SPIDL0.GIF -F DMGSEGFX.WAD  
  216. dmgraph SPIDM0 -e SPIDM0.GIF -F DMGSEGFX.WAD      
  217. dmgraph SPIDN0 -e SPIDN0.GIF -F DMGSEGFX.WAD    
  218. dmgraph SPIDO0 -e SPIDO0.GIF -F DMGSEGFX.WAD      
  219. dmgraph SPIDP0 -e SPIDP0.GIF -F DMGSEGFX.WAD      
  220. dmgraph SPIDQ0 -e SPIDQ0.GIF -F DMGSEGFX.WAD     
  221. dmgraph SPIDR0 -e SPIDR0.GIF -F DMGSEGFX.WAD     
  222. dmgraph SPIDS0 -e SPIDS0.GIF -F DMGSEGFX.WAD     
  223. dmgraph POL5A0 -e POL5A0.GIF -F DMGSEGFX.WAD     
  224. dmgraph MEDIA0 -e MEDIA0.GIF -F DMGSEGFX.WAD      
  225. dmgraph AMMOA0 -e AMMOA0.GIF -F DMGSEGFX.WAD       
  226. dmgraph POL1A0 -e POL1A0.GIF -F DMGSEGFX.WAD       
  227. dmgraph POL6A0 -e POL6A0.GIF -F DMGSEGFX.WAD     
  228. dmgraph POL6B0 -e POL6B0.GIF -F DMGSEGFX.WAD
  229. dmgraph COL5A0 -e COL5A0.GIF -F DMGSEGFX.WAD
  230. dmgraph COL5B0 -e COL5B0.GIF -F DMGSEGFX.WAD      
  231. dmgraph GOR1A0 -e GOR1A0.GIF -F DMGSEGFX.WAD     
  232. dmgraph GOR1B0 -e GOR1B0.GIF -F DMGSEGFX.WAD     
  233. dmgraph GOR1C0 -e GOR1C0.GIF -F DMGSEGFX.WAD      
  234. dmgraph GOR2A0 -e GOR2A0.GIF -F DMGSEGFX.WAD    
  235. dmgraph GOR3A0 -e GOR3A0.GIF -F DMGSEGFX.WAD   
  236. dmgraph GOR4A0 -e GOR4A0.GIF -F DMGSEGFX.WAD     
  237. dmgraph GOR5A0 -e GOR5A0.GIF -F DMGSEGFX.WAD     
  238. echo Now inserting graphics...
  239. dmgraph BLUDA0 -s BLUDA0.GIF -F DMGSEGF2.WAD
  240. dmgraph BLUDB0 -s BLUDB0.GIF -F DMGSEGF2.WAD       
  241. dmgraph BLUDC0 -s BLUDC0.GIF -F DMGSEGF2.WAD       
  242. dmgraph SPOSH0 -s SPOSH0.GIF -F DMGSEGF2.WAD       
  243. dmgraph SPOSI0 -s SPOSI0.GIF -F DMGSEGF2.WAD      
  244. dmgraph SPOSJ0 -s SPOSJ0.GIF -F DMGSEGF2.WAD      
  245. dmgraph SPOSK0 -s SPOSK0.GIF -F DMGSEGF2.WAD    
  246. dmgraph SPOSL0 -s SPOSL0.GIF -F DMGSEGF2.WAD    
  247. dmgraph SPOSM0 -s SPOSM0.GIF -F DMGSEGF2.WAD  
  248. dmgraph SAWGB0 -s SAWGB0.GIF -F DMGSEGF2.WAD 
  249. dmgraph SARGI0 -s SARGI0.GIF -F DMGSEGF2.WAD     
  250. dmgraph SARGJ0 -s SARGJ0.GIF -F DMGSEGF2.WAD      
  251. dmgraph SARGK0 -s SARGK0.GIF -F DMGSEGF2.WAD     
  252. dmgraph SARGL0 -s SARGL0.GIF -F DMGSEGF2.WAD      
  253. dmgraph SARGM0 -s SARGM0.GIF -F DMGSEGF2.WAD     
  254. dmgraph SARGN0 -s SARGN0.GIF -F DMGSEGF2.WAD       
  255. dmgraph TROOI0 -s TROOI0.GIF -F DMGSEGF2.WAD    
  256. dmgraph TROOJ0 -s TROOJ0.GIF -F DMGSEGF2.WAD     
  257. dmgraph TROOK0 -s TROOK0.GIF -F DMGSEGF2.WAD    
  258. dmgraph TROOL0 -s TROOL0.GIF -F DMGSEGF2.WAD       
  259. dmgraph TROOM0 -s TROOM0.GIF -F DMGSEGF2.WAD       
  260. dmgraph TROON0 -s TROON0.GIF -F DMGSEGF2.WAD   
  261. dmgraph TROOO0 -s TROOO0.GIF -F DMGSEGF2.WAD      
  262. dmgraph TROOP0 -s TROOP0.GIF -F DMGSEGF2.WAD       
  263. dmgraph TROOQ0 -s TROOQ0.GIF -F DMGSEGF2.WAD     
  264. dmgraph TROOR0 -s TROOR0.GIF -F DMGSEGF2.WAD
  265. dmgraph TROOS0 -s TROOS0.GIF -F DMGSEGF2.WAD      
  266. dmgraph TROOT0 -s TROOT0.GIF -F DMGSEGF2.WAD     
  267. dmgraph TROOU0 -s TROOU0.GIF -F DMGSEGF2.WAD      
  268. dmgraph BOSSJ0 -s BOSSJ0.GIF -F DMGSEGF2.WAD   
  269. dmgraph BOSSK0 -s BOSSK0.GIF -F DMGSEGF2.WAD    
  270. dmgraph BOSSL0 -s BOSSL0.GIF -F DMGSEGF2.WAD     
  271. dmgraph BOSSM0 -s BOSSM0.GIF -F DMGSEGF2.WAD      
  272. dmgraph BOSSN0 -s BOSSN0.GIF -F DMGSEGF2.WAD     
  273. dmgraph BOSSO0 -s BOSSO0.GIF -F DMGSEGF2.WAD     
  274. dmgraph PLAYH0 -s PLAYH0.GIF -F DMGSEGF2.WAD      
  275. dmgraph PLAYI0 -s PLAYI0.GIF -F DMGSEGF2.WAD       
  276. dmgraph PLAYJ0 -s PLAYJ0.GIF -F DMGSEGF2.WAD   
  277. dmgraph PLAYK0 -s PLAYK0.GIF -F DMGSEGF2.WAD    
  278. dmgraph PLAYL0 -s PLAYL0.GIF -F DMGSEGF2.WAD    
  279. dmgraph PLAYM0 -s PLAYM0.GIF -F DMGSEGF2.WAD     
  280. dmgraph PLAYN0 -s PLAYN0.GIF -F DMGSEGF2.WAD   
  281. dmgraph PLAYO0 -s PLAYO0.GIF -F DMGSEGF2.WAD      
  282. dmgraph PLAYP0 -s PLAYP0.GIF -F DMGSEGF2.WAD  
  283. dmgraph PLAYQ0 -s PLAYQ0.GIF -F DMGSEGF2.WAD    
  284. dmgraph PLAYR0 -s PLAYR0.GIF -F DMGSEGF2.WAD     
  285. dmgraph PLAYS0 -s PLAYS0.GIF -F DMGSEGF2.WAD    
  286. dmgraph PLAYT0 -s PLAYT0.GIF -F DMGSEGF2.WAD      
  287. dmgraph PLAYU0 -s PLAYU0.GIF -F DMGSEGF2.WAD    
  288. dmgraph PLAYV0 -s PLAYV0.GIF -F DMGSEGF2.WAD     
  289. dmgraph PLAYW0 -s PLAYW0.GIF -F DMGSEGF2.WAD     
  290. dmgraph POSSH0 -s POSSH0.GIF -F DMGSEGF2.WAD      
  291. dmgraph POSSI0 -s POSSI0.GIF -F DMGSEGF2.WAD       
  292. dmgraph POSSJ0 -s POSSJ0.GIF -F DMGSEGF2.WAD     
  293. dmgraph POSSK0 -s POSSK0.GIF -F DMGSEGF2.WAD    
  294. dmgraph POSSL0 -s POSSL0.GIF -F DMGSEGF2.WAD     
  295. dmgraph POSSM0 -s POSSM0.GIF -F DMGSEGF2.WAD    
  296. dmgraph POSSN0 -s POSSN0.GIF -F DMGSEGF2.WAD 
  297. dmgraph POSSO0 -s POSSO0.GIF -F DMGSEGF2.WAD     
  298. dmgraph POSSP0 -s POSSP0.GIF -F DMGSEGF2.WAD  
  299. dmgraph POSSQ0 -s POSSQ0.GIF -F DMGSEGF2.WAD    
  300. dmgraph POSSR0 -s POSSR0.GIF -F DMGSEGF2.WAD   
  301. dmgraph POSSS0 -s POSSS0.GIF -F DMGSEGF2.WAD     
  302. dmgraph POSST0 -s POSST0.GIF -F DMGSEGF2.WAD   
  303. dmgraph POSSU0 -s POSSU0.GIF -F DMGSEGF2.WAD     
  304. dmgraph SPOSN0 -s SPOSN0.GIF -F DMGSEGF2.WAD    
  305. dmgraph SPOSO0 -s SPOSO0.GIF -F DMGSEGF2.WAD     
  306. dmgraph SPOSP0 -s SPOSP0.GIF -F DMGSEGF2.WAD      
  307. dmgraph SPOSQ0 -s SPOSQ0.GIF -F DMGSEGF2.WAD    
  308. dmgraph SPOSR0 -s SPOSR0.GIF -F DMGSEGF2.WAD    
  309. dmgraph SPOSS0 -s SPOSS0.GIF -F DMGSEGF2.WAD     
  310. dmgraph SPOST0 -s SPOST0.GIF -F DMGSEGF2.WAD       
  311. dmgraph SPOSU0 -s SPOSU0.GIF -F DMGSEGF2.WAD      
  312. dmgraph HEADG0 -s HEADG0.GIF -F DMGSEGF2.WAD     
  313. dmgraph HEADH0 -s HEADH0.GIF -F DMGSEGF2.WAD      
  314. dmgraph HEADI0 -s HEADI0.GIF -F DMGSEGF2.WAD    
  315. dmgraph HEADJ0 -s HEADJ0.GIF -F DMGSEGF2.WAD    
  316. dmgraph HEADK0 -s HEADK0.GIF -F DMGSEGF2.WAD     
  317. dmgraph HEADL0 -s HEADL0.GIF -F DMGSEGF2.WAD      
  318. dmgraph CYBRH0 -s CYBRH0.GIF -F DMGSEGF2.WAD       
  319. dmgraph CYBRI0 -s CYBRI0.GIF -F DMGSEGF2.WAD    
  320. dmgraph CYBRJ0 -s CYBRJ0.GIF -F DMGSEGF2.WAD     
  321. dmgraph CYBRK0 -s CYBRK0.GIF -F DMGSEGF2.WAD      
  322. dmgraph CYBRL0 -s CYBRL0.GIF -F DMGSEGF2.WAD    
  323. dmgraph CYBRM0 -s CYBRM0.GIF -F DMGSEGF2.WAD      
  324. dmgraph CYBRN0 -s CYBRN0.GIF -F DMGSEGF2.WAD      
  325. dmgraph CYBRO0 -s CYBRO0.GIF -F DMGSEGF2.WAD
  326. dmgraph CYBRP0 -s CYBRP0.GIF -F DMGSEGF2.WAD    
  327. dmgraph SPIDJ0 -s SPIDJ0.GIF -F DMGSEGF2.WAD     
  328. dmgraph SPIDK0 -s SPIDK0.GIF -F DMGSEGF2.WAD     
  329. dmgraph SPIDL0 -s SPIDL0.GIF -F DMGSEGF2.WAD  
  330. dmgraph SPIDM0 -s SPIDM0.GIF -F DMGSEGF2.WAD      
  331. dmgraph SPIDN0 -s SPIDN0.GIF -F DMGSEGF2.WAD    
  332. dmgraph SPIDO0 -s SPIDO0.GIF -F DMGSEGF2.WAD      
  333. dmgraph SPIDP0 -s SPIDP0.GIF -F DMGSEGF2.WAD      
  334. dmgraph SPIDQ0 -s SPIDQ0.GIF -F DMGSEGF2.WAD     
  335. dmgraph SPIDR0 -s SPIDR0.GIF -F DMGSEGF2.WAD     
  336. dmgraph SPIDS0 -s SPIDS0.GIF -F DMGSEGF2.WAD     
  337. dmgraph POL5A0 -s POL5A0.GIF -F DMGSEGF2.WAD     
  338. dmgraph MEDIA0 -s MEDIA0.GIF -F DMGSEGF2.WAD      
  339. dmgraph AMMOA0 -s AMMOA0.GIF -F DMGSEGF2.WAD       
  340. dmgraph POL1A0 -s POL1A0.GIF -F DMGSEGF2.WAD       
  341. dmgraph POL6A0 -s POL6A0.GIF -F DMGSEGF2.WAD     
  342. dmgraph POL6B0 -s POL6B0.GIF -F DMGSEGF2.WAD
  343. dmgraph COL5A0 -s COL5A0.GIF -F DMGSEGF2.WAD
  344. dmgraph COL5B0 -s COL5B0.GIF -F DMGSEGF2.WAD      
  345. dmgraph GOR1A0 -s GOR1A0.GIF -F DMGSEGF2.WAD     
  346. dmgraph GOR1B0 -s GOR1B0.GIF -F DMGSEGF2.WAD     
  347. dmgraph GOR1C0 -s GOR1C0.GIF -F DMGSEGF2.WAD      
  348. dmgraph GOR2A0 -s GOR2A0.GIF -F DMGSEGF2.WAD    
  349. dmgraph GOR3A0 -s GOR3A0.GIF -F DMGSEGF2.WAD   
  350. dmgraph GOR4A0 -s GOR4A0.GIF -F DMGSEGF2.WAD     
  351. dmgraph GOR5A0 -s GOR5A0.GIF -F DMGSEGF2.WAD     
  352. echo Now making new WAD file...
  353. dmadds11 DMGSEGF2.WAD DMG25SE.WAD
  354. echo Now deleting graphics...
  355. DEL BLUDA0.GIF      
  356. DEL BLUDB0.GIF      
  357. DEL BLUDC0.GIF          
  358. DEL SPOSH0.GIF      
  359. DEL SPOSI0.GIF        
  360. DEL SPOSJ0.GIF        
  361. DEL SPOSK0.GIF      
  362. DEL SPOSL0.GIF        
  363. DEL SPOSM0.GIF        
  364. DEL SAWGB0.GIF        
  365. DEL SARGI0.GIF      
  366. DEL SARGJ0.GIF       
  367. DEL SARGK0.GIF        
  368. DEL SARGL0.GIF        
  369. DEL SARGM0.GIF       
  370. DEL SARGN0.GIF        
  371. DEL TROOI0.GIF         
  372. DEL TROOJ0.GIF         
  373. DEL TROOK0.GIF       
  374. DEL TROOL0.GIF      
  375. DEL TROOM0.GIF         
  376. DEL TROON0.GIF       
  377. DEL TROOO0.GIF     
  378. DEL TROOP0.GIF       
  379. DEL TROOQ0.GIF      
  380. DEL TROOR0.GIF         
  381. DEL TROOS0.GIF         
  382. DEL TROOT0.GIF        
  383. DEL TROOU0.GIF       
  384. DEL BOSSJ0.GIF         
  385. DEL BOSSK0.GIF      
  386. DEL BOSSL0.GIF        
  387. DEL BOSSM0.GIF         
  388. DEL BOSSN0.GIF        
  389. DEL BOSSO0.GIF        
  390. DEL PLAYH0.GIF         
  391. DEL PLAYI0.GIF        
  392. DEL PLAYJ0.GIF         
  393. DEL PLAYK0.GIF       
  394. DEL PLAYL0.GIF       
  395. DEL PLAYM0.GIF         
  396. DEL PLAYN0.GIF         
  397. DEL PLAYO0.GIF     
  398. DEL PLAYP0.GIF       
  399. DEL PLAYQ0.GIF        
  400. DEL PLAYR0.GIF        
  401. DEL PLAYS0.GIF         
  402. DEL PLAYT0.GIF         
  403. DEL PLAYU0.GIF        
  404. DEL PLAYV0.GIF        
  405. DEL PLAYW0.GIF         
  406. DEL POSSH0.GIF        
  407. DEL POSSI0.GIF         
  408. DEL POSSJ0.GIF      
  409. DEL POSSK0.GIF         
  410. DEL POSSL0.GIF      
  411. DEL POSSM0.GIF       
  412. DEL POSSN0.GIF         
  413. DEL POSSO0.GIF        
  414. DEL POSSP0.GIF        
  415. DEL POSSQ0.GIF        
  416. DEL POSSR0.GIF        
  417. DEL POSSS0.GIF       
  418. DEL POSST0.GIF       
  419. DEL POSSU0.GIF         
  420. DEL SPOSN0.GIF         
  421. DEL SPOSO0.GIF         
  422. DEL SPOSP0.GIF        
  423. DEL SPOSQ0.GIF     
  424. DEL SPOSR0.GIF       
  425. DEL SPOSS0.GIF        
  426. DEL SPOST0.GIF         
  427. DEL SPOSU0.GIF         
  428. DEL HEADG0.GIF       
  429. DEL HEADH0.GIF         
  430. DEL HEADI0.GIF         
  431. DEL HEADJ0.GIF        
  432. DEL HEADK0.GIF        
  433. DEL HEADL0.GIF      
  434. DEL CYBRH0.GIF        
  435. DEL CYBRI0.GIF       
  436. DEL CYBRJ0.GIF         
  437. DEL CYBRK0.GIF         
  438. DEL CYBRL0.GIF        
  439. DEL CYBRM0.GIF         
  440. DEL CYBRN0.GIF        
  441. DEL CYBRO0.GIF       
  442. DEL CYBRP0.GIF        
  443. DEL SPIDJ0.GIF        
  444. DEL SPIDK0.GIF         
  445. DEL SPIDL0.GIF       
  446. DEL SPIDM0.GIF        
  447. DEL SPIDN0.GIF        
  448. DEL SPIDO0.GIF        
  449. DEL SPIDP0.GIF       
  450. DEL SPIDQ0.GIF         
  451. DEL SPIDR0.GIF        
  452. DEL SPIDS0.GIF      
  453. DEL POL5A0.GIF      
  454. DEL MEDIA0.GIF       
  455. DEL AMMOA0.GIF       
  456. DEL POL1A0.GIF       
  457. DEL POL6A0.GIF      
  458. DEL POL6B0.GIF         
  459. DEL COL5A0.GIF        
  460. DEL COL5B0.GIF          
  461. DEL GOR1A0.GIF         
  462. DEL GOR1B0.GIF      
  463. DEL GOR1C0.GIF       
  464. DEL GOR2A0.GIF         
  465. DEL GOR3A0.GIF         
  466. DEL GOR4A0.GIF       
  467. DEL GOR5A0.GIF         
  468. pause
  469. cls
  470. echo There!  All done.  Cool, huh?
  471. pause
  472. goto exit
  473.  
  474. :NODOOMIWAD
  475. cls
  476. echo WOAH!!! You don't have a DOOM.WAD file!  Either you ran this from the
  477. echo wrong directory or you don't even have DOOM!  Or maybe you only have the
  478. echo shareware version... Check what yer doing next time.  Read the text files
  479. echo or something... Geez!
  480. pause
  481. goto exit
  482.  
  483. :NODOOMIEXE
  484. cls
  485. echo Oh, man.  This is serious.  Something is deadly wrong with your computer.
  486. echo Sorry, but because of this I can't install the graphics.  There's no
  487. echo full copy of DOOM in this directory.  Sorry, but since I can't find DOOM,
  488. echo I won't install the graphics.  Plain and simple.  No DOOM, no shirt, no
  489. echo service.
  490. pause
  491. goto exit
  492.  
  493. :NOFILES
  494. cls
  495. echo You musta got a bad copy of DOOM Gore Special Edition.  Yer missing a
  496. echo file.  Call and download a new copy right away.  You may have more than
  497. echo just a missing file problem... someone probably tampered with the rest
  498. echo of the files and your hard drive is gonna blow up or something.  More
  499. echo info. on where to get a real copy is in the text file.  Better hurry...
  500. pause
  501. goto exit
  502.  
  503. :EXIT
  504. cls
  505. echo For Fun, pick a number between 0 and 9.
  506. CHOICE /c:1234567890 /n
  507. if errorlevel 10 goto exitzero
  508. if errorlevel 9 goto exitnine
  509. if errorlevel 8 goto exiteight
  510. if errorlevel 7 goto exitseven
  511. if errorlevel 6 goto exitsix
  512. if errorlevel 5 goto exitfive
  513. if errorlevel 4 goto exitfour
  514. if errorlevel 3 goto exitthree
  515. if errorlevel 2 goto exittwo
  516. if errorlevel 1 goto exitone
  517.  
  518. :EXITZERO
  519. cls
  520. echo Thanks for using DOOM Gore Special Edition.  We hope you like the blood.
  521. echo.
  522. echo -Happy Napalm "Bringing you demented software from sick minds."
  523. echo.
  524. echo.
  525. echo.
  526. echo.
  527. echo.
  528. echo.
  529. echo.
  530. echo.
  531. echo.
  532. echo.
  533. echo.
  534. echo.
  535. echo.
  536. echo.
  537. echo.
  538. echo.
  539. goto exitx
  540.  
  541. :EXITNINE
  542. cls
  543. echo Thanks for using DOOM Gore Special Edition.  We hope you like the blood.
  544. echo.
  545. echo -Happy Napalm "There is none cooler."
  546. echo.
  547. echo.
  548. echo.
  549. echo.
  550. echo.
  551. echo.
  552. echo.
  553. echo.
  554. echo.
  555. echo.
  556. echo.
  557. echo.
  558. echo.
  559. echo.
  560. echo.
  561. echo.
  562. goto exitx
  563.  
  564. :EXITEIGHT
  565. cls
  566. echo Thanks for using DOOM Gore Special Edition.  We hope you like the blood.
  567. echo.
  568. echo -Happy Napalm "Are you happy yet?"
  569. echo.
  570. echo.
  571. echo.
  572. echo.
  573. echo.
  574. echo.
  575. echo.
  576. echo.
  577. echo.
  578. echo.
  579. echo.
  580. echo.
  581. echo.
  582. echo.
  583. echo.
  584. echo.
  585. goto exitx
  586.  
  587. :EXITSEVEN
  588. cls
  589. echo Thanks for using DOOM Gore Special Edition.  We hope you like the blood.
  590. echo.
  591. echo -Happy Napalm "Splatter your mind."
  592. echo.
  593. echo.
  594. echo.
  595. echo.
  596. echo.
  597. echo.
  598. echo.
  599. echo.
  600. echo.
  601. echo.
  602. echo.
  603. echo.
  604. echo.
  605. echo.
  606. echo.
  607. echo.
  608. goto exitx
  609.  
  610. :EXITSIX
  611. cls
  612. echo Thanks for using DOOM Gore Special Edition.  We hope you like the blood.
  613. echo.
  614. echo -Happy Napalm "Specializing in melting your flesh off."
  615. echo.
  616. echo.
  617. echo.
  618. echo.
  619. echo.
  620. echo.
  621. echo.
  622. echo.
  623. echo.
  624. echo.
  625. echo.
  626. echo.
  627. echo.
  628. echo.
  629. echo.
  630. echo.
  631. goto exitx
  632.  
  633. :EXITFIVE
  634. cls
  635. echo Thanks for using DOOM Gore Special Edition.  We hope you like the blood.
  636. echo.
  637. echo -Happy Napalm "That was based on an actual death?"
  638. echo.
  639. echo.
  640. echo.
  641. echo.
  642. echo.
  643. echo.
  644. echo.
  645. echo.
  646. echo.
  647. echo.
  648. echo.
  649. echo.
  650. echo.
  651. echo.
  652. echo.
  653. echo.
  654. goto exitx
  655.  
  656. :EXITFOUR
  657. cls
  658. echo Thanks for using DOOM Gore Special Edition.  We hope you like the blood.
  659. echo.
  660. echo -Happy Napalm "Funny."
  661. echo.
  662. echo.
  663. echo.
  664. echo.
  665. echo.
  666. echo.
  667. echo.
  668. echo.
  669. echo.
  670. echo.
  671. echo.
  672. echo.
  673. echo.
  674. echo.
  675. echo.
  676. echo.
  677. goto exitx
  678.  
  679. :EXITTHREE
  680. cls
  681. echo Thanks for using DOOM Gore Special Edition.  We hope you like the blood.
  682. echo.
  683. echo -Happy Napalm "Parental Advisory: Don't show this to your parents."
  684. echo.
  685. echo.
  686. echo.
  687. echo.
  688. echo.
  689. echo.
  690. echo.
  691. echo.
  692. echo.
  693. echo.
  694. echo.
  695. echo.
  696. echo.
  697. echo.
  698. echo.
  699. echo.
  700. goto exitx
  701.  
  702. :EXITTWO
  703. cls
  704. echo Thanks for using DOOM Gore Special Edition.  We hope you like the blood.
  705. echo.
  706. echo -Happy Napalm "No it's not real."
  707. echo.
  708. echo.
  709. echo.
  710. echo.
  711. echo.
  712. echo.
  713. echo.
  714. echo.
  715. echo.
  716. echo.
  717. echo.
  718. echo.
  719. echo.
  720. echo.
  721. echo.
  722. echo.
  723. goto exitx
  724.  
  725. :EXITONE
  726. cls
  727. echo Thanks for using DOOM Gore Special Edition.  We hope you like the blood.
  728. echo.
  729. echo -Happy Napalm "KaLl iT EjUTaYNEmInT."
  730. echo.
  731. echo.
  732. echo.
  733. echo.
  734. echo.
  735. echo.
  736. echo.
  737. echo.
  738. echo.
  739. echo.
  740. echo.
  741. echo.
  742. echo.
  743. echo.
  744. echo.
  745. echo.
  746. goto exitx
  747.  
  748. :EXITX
  749. echo.
  750.