| 1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="utf-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Tags></Tags>
- <Includes>
- <!-- Master control file which lists all the Audio Event XML files. Mostly here to be overridden for Beta
- PC VERSION-->
- <Include type="all" source="DATA:Sounds/AmbientStream.xml" />
- <Include type="all" source="DATA:Sounds/Music.xml" />
- <Include type="all" source="DATA:Sounds/SoundEffects.xml" />
- <Include type="all" source="DATA:Sounds/MissionDialogue.xml" />
- <Include type="all" source="DATA:Sounds/Speech.xml" />
-
- <Include type="all" source="DATA:Sounds/Voice.xml" />
- <Include type="all" source="DATA:Sounds/Voice_RetailOnly.xml" />
-
- <Include type="all" source="DATA:Sounds/MiscAudio.xml" />
- <Include type="all" source="DATA:Sounds/AnimationSoundSettings.xml" />
- <Include type="all" source="DATA:Sounds/AudioSettings.xml" />
- <Include type="all" source="DATA:Sounds/CrowdResponse.xml" />
- <Include type="all" source="DATA:Sounds/LargeGroupAudio.xml" />
- <Include type="all" source="DATA:Sounds/AudioEventLimitGroup.xml" />
- <Include type="all" source="DATA:Sounds/Eva.xml" />
-
- </Includes>
- </AssetDeclaration>
|