home *** CD-ROM | disk | FTP | other *** search
/ Black Art of 3D Game Programming / Black_Art_of_3D_Game_Programming.iso / source / borland / chap_18 / readme.1st < prev    next >
Encoding:
Text File  |  1995-04-29  |  2.2 KB  |  64 lines

  1.  
  2. Kill or Be Killed User Instructions
  3.  
  4. Loading the Game
  5.  
  6. Kill or Be Killed is loaded with the single executable KRK.EXE, however,
  7. to support music and sound FX the command line parameters 'm' and 's' must
  8. be used such as:
  9.  
  10. KRK.EXE m s <ENTER>
  11.  
  12. Of course, if you want the music and sound to play, you must load in both
  13. MIDPAK and DIGPAK with the files:
  14.  
  15. MIDPAK.COM
  16. SOUNDRV.COM
  17.  
  18. which are generated with the menu driven programs SETM.EXE and SETD.EXE
  19. in the sound chapter directory. I suggest that you possibly make a batch
  20. file that looks something like this:
  21.  
  22. MIDPAK.COM
  23. SOUNDRV.COM
  24. KRK.EXE  m s
  25.  
  26. The only reason I didn't do this is I'm not sure if you want music and sound
  27. all the time. Of course, a better way would be to allow the main menu in the
  28. game to turn music and sound on/off. Maybe your version of the game should have
  29. that? Whatever way you start the game up, the game will go through the
  30. introduction sequence and drop you off in the main menu. Finally, KRK needs
  31. about 580K of memory to run after the sound and music drivers have been loaded.
  32.  
  33.  
  34. Playing the Game
  35.  
  36. When you get to the main menu, you really don't need to do anything, you can
  37. simply select the Challenge menu item and start playing, but check out the
  38. Select Mech and Rules menu items since I worked really hard on them! Once you
  39. enter into the game grid the ship is controlled with the following keys:
  40.  
  41.  
  42. <RIGHT ARROW>    - Turns the ship right.
  43. <LEFT ARROW>    - Turns the ship left.
  44. <UP ARROW>      - Increases throttle.
  45. <DOWN ARROW>    - Decreases throttle.    
  46.  
  47. <T>             - Selects tactical multi function displays.
  48. <H>             - Toggles heads up display.
  49. <S>             - Toggles scanner.
  50. <SPACE BAR>     - Fires missile.
  51. <ESC>           - Exits back to main menu.
  52.  
  53. As far as goal of the game: simply hunt down and kill everything!
  54.  
  55. Problems with the Game
  56.  
  57. About the only trouble you might have with the game is not enough memory to
  58. run it. If you do encounter sound, music, or lock up problems then unload all
  59. TSRs and drivers to free up as much conventional memory ass possible. And
  60. remember, if you want sound and music, you must load MIDPAK.COM and SOUNDRV.COM.
  61.  
  62.  
  63.  
  64.