StaticGameObjects.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <!--
  6. StaticGameObjects.xml is the central include for game objects that should always stay in memory.
  7. Do not include map specific objects here. They should be included in the map.xml.
  8. -->
  9. <!-- Red Alert 3 -->
  10. <Include type="all" source="DATA:Allied/Allied.xml" />
  11. <Include type="all" source="DATA:Soviet/Soviet.xml" />
  12. <Include type="all" source="DATA:Japan/Japan.xml" />
  13. <Include type="all" source="DATA:System/MissionHotSpotSettings.xml" />
  14. <Include type="all" source="DATA:Neutral/NeutralStatic.xml" />
  15. <Include type="all" source="DATA:System/RallyPointMarker.xml" />
  16. <Include type="all" source="DATA:System/PlayerPowerTargetMarker.xml" />
  17. <Include type="all" source="DATA:System/ViewMarker.xml" />
  18. <Include type="all" source="DATA:System/PlayerSpellBook.xml" />
  19. <!--These are temporary XMLs used for previewing work-in-progress. Delete before shipping!-->
  20. <Include type="all" source="DATA:Civilian/Props/PreviewProp01.xml" />
  21. <Include type="all" source="DATA:Civilian/Props/PreviewProp02.xml" />
  22. <Include type="all" source="DATA:Civilian/Props/PreviewProp03.xml" />
  23. <Include type="all" source="DATA:Civilian/Props/PreviewProp04.xml" />
  24. <Include type="all" source="DATA:Civilian/Props/PreviewProp05.xml" />
  25. <Include type="all" source="DATA:Civilian/Props/PreviewProp06.xml" />
  26. <Include type="all" source="DATA:Civilian/Props/PreviewProp07.xml" />
  27. <Include type="all" source="DATA:Civilian/Props/PreviewProp08.xml" />
  28. <Include type="all" source="DATA:Civilian/Props/PreviewProp09.xml" />
  29. <Include type="all" source="DATA:Civilian/Props/PreviewProp10.xml" />
  30. </Includes>
  31. </AssetDeclaration>