| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?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>
- <!--
- Static.xml is the central include for everything that should be loaded in game.
- Do not include data needed by the shell here - console versions of game only load the
- static stream when loading a level.
- Do not include platform-specific data here - that belongs in static_platformspecific.xml
- in the corresponding platform directory.
- -->
- <Include type="reference" source="DATA:Audio.xml"/>
- <Include type="reference" source="global.xml" />
-
- <Include type="all" source="ART:IntelDB/IntelDB.xml" />
- <Include type="all" source="DATA:static_platformspecific.xml" />
- <Include type="all" source="DATA:Terrain/Terrain.xml" />
-
- <Include type="all" source="DATA:StaticGameObjects.xml" />
- <Include type="all" source="DATA:GlobalData/ShaderOverrides.xml" />
- <Include type="all" source="DATA:GlobalData/ProjectilePaths.xml"/>
- <Include type="all" source="DATA:GlobalData/FXList.xml" />
- <Include type="all" source="DATA:GlobalData/DamageFX.xml" />
- <Include type="all" source="DATA:GlobalData/Armor.xml" />
- <Include type="all" source="DATA:GlobalData/Weapon.xml" />
- <Include type="all" source="DATA:GlobalData/ExperienceLevels.xml" />
- <Include type="all" source="DATA:GlobalData/MultiplayerSettings.xml" />
- <Include type="all" source="DATA:GlobalData/OnlineChatColors.xml" />
- <Include type="all" source="DATA:GlobalData/Stances.xml" />
- <Include type="all" source="DATA:GlobalData/Weather.xml" />
- <Include type="all" source="DATA:GlobalData/FXParticleSystem.xml" />
- <Include type="all" source="DATA:GlobalData/Environment.xml" />
- <Include type="all" source="DATA:GlobalData/LogicCommand.xml"/>
- <Include type="all" source="DATA:GlobalData/LogicCommandSet.xml"/>
- <Include type="all" source="DATA:GlobalData/AttributeModifier.xml" />
- <Include type="all" source="DATA:GlobalData/Locomotor.xml" />
- <Include type="all" source="DATA:GlobalData/SpecialPowerTemplates.xml" />
- <Include type="all" source="DATA:GlobalData/InvisibilityTemplates.xml" />
- <Include type="all" source="DATA:GlobalData/EmotionTemplates.xml" />
- <Include type="all" source="DATA:GlobalData/UnitTypeIcons.xml" />
- <Include type="all" source="DATA:GlobalData/ImageSequences.xml" />
- <Include type="all" source="DATA:GlobalData/FormationPreviewModels.xml"/>
- <Include type="all" source="DATA:GlobalData/WaterModels.xml"/>
- <Include type="all" source="DATA:GlobalData/BuildDecals.xml"/>
- <Include type="all" source="DATA:GlobalData/EnvironmentMaps.xml"/>
- <Include type="all" source="DATA:GlobalData/ScorchMarks.xml"/>
- <Include type="all" source="DATA:GlobalData/LookupTableTextures.xml"/>
- <Include type="all" source="DATA:GlobalData/UnitOverlayIconSettings.xml" />
- <Include type="all" source="DATA:GlobalData/ConnectionLineManager.xml" />
- <Include type="all" source="DATA:GlobalData/LocalBuildListMonitor.xml"/>
- <Include type="all" source="DATA:GlobalData/RegisteredObjectSets.xml"/>
- <Include type="all" source="DATA:GlobalData/GeneralHotKeySlots.xml" />
- <Include type="all" source="DATA:GlobalData/RedAlerts.xml"/>
- <Include type="all" source="DATA:GlobalData/ForceFeedbackEvents.xml"/>
- <Include type="all" source="DATA:GlobalData/UnitIntros.xml"/>
- <Include type="all" source="DATA:Misc/SuperweaponDestroyCiviliansHumanelyObject.xml"/>
- <Include type="all" source="DATA:Sounds/MiscEvaEvents.xml" />
- <Include type="all" source="DATA:System/GiftManagerSettings.xml" />
- <Include type="all" source="DATA:System/BreezeInfo.xml" />
- <Include type="all" source="DATA:System/InvisibilityManagerSettings.xml" />
- <Include type="all" source="DATA:System/DynamicsContactTagMapping.xml" />
- <Include type="all" source="DATA:System/TerrainParticleMapping.xml" />
- <Include type="all" source="DATA:System/OrdersManagerSettings.xml" />
- <Include type="all" source="DATA:System/ScorchMarkSettings.xml" />
- <Include type="all" source="DATA:System/DamageFXSettings.xml" />
- <Include type="all" source="DATA:UI/PlayerTechStoreTemplates.xml" />
- <Include type="all" source="DATA:UI/ButtonStateData.xml" />
- <Include type="all" source="DATA:UI/Settings.xml" />
- <Include type="all" source="DATA:UI/HealthBarTemplates.xml" />
- <Include type="all" source="DATA:UI/RadiusCursors.xml" />
- <!-- This is a new XML that will hold misc FX Textures that the game directly
- references without having models exported from MAX -MJ -->
- <Include type="all" source="DATA:GlobalData/FXIncludes.xml"/>
-
-
- </Includes>
- </AssetDeclaration>
|