home *** CD-ROM | disk | FTP | other *** search
/ House of Games 2 (Hi-Tech Products) / House_of_Games_II_Hi-Tech_Products.iso / games / 1 / go1.bat < prev    next >
DOS Batch File  |  1993-09-29  |  2KB  |  62 lines

  1. echo off
  2. cls
  3. echo  
  4. echo Two screens of instructions on how to control this demo follow.
  5. echo  
  6. echo   Use Print Screen if you wish to have a copy handy during the game.
  7. echo  
  8. echo To exit the demo:
  9. echo  
  10. echo   Press Alt-Q to exit the demo
  11. echo  
  12. echo  
  13. pause
  14. cls
  15. echo                      SIMULATION CONTROLS
  16. echo  
  17. echo     Key                           Shift Key
  18. echo     ---                           ----- ---
  19. echo     F1        Cockpit             Slot View
  20. echo     F2        HUD Modes           Chase Plane
  21. echo     F3        CRT Maps            Side View
  22. echo     F4        Day/Night HUD       Missile View
  23. echo     F5        Ordance             Tactical View
  24. echo     F6        FLIR on/off         Inverse Tactical View
  25. echo     F10       Mission             Eject
  26. echo  
  27. echo     1         Flare               6         Gear        
  28. echo     2         Chaff               7         Auto Pilot
  29. echo     3         IR Jammer           8         Bay Doors
  30. echo     4         ECM                 9         Flaps
  31. echo     5         Decoy               0         Brakes
  32. echo     --        Decrease Throttle   No Throttle
  33. echo     +         Increase Throttle   Max Throttle
  34. echo     Delete    Fire Cannon
  35. echo  
  36. pause
  37. cls
  38. echo     Key                                Shift Key
  39. echo     ---                                ----- ---
  40. echo     Z         Zoom View Left MFD       Accelerate Time
  41. echo     X         UnZoom View              Normal Time
  42. echo     C         Small HUD on/off
  43. echo     B         Select New Target
  44. echo     N         Designate New Target
  45. echo     M         Tracking Camera Left     View Left
  46. echo     ,         Tracking Camera Right    View Right
  47. echo     .         Tracking Camera Rear     View Rear
  48. echo     /         Tracking Camera Ahead    View Ahead
  49. echo     Return/
  50. echo     Enter     Fire Ordance
  51. echo     Space Bar Select Bay
  52. echo     Ins       Control Stick Movement
  53. echo                            ALT KEYS
  54. echo     Alt B     Boss                          Alt N     Day/Night
  55. echo     Alt D     Detail Adjust (4 levels)      Alt I     Move North
  56. echo     Alt P     Pause Game                    Alt L     Move East 
  57. echo     Alt Q     Quit Game                     Alt K     Move South
  58. echo     Alt S     Recalibrate Joystick          Alt J     Move West
  59. echo     Alt V     Sound Level Adjust
  60. echo  
  61. pause
  62.