home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / games / wads2 / sect / sect.bat < prev    next >
DOS Batch File  |  1994-12-18  |  1KB  |  55 lines

  1. :c0
  2. cls
  3. echo off
  4. echo.
  5. echo                                    DOOM II
  6. echo                 LEVEL FOR DOOM II MADE BY OBSER GUILLAUME.
  7. echo          You can play in NORMAL, COOPERATIVE or DEATHMATCH mode
  8. echo.
  9. echo           I've changed sprites, textures, sounds, musik, player
  10. echo                  ( NEW MONSTERS, NEW PLAYER eheh funny ! )
  11. echo.                            
  12. echo.   New graphics are from JAPANESE ANIMATION : DNA²-LEAMNEAR-CLAMP-AKIRA
  13. echo    BATTLE ANGEL ALITA ( GUNM )-STREET FIGHTER-ORANGE ROAD-DRAGON BALL Z
  14. echo.   
  15. echo.  Now you must destroy a very dangerous sect. You must destroy all humans
  16. echo   being and monsters if you want to finish your mission.
  17. echo.      
  18. echo   BE CAREFULL : DON'T SWITCH OFF YOUR COMPUTER WHEN YOU ARE PLAYING DOOM II.
  19. echo   THE RESTORATION IS DONE AUTOMATICALY WHEN YOU QUIT DOOM II BUT IF YOU SWITCH
  20. echo   OFF YOUR COMPUTER GO IN YOUR DOOM2 DIRECTORY AND WRITE : DEUTEX -RESTOR.
  21. echo.
  22. echo               1 - For Single Player Play. 
  23. echo               2 - For Deathmatch or Cooperative play.
  24. echo.
  25. echo.
  26. echo.
  27. echo.                           
  28.  
  29. choice /c:21 /N
  30. if errorlevel 2 goto c1
  31. if errorlevel 1 goto c2
  32. goto c0
  33.  
  34. :c1
  35. cls
  36. deutex -merge SECT.wad
  37. doom2
  38. deutex -restore
  39. goto fin
  40.  
  41. :c2
  42. cls
  43. deutex -merge SECT.wad
  44. setup
  45. deutex -restore
  46.  
  47. :fin
  48. cls
  49. echo I hope you were happy to play this DOOM II level.
  50. echo.
  51. echo.
  52. echo.
  53. echo.
  54. echo.
  55.