MapSpecific.xml 1.1 KB

123456789101112131415161718192021222324
  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. <Tags></Tags>
  4. <Includes>
  5. <Include type="all" source="Sounds/MusicScripts.xml" />
  6. <Include type="all" source="DATA:Cinematics.xml" />
  7. <Include type="all" source="GlobalData/Roads.xml" />
  8. <Include type="all" source="MapSpecific/MacroTextures.xml" />
  9. <Include type="all" source="MapSpecific/CloudTextures.xml" />
  10. <Include type="all" source="MapSpecific/WaterTextureLists.xml" />
  11. <!-- Campaign Specific, non-region-specific props -->
  12. <Include type="all" source="DATA:Allied/AlliedMapSpecific.xml"/>
  13. <Include type="all" source="DATA:Japan/JapanMapSpecific.xml"/>
  14. <Include type="all" source="DATA:Soviet/SovietMapSpecific.xml"/>
  15. <Include type="all" source="DATA:Neutral/NeutralMapSpecific.xml"/>
  16. <Include type="all" source="DATA:Civilian/CivilianUnits.xml" />
  17. <Include type="all" source="DATA:Civilian/CivilianProps.xml" />
  18. <Include type="all" source="DATA:Civilian/CivilianBuildings.xml"/>
  19. </Includes>
  20. </AssetDeclaration>