| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?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>
- <!--
- Global.xml is the central include for system setup data.
- It will be loaded first at game startup and can configure subsystem data.
- Do not include game objects here, as art assets cannot be loaded before the subsystems are fully started.
- They should be included in the static.xml or the map.xml.
- Do not include platform-specific data here - that belongs in global_platformspecific.xml in the
- corresponding platform directory.
- -->
- <Include type="reference" source="DATA:Audio.xml"/>
- <Include type="all" source="DATA:global_platformspecific.xml" />
- <Include type="all" source="DATA:Sounds/MasterAudioEvents.xml" />
- <Include type="all" source="DATA:PathMusic/PathMusicEvents.xml" />
- <Include type="all" source="DATA:PathMusic/ShellPathMusicEvents.xml" />
- <Include type="all" source="DATA:PathMusic/ScriptPathMusicEvents.xml" />
- <Include type="all" source="DATA:PathMusic/StandardPathMusicGameDynamicState.xml" />
- <Include type="all" source="DATA:PathMusic/ScriptedPathMusicGameDynamicState.xml" />
- <Include type="all" source="DATA:PathMusic/EP1_S01_PathMusicGameDynamicState.xml" />
- <Include type="all" source="DATA:PathMusic/EP1_S04_PathMusicGameDynamicState.xml" />
- <Include type="all" source="DATA:PathMusic/EP1_Y01_PathMusicGameDynamicState.xml" />
- <Include type="all" source="DATA:PathMusic/EP1_Y02_PathMusicGameDynamicState.xml" />
- <Include type="all" source="DATA:PathMusic/EP1_Y03_PathMusicGameDynamicState.xml" />
- <Include type="all" source="System/GameLOD.xml" />
- <Include type="all" source="Shell/MpGameRules.xml" />
- <Include type="all" source="Video/Videos.xml" />
- <Include type="all" source="Video/VideoSequences.xml" />
- <Include type="all" source="System/HeaderTemplates.xml" />
- <Include type="all" source="DATA:GlobalData/Credits.xml" />
- <Include type="all" source="GlobalData/DrawGroupInfo.xml" />
- <Include type="all" source="GlobalData/MeshInstanceTemplate.xml" />
- <Include type="all" source="GlobalData/WaterTemplates.xml" />
- <Include type="all" source="GlobalData/Language.xml" />
- <Include type="all" source="GlobalData/FormationAssistant.xml" />
- <Include type="all" source="GlobalData/FontSettings.xml" />
- <Include type="all" source="GlobalData/FontTranslation.xml" />
- <Include type="all" source="DATA:GlobalData/FontDirectory.xml" />
- <Include type="all" source="SkirmishAI/AIData.xml" />
- <Include type="all" source="GlobalData/MouseCursors.xml" />
- <Include type="all" source="GlobalData/BasicMouseCursors.xml" />
- <Include type="all" source="GlobalData/UnitAITargetChooser.xml" />
- <Include type="all" source="DATA:GlobalData/TutorialData.xml" />
- <Include type="all" source="System/CameraSettings.xml" />
- <Include type="all" source="System/W3DDeviceSettings.xml" />
- <Include type="all" source="System/UnitAISettings.xml" />
- <Include type="all" source="System/BuildSystemSettings.xml" />
- <Include type="all" source="System/ResourceSettings.xml" />
- <Include type="all" source="System/LightingSettings.xml" />
- <Include type="all" source="Multiplayer/NetworkSettings.xml" />
- <Include type="all" source="System/SkirmishSettings.xml" />
- <Include type="all" source="System/ModelSettings.xml" />
- <Include type="all" source="System/AutoParticleSettings.xml" />
- <Include type="all" source="System/DynamicsSettings.xml" />
- <Include type="all" source="SubsystemSettings.xml" />
-
- <Include type="all" source="DATA:GlobalData/MultiplayerColors.xml" />
- <Include type="all" source="GlobalData/MappableKeys.xml" />
- <Include type="all" source="GlobalData/HotKeySlots.xml" />
- <Include type="all" source="GlobalData/DefaultHotKeys.xml" />
- <Include type="all" source="GlobalData/YurikoHotKeys.xml" />
- <!-- This file is for development only and shouldn't be included in the shipping build -->
- <Include type="all" source="GlobalData/DebugHotKeySlots.xml" />
- <!-- This file is for development only and shouldn't be included in the shipping build -->
- <Include type="all" source="GlobalData/DebugHotKeys.xml" />
- <Include type="all" source="System/PlayerTechs.xml" />
- <Include type="all" source="System/PlayerTechRanks.xml" />
- <Include type="all" source="System/PlayerTechUpgradeBindings.xml" />
- <Include type="all" source="System/PlayerTemplates.xml" />
- <Include type="all" source="GlobalData/Upgrade.xml" />
- <Include type="all" source="GlobalData/ObjectCreationLists.xml" />
- <Include type="all" source="SkirmishAI/SkirmishAIIncludes.xml" />
- <Include type="all" source="DATA:GlobalData/EngagingContent.xml" />
- <Include type="all" source="DATA:GlobalData/CampaignTemplates.xml" />
- <!-- EP1 specific global assets -->
- <Include type="all" source="EP1/System/PlayerTechs_EP1.xml" />
- <Include type="all" source="EP1/System/PlayerTemplates_EP1.xml" />
- <Include type="all" source="EP1/GlobalData/Upgrade_EP1.xml" />
- <Include type="all" source="EP1/SkirmishAI/SkirmishAIIncludes_EP1.xml" />
-
- </Includes>
- </AssetDeclaration>
|