WorldBuilder.xml 3.7 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. WorldBuilder.xml needs to contain all data that should show up in the
  7. dialog window to select objects that can be added to a map.
  8. All statically loaded game objects will be in StaticGameObjects.xml, everything else needs to be added manually.
  9. -->
  10. <Include type="reference" source="global.xml" />
  11. <Include type="reference" source="static.xml" />
  12. <Include type="reference" source="download.xml" />
  13. <Include type="all" source="DATA:Civilian/Amsterdam.xml" />
  14. <Include type="all" source="DATA:Civilian/Brighton_Beach.xml" />
  15. <Include type="all" source="DATA:Civilian/Cannes_CA.xml" />
  16. <Include type="all" source="DATA:Civilian/Cannes_CS.xml" />
  17. <Include type="all" source="DATA:Civilian/Cape_Cod.xml" />
  18. <Include type="all" source="DATA:Civilian/Easter_Island.xml" />
  19. <Include type="all" source="DATA:Civilian/Floating_Island.xml" />
  20. <Include type="all" source="DATA:Civilian/Geneva.xml" />
  21. <Include type="all" source="DATA:Civilian/Gibraltar.xml" />
  22. <Include type="all" source="DATA:Civilian/Golf_Course.xml" />
  23. <Include type="all" source="DATA:Civilian/Gypsy_Village.xml" />
  24. <Include type="all" source="DATA:Civilian/Havana.xml" />
  25. <Include type="all" source="DATA:Civilian/Hawaii.xml" />
  26. <Include type="all" source="DATA:Civilian/Heidelberg.xml" />
  27. <Include type="all" source="DATA:Civilian/Iceland.xml" />
  28. <Include type="all" source="DATA:Civilian/Island_Fortress.xml" />
  29. <Include type="all" source="DATA:Civilian/Kremlin.xml" />
  30. <Include type="all" source="DATA:Civilian/Mount_Fuji.xml" />
  31. <Include type="all" source="DATA:Civilian/Mount_Rushmore.xml" />
  32. <Include type="all" source="DATA:Civilian/Mykonos.xml" />
  33. <Include type="all" source="DATA:Civilian/New_York.xml" />
  34. <Include type="all" source="DATA:Civilian/Northern_Russia.xml" />
  35. <Include type="all" source="DATA:Civilian/Odessa.xml" />
  36. <Include type="all" source="DATA:Civilian/Osaka.xml" />
  37. <Include type="all" source="DATA:Civilian/Santa_Monica.xml" />
  38. <Include type="all" source="DATA:Civilian/Snowy_Hot_Springs.xml" />
  39. <Include type="all" source="DATA:Civilian/Solvang.xml" />
  40. <Include type="all" source="DATA:Civilian/StPetersburg.xml" />
  41. <Include type="all" source="DATA:Civilian/Tokyo_Harbor.xml" />
  42. <Include type="all" source="DATA:Civilian/Vladivostok.xml" />
  43. <Include type="all" source="DATA:Civilian/Yosemite_Park.xml" />
  44. <Include type="all" source="DATA:Civilian/Yucatan.xml" />
  45. <Include type="all" source="DATA:Neutral/Props/AudioAmbients.xml" />
  46. <!-- EP1 regions -->
  47. <Include type="all" source="DATA:Civilian/Miyako.xml" />
  48. <Include type="all" source="DATA:Civilian/Romania.xml" />
  49. <Include type="all" source="DATA:Civilian/Sakhalin_Island.xml" />
  50. <Include type="all" source="DATA:Civilian/Shiro_Sanitarium.xml" />
  51. <!-- Worldbuilder water textures -->
  52. <Include type="all" source="ART:FXRiverA_Nrm.xml" />
  53. <Include type="all" source="ART:FXRiverA_Diffuse.xml" />
  54. <!-- Non-region specific assets - these do go in the WorldBuilder stream -->
  55. <Include type="all" source="ART:Camera.W3x" />
  56. <Include type="all" source="ART:CamArrow.W3x" />
  57. <Include type="all" source="ART:CamLookat.W3x" />
  58. <Include type="all" source="ART:locator.W3x" />
  59. <Include type="all" source="ART:WB_LIGHT1.W3x" />
  60. <Include type="all" source="ART:WB_LIGHT2.W3x" />
  61. <Include type="all" source="ART:WB_LIGHT3.W3x" />
  62. <Include type="all" source="MapSpecific.xml" />
  63. <!--These are temporary XMLs used for previewing work-in-progress. Delete before shipping!-->
  64. <Include type="all" source="DATA:Civilian/Props/InstantPreviewProp01.xml" />
  65. </Includes>
  66. </AssetDeclaration>