home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2002 January / CMExtra2.iso / FIFA2002WC / fifa_worldcup_2002_demo.exe / data / cmn / ini.big / mchaudio.ini < prev    next >
Text File  |  2002-03-07  |  977b  |  44 lines

  1. //
  2. // Match Audio settings.
  3. // 
  4. // Common to all SKUs.  
  5. // NOTE:  This may change, and each SKU may require its own version of this file.
  6.  
  7.  
  8.  
  9. // Number of crowd streams to choose from 
  10. CROWD_STREAM_FILES_NUM=1
  11.  
  12.  
  13. // Fade times for crowd in OOP in 1/100ths of a sec
  14. AUDIO_CROWDEVENT_FADE_TIME = 500
  15. AUDIO_CROWDLOOP_FADE_TIME = 500
  16.  
  17. // Crowd loop OOP volume (0 - 100)
  18. AUDIO_CROWDLOOP_OOP_VOLUME = 80
  19. AUDIO_CROWDLOOP_STARTGAME_OOP_VOLUME = 100
  20.  
  21. // Rain OOP volume and fade (0 - 100)
  22. AUDIO_RAIN_OOP_VOLUME = 55
  23. AUDIO_RAIN_FADE_TIME = 300
  24.  
  25. // Chant OOP fade time 1/100ths
  26. AUDIO_CHANT_FADE_TIME = 200
  27.  
  28. // Ingame music fade time on OOP.  1/1000ths 
  29. AUDIO_INGAMEMUSIC_OOP_FADE_TIME = 250
  30.  
  31.  
  32. // Number of load loops to choose from
  33. AUDIO_LOADLOOP_FILES_NUM = 5
  34.  
  35. // Load loop fade in and out time 1/100ths of a sec
  36. AUDIO_LOADLOOP_FADEIN_TIME = 600
  37. AUDIO_LOADLOOP_FADEOUT_TIME = 200
  38.  
  39. // Load loop maximum volume 0-100
  40. AUDIO_LOADLOOP_VOLUME = 50
  41.  
  42.  
  43.  
  44.