| 123456789101112131415161718192021222324 |
- <?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>
- <Include type="all" source="Sounds/MusicScripts.xml" />
- <Include type="all" source="DATA:Cinematics.xml" />
- <Include type="all" source="GlobalData/Roads.xml" />
- <Include type="all" source="MapSpecific/MacroTextures.xml" />
- <Include type="all" source="MapSpecific/CloudTextures.xml" />
- <Include type="all" source="MapSpecific/WaterTextureLists.xml" />
- <!-- Campaign Specific, non-region-specific props -->
- <Include type="all" source="DATA:Allied/AlliedMapSpecific.xml"/>
- <Include type="all" source="DATA:Japan/JapanMapSpecific.xml"/>
- <Include type="all" source="DATA:Soviet/SovietMapSpecific.xml"/>
- <Include type="all" source="DATA:Neutral/NeutralMapSpecific.xml"/>
- <Include type="all" source="DATA:Civilian/CivilianUnits.xml" />
- <Include type="all" source="DATA:Civilian/CivilianProps.xml" />
- <Include type="all" source="DATA:Civilian/CivilianBuildings.xml"/>
- </Includes>
- </AssetDeclaration>
|