BootupSequenceDemo.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  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>splashDemoGDI</RandomTexture>
  11. <RandomTexture>splashDemoNOD</RandomTexture>
  12. <RandomTexture>splashDemoAlien</RandomTexture>
  13. </DisplayItem>
  14. <!-- ESRB screen -->
  15. <DisplayItem Type="STATIC_SCREEN" Duration="5" Priority="2" ShowOnReboot="false">
  16. <RandomTexture>ESRB</RandomTexture>
  17. </DisplayItem>
  18. <!-- Animated flash screen, displayed until data loading is finished -->
  19. <DisplayItem Type="LOAD_SCREEN" Priority="3" ShowOnReboot="true">
  20. <RandomTexture>sMissionLoadingGDI</RandomTexture>
  21. <RandomTexture>sMissionLoadingNod</RandomTexture>
  22. <RandomTexture>sMissionLoadingAlien</RandomTexture>
  23. </DisplayItem>
  24. <!-- EA brand logo movie -->
  25. <DisplayItem Type="MOVIE" Priority="5" ShowOnReboot="false">
  26. <Movie>EALogoMovie</Movie>
  27. </DisplayItem>
  28. </BootupDisplaySequence>
  29. </AssetDeclaration>