home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 9 / CD_1.iso / dosgames / cumbat / cumbat.ini < prev    next >
Text File  |  1996-02-15  |  2KB  |  51 lines

  1. ; This is the profile for IMMORAL CUMBAT.  The values contained herein
  2. ; control the gameplay and modifying them _could_ prevent the game
  3. ; from functioning properly.  Only change these directly as a last
  4. ; resort.  It is much safer and easier to use the configuration menus
  5. ; game itself (reached by pressing F2 and/or F3 during gameplay).
  6. ;
  7. ; =====================================================================
  8. ;
  9. ; The following determine which key controls which action.  The
  10. ; the numbers are the scancodes for the selected key.  If you need
  11. ; to reset these, just delete the ___KeyScan lines and the controls
  12. ; will reset to the defaults when the game is restarted.
  13.  
  14. RightKeyScan = 77
  15. LeftKeyScan = 75
  16. UpKeyScan = 72
  17. DownKeyScan = 80
  18. FireKeyScan = 29
  19. RunKeyScan = 42
  20. StrafeKeyScan = 56
  21. ActivateKeyScan = 57
  22.  
  23. ; The following values should not be modified.
  24.  
  25. ScreenSetting = 8
  26. DrawMode      = 1
  27.  
  28. ; The following values are toggles.  1 = On and 0 = Off.  If the joystick is
  29. ; enabled it requires calibration.
  30. ShowFloorAndCeiling = 1
  31. UseJoystick = 0
  32. Gravis4Button = 1
  33.  
  34.  
  35. ; The SoundSource value determines what hardware is used to produce the
  36. ; game's sound effects.  Valid values are: 
  37. ;   0 = No Sound Effects
  38. ;   1 = SoundBlaster (or compatible)
  39. ;   2 = PC Speaker
  40.  
  41. SoundSource   = 1
  42.  
  43. ; These values control sound playback.  They should not be directly
  44. ; modified.  Instead hit F3 while playing to bring up the sound
  45. ; control menu.
  46.  
  47. Background    = 1
  48. Foreground    = 1
  49. BackgroundVol = 61
  50. ForegroundVol = 62
  51.