home *** CD-ROM | disk | FTP | other *** search
/ APDL Flight Simulator Games / Flight_Simulator_Games_Collection.iso / !Install / DATA / 202 < prev    next >
Encoding:
Text File  |  2000-12-11  |  1.6 KB  |  62 lines

  1. # Chocks Away Extra Missions+ Configuration file
  2. # Note on configuration file:
  3. #  This file can be messed around with as much as you like. It will only read
  4. #  the variables that it requires, and ignore any spaces, case, blank lines or
  5. #  lines starting with the '#' character. Variables defined more than once
  6. #  will use the last value defined. Values which are out of range, or invalid
  7. #  and the closest/default value will be used.
  8.  
  9. # Normal Options
  10. # ==============
  11. #  Screenmode:
  12. #  Note: If the screenmode is invalid, it will try to match a suitable one.
  13. #   0 = TV Mode  (Mode 13, 320x256 only for TV monitors really but displays
  14. #                 the most screen area and the fastest)
  15. #   1 = VGA-Half (Mode 49, 320x240 only fills up every other rows on screen,
  16. #                 and chops off the top 16 pixels but is faster than
  17. #                 VGA-Full)
  18. #   2 = VGA-Full (Mode 49, 320x240 fills all rows on screen and looks nicest,
  19. #                 but again, chops off the top 16 pixels and may slow down
  20. #                 the game)
  21.  
  22. Screenmode = 2
  23.  
  24. #  Controls:
  25. #   0 = Keyboard (controls redefinable via menu)
  26. #   1 = Mouse
  27. #   2 = Joystick
  28.  
  29. Controls = 0
  30.  
  31. #  Mouse speed (only relevant for mouse controls)
  32.  
  33. Mouse Speed = 1
  34.  
  35.  
  36. # Serial options:
  37. # ===============
  38. #
  39. #  Serial devices path
  40.  
  41. Serial Path = SerialDev:Modules
  42.  
  43. #  Blockdriver used for serial games
  44.  
  45. Driver = InternalPC
  46.  
  47. #  The serial port used (relevant only for multiple-port serial cards)
  48.  
  49. Port = 0
  50.  
  51. #  Baud speed of serial port
  52.  
  53. Baud = 19200
  54.  
  55. #  Handshaking protocol
  56. #   0 = None
  57. #   1 = Hardware (CTS/RTS)
  58. #   2 = Software (XON/XOFF)
  59. #   3 = Both
  60.  
  61. Handshake = 0
  62.