home *** CD-ROM | disk | FTP | other *** search
/ Boink! 1995 May/June / Image.bin / spiele / 3dspiel / dummtool / doomsl.bat < prev    next >
DOS Batch File  |  1994-04-14  |  3KB  |  69 lines

  1. @echo off
  2. if %1==1 goto run
  3. if %1==2 goto run
  4. if %1==3 goto run
  5. if %1==4 goto run
  6. if %1==5 goto run
  7. if %1==6 goto run
  8. if %1==7 goto run
  9. if %1==8 goto run
  10. if %1==9 goto run
  11. if %1==-? goto moreinfo
  12. goto info
  13. :run
  14. cls
  15. echo Running DOOM. Warping to level %1 on skill level %2...
  16. doom -devparm -wart 1 %1 -skill %2
  17. goto end
  18. :info
  19. cls
  20. echo DOOM Selector v2.0  by Bobby Osborne
  21. echo.
  22. echo At the command line enter DOOMSL # #
  23. echo Where the first number (#) is for the level, 1 through 9             
  24. echo 1: Hangar
  25. echo 2: Nuclear Plant
  26. echo 3: Toxin Refinery
  27. echo 4: Command Control
  28. echo 5: Phobos Lab
  29. echo 6: Central Processing
  30. echo 7: Computer Station
  31. echo 8: Phobos Anomaly
  32. echo 9: Military Base -- The Secret Level!!!
  33. echo.
  34. echo And where the second number (#) is for the skill level, 1 through 5
  35. echo 1: I'm too young to die!
  36. echo 2: Not too rough!
  37. echo 3: Hurt me plenty!
  38. echo 4: Ultra-violence!
  39. echo 5: NIGHTMARE!!!
  40. echo.
  41. echo Type DOOMSL -? for more information.
  42. goto end
  43. :moreinfo
  44. cls
  45. echo The Doom Selector was written by Bobby Osborne (CSERVE ID: 71044,3020). I 
  46. echo originally designed it to give myself an easy way to jump to levels. Then I 
  47. echo thought others might like it, and, well, here it is. I think the program is 
  48. echo accurate, but if you find any errors in it, please let me know. NOTE: You may 
  49. echo see "Syntax Error" flash across your screen. This is not a program error, and 
  50. echo does not effect the functioning of the program. If you alter this program, 
  51. echo please do not distribute it or alter the credits. This means you can change 
  52. echo the level comments to your liking, maybe putting notes by a level like 
  53. echo "Chainsaw here!" or "Watch out, really hard!" I have tested this with DOS 6.2 
  54. echo and DOOM 1.2. It will work on episode 1 only. If enough people write me, I 
  55. echo will put out a new version which will support all 3 episodes. Oh yeah, if you 
  56. echo don't like warping to a level with only your pistol, type "idkfa" during 
  57. echo gameplay. Heh heh. Now stop sulking around in this file and go kill some 
  58. echo demons (on any level & skill)!
  59. echo.
  60. echo Now some stuff to keep the people at Id happy :) 
  61. echo.
  62. echo Even though this program can be used with the shareware version, if you enjoy
  63. echo Doom you should register. Not only do you get 2 more episodes, but you let
  64. echo the people at Id know we appreciate them so they can make more great games.
  65. echo Also, neither Id nor I will take any responsibility should your copy of Doom
  66. echo be damaged by using this program or any other Doom utility.
  67.  
  68. :end  
  69.