| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?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>
- <!--
- WorldBuilder.xml needs to contain all data that should show up in the
- dialog window to select objects that can be added to a map.
-
- All statically loaded game objects will be in StaticGameObjects.xml, everything else needs to be added manually.
- -->
- <Include type="reference" source="global.xml" />
- <Include type="reference" source="static.xml" />
- <Include type="reference" source="download.xml" />
- <Include type="all" source="DATA:Civilian/Amsterdam.xml" />
- <Include type="all" source="DATA:Civilian/Brighton_Beach.xml" />
- <Include type="all" source="DATA:Civilian/Cannes_CA.xml" />
- <Include type="all" source="DATA:Civilian/Cannes_CS.xml" />
- <Include type="all" source="DATA:Civilian/Cape_Cod.xml" />
- <Include type="all" source="DATA:Civilian/Easter_Island.xml" />
- <Include type="all" source="DATA:Civilian/Floating_Island.xml" />
- <Include type="all" source="DATA:Civilian/Geneva.xml" />
- <Include type="all" source="DATA:Civilian/Gibraltar.xml" />
- <Include type="all" source="DATA:Civilian/Golf_Course.xml" />
- <Include type="all" source="DATA:Civilian/Gypsy_Village.xml" />
- <Include type="all" source="DATA:Civilian/Havana.xml" />
- <Include type="all" source="DATA:Civilian/Hawaii.xml" />
- <Include type="all" source="DATA:Civilian/Heidelberg.xml" />
- <Include type="all" source="DATA:Civilian/Iceland.xml" />
- <Include type="all" source="DATA:Civilian/Island_Fortress.xml" />
- <Include type="all" source="DATA:Civilian/Kremlin.xml" />
- <Include type="all" source="DATA:Civilian/Mount_Fuji.xml" />
- <Include type="all" source="DATA:Civilian/Mount_Rushmore.xml" />
- <Include type="all" source="DATA:Civilian/Mykonos.xml" />
- <Include type="all" source="DATA:Civilian/New_York.xml" />
- <Include type="all" source="DATA:Civilian/Northern_Russia.xml" />
- <Include type="all" source="DATA:Civilian/Odessa.xml" />
- <Include type="all" source="DATA:Civilian/Osaka.xml" />
- <Include type="all" source="DATA:Civilian/Santa_Monica.xml" />
- <Include type="all" source="DATA:Civilian/Snowy_Hot_Springs.xml" />
- <Include type="all" source="DATA:Civilian/Solvang.xml" />
- <Include type="all" source="DATA:Civilian/StPetersburg.xml" />
- <Include type="all" source="DATA:Civilian/Tokyo_Harbor.xml" />
- <Include type="all" source="DATA:Civilian/Vladivostok.xml" />
- <Include type="all" source="DATA:Civilian/Yosemite_Park.xml" />
- <Include type="all" source="DATA:Civilian/Yucatan.xml" />
- <Include type="all" source="DATA:Neutral/Props/AudioAmbients.xml" />
- <!-- EP1 regions -->
- <Include type="all" source="DATA:Civilian/Miyako.xml" />
- <Include type="all" source="DATA:Civilian/Romania.xml" />
- <Include type="all" source="DATA:Civilian/Sakhalin_Island.xml" />
- <Include type="all" source="DATA:Civilian/Shiro_Sanitarium.xml" />
-
- <!-- Worldbuilder water textures -->
- <Include type="all" source="ART:FXRiverA_Nrm.xml" />
- <Include type="all" source="ART:FXRiverA_Diffuse.xml" />
-
- <!-- Non-region specific assets - these do go in the WorldBuilder stream -->
- <Include type="all" source="ART:Camera.W3x" />
- <Include type="all" source="ART:CamArrow.W3x" />
- <Include type="all" source="ART:CamLookat.W3x" />
- <Include type="all" source="ART:locator.W3x" />
- <Include type="all" source="ART:WB_LIGHT1.W3x" />
- <Include type="all" source="ART:WB_LIGHT2.W3x" />
- <Include type="all" source="ART:WB_LIGHT3.W3x" />
- <Include type="all" source="MapSpecific.xml" />
- <!--These are temporary XMLs used for previewing work-in-progress. Delete before shipping!-->
- <Include type="all" source="DATA:Civilian/Props/InstantPreviewProp01.xml" />
-
- </Includes>
- </AssetDeclaration>
|