BootupSequence.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233
  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" xmlns:xi="http://www.w3.org/2001/XInclude">
  3. <!-- *********************************************************************** -->
  4. <!-- * Defines what screens/movies are displayed during the initial * -->
  5. <!-- * loading screen. * -->
  6. <!-- *********************************************************************** -->
  7. <BootupDisplaySequence xmlns="uri:ea.com:eala:asset" id="InitialBoot" LoadingTextTexture="loadingText">
  8. <!-- Splash / legal screen -->
  9. <!--DisplayItem Type="STATIC_SCREEN" Duration="5" Priority="1" ShowOnReboot="false">
  10. <RandomTexture>legal_screen</RandomTexture>
  11. </DisplayItem-->
  12. <!-- ESRB screen -->
  13. <!--DisplayItem Type="STATIC_SCREEN" Duration="5" Priority="2" ShowOnReboot="false">
  14. <RandomTexture>ESRB</RandomTexture>
  15. </DisplayItem-->
  16. <!-- Animated flash screen, displayed until data loading is finished -->
  17. <!-- textures missing/deleted
  18. <DisplayItem Type="LOAD_SCREEN" Priority="3" ShowOnReboot="true">
  19. <RandomTexture>sMissionLoadingGDI</RandomTexture>
  20. <RandomTexture>sMissionLoadingNod</RandomTexture>
  21. <RandomTexture>sMissionLoadingAlien</RandomTexture>
  22. </DisplayItem>
  23. -->
  24. <!-- EA brand logo movie -->
  25. <!--DisplayItem Type="MOVIE" Priority="5" ShowOnReboot="false">
  26. <Movie>EALogoMovie</Movie>
  27. </DisplayItem-->
  28. </BootupDisplaySequence>
  29. </AssetDeclaration>