| 123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="us-ascii"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset">
- <Tags></Tags>
- <Includes>
- <!-- Include the common engaging content data that is for all platforms -->
- <Include type="all" source="DATA:GlobalData/EngagingContentCommon.xml" />
- </Includes>
- <!-- Any platform specific data goes here -->
- <EngagingContent id="BetaLoadScreen02" TitleId="StandardLoadScreenTitle" DescId="BetaLoadScreen02Desc" ImageId="LoadScreen_Soviet_Faction02"/>
- <EngagingContent id="BetaLoadScreen04" TitleId="StandardLoadScreenTitle" DescId="BetaLoadScreen04Desc" ImageId="LoadScreen_Soviet_Faction04"/>
- <EngagingContent id="BetaLoadScreen26" TitleId="StandardLoadScreenTitle" DescId="BetaLoadScreen26Desc" ImageId="LoadScreen_Soviet_Faction04"/>
-
- <!-- Engaging Content Groups -->
- <!-- Engaging Content Sequences -->
-
- <!-- Example Content Sequence
- <EngagingContentSequence id="MP_4_FEASEL_1" MapName="map_mp_4_feasel1.map" RequiredContent="TempEngagingContentGroupRequired" RandomContent="TempEngagingContentGroupRandom" />
- -->
- <!-- Default engaging content sequence, the MapName attribute must be 'DefaultEngagingContentSequence' -->
- <!-- Engaging Content Sequences -->
- </AssetDeclaration>
|