home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Software / TemaCD / dxball2 / dxb2game-125.exe / %MAINDIR% / config.cfg < prev    next >
Encoding:
Text File  |  2000-10-23  |  877 b   |  30 lines

  1. # DX-Ball 2 configuration options file.
  2.  
  3. ForceWindowed = 0
  4. # If set to 1, makes the game start in Windowed mode every time.
  5.  
  6. DisableAudio = 0
  7. # If set to 1, completely disables initialization of audio system.
  8.  
  9. ForceWaveOut = 0
  10. # If set to 1, forces WaveOut based audio instead of DirectSound.
  11.  
  12. DisableFadeZoom = 0
  13. # If set to 1, disables the new fade-zoom effect in the fire displays.
  14.  
  15. MusicVoices = 8
  16. # Number of sound channels for music (4 - 24)
  17.  
  18. PlaybackRate = 22050
  19. # Sampling rate of audio playback (22050, 44100)
  20.  
  21. PlaybackBits = 16
  22. # Number of bits for audio playback (8, 16)
  23.  
  24. HighPriorityClass = 0
  25. # Set to 1 to run DX-Ball 2 in High Priority, which may provide improved
  26. # performance on some systems.  Setting to 0 may be friendlyier to apps
  27. # running in the background.  (The Will of the Windows Task Scheduler
  28. # permitting, either way.)
  29.  
  30.