| 123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="utf-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xi="http://www.w3.org/2001/XInclude">
- <!-- *********************************************************************** -->
- <!-- * Defines what screens/movies are displayed during the initial * -->
- <!-- * loading screen. * -->
- <!-- *********************************************************************** -->
-
- <BootupDisplaySequence xmlns="uri:ea.com:eala:asset" id="InitialBoot" LoadingTextTexture="loadingText">
- <!-- Splash / legal screen -->
- <!--DisplayItem Type="STATIC_SCREEN" Duration="5" Priority="1" ShowOnReboot="false">
- <RandomTexture>legal_screen</RandomTexture>
- </DisplayItem-->
-
- <!-- ESRB screen -->
- <!--DisplayItem Type="STATIC_SCREEN" Duration="5" Priority="2" ShowOnReboot="false">
- <RandomTexture>ESRB</RandomTexture>
- </DisplayItem-->
-
- <!-- Animated flash screen, displayed until data loading is finished -->
- <!-- textures missing/deleted
- <DisplayItem Type="LOAD_SCREEN" Priority="3" ShowOnReboot="true">
- <RandomTexture>sMissionLoadingGDI</RandomTexture>
- <RandomTexture>sMissionLoadingNod</RandomTexture>
- <RandomTexture>sMissionLoadingAlien</RandomTexture>
- </DisplayItem>
- -->
- <!-- EA brand logo movie -->
- <!--DisplayItem Type="MOVIE" Priority="5" ShowOnReboot="false">
- <Movie>EALogoMovie</Movie>
- </DisplayItem-->
- </BootupDisplaySequence>
- </AssetDeclaration>
|