global.xml 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. Global.xml is the central include for system setup data.
  7. It will be loaded first at game startup and can configure subsystem data.
  8. Do not include game objects here, as art assets cannot be loaded before the subsystems are fully started.
  9. They should be included in the static.xml or the map.xml.
  10. Do not include platform-specific data here - that belongs in global_platformspecific.xml in the
  11. corresponding platform directory.
  12. -->
  13. <Include type="reference" source="DATA:Audio.xml"/>
  14. <Include type="all" source="DATA:global_platformspecific.xml" />
  15. <Include type="all" source="DATA:Sounds/MasterAudioEvents.xml" />
  16. <Include type="all" source="DATA:PathMusic/PathMusicEvents.xml" />
  17. <Include type="all" source="DATA:PathMusic/ShellPathMusicEvents.xml" />
  18. <Include type="all" source="DATA:PathMusic/ScriptPathMusicEvents.xml" />
  19. <Include type="all" source="DATA:PathMusic/StandardPathMusicGameDynamicState.xml" />
  20. <Include type="all" source="DATA:PathMusic/ScriptedPathMusicGameDynamicState.xml" />
  21. <Include type="all" source="System/GameLOD.xml" />
  22. <Include type="all" source="Shell/MpGameRules.xml" />
  23. <Include type="all" source="Video/Videos.xml" />
  24. <Include type="all" source="Video/VideoSequences.xml" />
  25. <Include type="all" source="System/HeaderTemplates.xml" />
  26. <Include type="all" source="DATA:GlobalData/Credits.xml" />
  27. <Include type="all" source="GlobalData/DrawGroupInfo.xml" />
  28. <Include type="all" source="GlobalData/MeshInstanceTemplate.xml" />
  29. <Include type="all" source="GlobalData/WaterTemplates.xml" />
  30. <Include type="all" source="GlobalData/Language.xml" />
  31. <Include type="all" source="GlobalData/FormationAssistant.xml" />
  32. <Include type="all" source="GlobalData/FontSettings.xml" />
  33. <Include type="all" source="GlobalData/FontTranslation.xml" />
  34. <Include type="all" source="DATA:GlobalData/FontDirectory.xml" />
  35. <Include type="all" source="SkirmishAI/AIData.xml" />
  36. <Include type="all" source="GlobalData/MouseCursors.xml" />
  37. <Include type="all" source="GlobalData/BasicMouseCursors.xml" />
  38. <Include type="all" source="GlobalData/UnitAITargetChooser.xml" />
  39. <Include type="all" source="DATA:GlobalData/TutorialData.xml" />
  40. <Include type="all" source="System/CameraSettings.xml" />
  41. <Include type="all" source="System/W3DDeviceSettings.xml" />
  42. <Include type="all" source="System/UnitAISettings.xml" />
  43. <Include type="all" source="System/BuildSystemSettings.xml" />
  44. <Include type="all" source="System/ResourceSettings.xml" />
  45. <Include type="all" source="System/LightingSettings.xml" />
  46. <Include type="all" source="Multiplayer/NetworkSettings.xml" />
  47. <Include type="all" source="System/SkirmishSettings.xml" />
  48. <Include type="all" source="System/ModelSettings.xml" />
  49. <Include type="all" source="System/AutoParticleSettings.xml" />
  50. <Include type="all" source="SubsystemSettings.xml" />
  51. <Include type="all" source="DATA:GlobalData/MultiplayerColors.xml" />
  52. <Include type="all" source="GlobalData/MappableKeys.xml" />
  53. <Include type="all" source="GlobalData/HotKeySlots.xml" />
  54. <Include type="all" source="GlobalData/DefaultHotKeys.xml" />
  55. <!-- This file is for development only and shouldn't be included in the shipping build -->
  56. <Include type="all" source="GlobalData/DebugHotKeySlots.xml" />
  57. <!-- This file is for development only and shouldn't be included in the shipping build -->
  58. <Include type="all" source="GlobalData/DebugHotKeys.xml" />
  59. <Include type="all" source="System/PlayerTechs.xml" />
  60. <Include type="all" source="System/PlayerTechRanks.xml" />
  61. <Include type="all" source="System/PlayerTechUpgradeBindings.xml" />
  62. <Include type="all" source="System/PlayerTemplates.xml" />
  63. <Include type="all" source="GlobalData/Upgrade.xml" />
  64. <Include type="all" source="GlobalData/ObjectCreationLists.xml" />
  65. <Include type="all" source="SkirmishAI/SkirmishAIIncludes.xml" />
  66. <Include type="all" source="DATA:GlobalData/EngagingContent.xml" />
  67. </Includes>
  68. </AssetDeclaration>