[PreLoadScreen.UISettings] ;How long will post splash screen be displayed in seconds. PostSplashScreenLength=0.01 ;-------------------------------------------------------------------------------------------------------------------------------------- ; Loading Groups ; +LoadingGroups=LoadingGroupIdentifier -- List of LoadingGroups. If none are provided a default initial load is assumed ;-------------------------------------------------------------------------------------------------------------------------------------- +LoadingGroups=PostSplashScreen ;-------------------------------------------------------------------------------------------------------------------------------------- ; Custom Image Brushes ; Format is +CustomImageBrushes=(Identifier,Filename,Width,Height, (LoadingGroupIdentifier1..., LoadingGroupidentifier2....)) or ; Format is +CustomImageBrushes=(Identifier,Filename,Width,Height), and then LoadingGroupIdentifier is assumed to be the default ; initial starting LoadingGroup ;-------------------------------------------------------------------------------------------------------------------------------------- ;Background Brush Defines +CustomImageBrushes=(SplashScreenBrush,Resources/SplashScreen.png,1920,1080,(PostSplashScreen)) ;-------------------------------------------------------------------------------------------------------------------------------------- ; ScreenGroupings ; Used to describe a particular screen, which is a particular background with particular text at a given font size ; Format is +ScreenGrouping(ScreenIdentifier, Brush Identifier, Text Identifier, Font Size) ;-------------------------------------------------------------------------------------------------------------------------------------- +ScreenGroupings=(SG_SplashScreen,SplashScreenBrush,NullText,48) ;-------------------------------------------------------------------------------------------------------------------------------------- ; ScreenOrders ; Used to describe what order screens should be loaded in during a given LoadingGroup ; Expected Format is : +ScreenOrders=(LoadingGroupIndentifier,ScreenGroupingsIdentifier) ;-------------------------------------------------------------------------------------------------------------------------------------- +ScreenOrders=(PostSplashScreen,SG_SplashScreen)