BaseSoundEffect.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Defines>
  4. <!-- ============== Sound Effect defines ============== -->
  5. <!-- ===== CNC3 DEFINITIONS BEGIN ===== -->
  6. <Define name="AMB_MIN_RANGE" value="400" />
  7. <Define name="AMB_MAX_RANGE" value="900" />
  8. <Define name="BUILDING_SELECT_VOLUME" value="65" />
  9. <Define name="BUILDING_SELECT_MINVOLUME" value="57" />
  10. <Define name="FOLEYSELECT_VOLUME" value="55" />
  11. <Define name="SOUNDSELECT_VOLUME" value="70" />
  12. <Define name="INFANTRYMOVELOOP_VOLUME" value="40" />
  13. <Define name="TEMP_RADIOCLICK_UNITRESPONSE" value="100" />
  14. <!-- ===== CNC3 DEFINITIONS END ===== -->
  15. <!-- ===== RA3 ===== -->
  16. <Define name="WEAPON_FIRE" value="50" />
  17. <Define name="WEAPON_IMPACT" value="60" />
  18. <Define name="VEHICLE_DIE_EXPLOSION" value="110" />
  19. </Defines>
  20. <!-- Defaults for AudioEvents. Derive all other AudioEvents from this one -->
  21. <AudioEvent id="BaseSoundEffect"
  22. Volume="100"
  23. MinVolume="0"
  24. ShrunkenPitchModifier="2.0"
  25. ShrunkenVolumeModifier="85"
  26. Priority="NORMAL"
  27. Limit="3"
  28. MinRange="300"
  29. MaxRange="1000"
  30. PlayPercent="100"
  31. Type="UI PLAYER"
  32. ReverbEffectLevel="100"
  33. ZoomedInOffscreenVolumePercent = "50"
  34. ZoomedInOffscreenMinVolumePercent = "100"
  35. ZoomedInOffscreenOcclusionPercent = "20" >
  36. <!-- You might think the following was a good idea:
  37. SubmixSlider ="SOUNDFX"
  38. IT'S NOT. Doing this in the default sound will mess up the special 'use the speech slider if the
  39. voice flag is present and no SubmixSlider entry was seen' code. -->
  40. </AudioEvent>
  41. <!-- Defaults for unit responses. Derive unit responses responses from this one -->
  42. <AudioEvent id="BaseUnitResponse" inheritFrom="AudioEvent:BaseSoundEffect"
  43. Volume="100"
  44. MinVolume="90"
  45. ShrunkenPitchModifier="1.3"
  46. ShrunkenVolumeModifier="95"
  47. Priority="HIGHEST"
  48. Limit="3"
  49. Type="UI PLAYER VOICE"
  50. SubmixSlider="VOICE" >
  51. </AudioEvent>
  52. <!-- Defaults for Mission Dialogue. Derive Mission Dialogue from this one -->
  53. <AudioEvent id="BaseMissionDialogue" inheritFrom="AudioEvent:BaseSoundEffect"
  54. Volume="100"
  55. MinVolume="90"
  56. Limit="3"
  57. Type="UI PLAYER VOICE"
  58. SubmixSlider="VOICE" >
  59. </AudioEvent>
  60. <!-- Defaults for Quick Chat. Derive Quick Chat responses from this one -->
  61. <AudioEvent id="BaseQuickChatDialog" inheritFrom="AudioEvent:BaseSoundEffect"
  62. Volume="105"
  63. MinVolume="105"
  64. ShrunkenPitchModifier="1.0"
  65. ShrunkenVolumeModifier="100"
  66. Priority="HIGH"
  67. Limit="1"
  68. Type="UI EVERYONE VOICE"
  69. SubmixSlider="VOICE" >
  70. <PitchShift Low="-1" High="1" />
  71. </AudioEvent>
  72. </AssetDeclaration>