Loading Screen

You can change various parts of the game loading including:

  • Adding (skippable) splash images & videos

  • Changing fade in timers and colours

  • Other features configurable via live-config

Loading Screen

Admins can edit the default loading screen via the Customization section.

By default, when launching a client, users are met with this screen like this:

Splash image is determined by a hierarchy that can be modified either in your packaged editor, or from the dashboard itself. The way in which the image displayed is determined is as follows:

Image Type
Priority
Where to edit (see examples below)

World Image

1

Dashboard worlds tab

Mod Image

2

Dashboard mods tab

Map Image

3

Editor project settings -> M2 World Builder Data

Organisation Image

4

Dashboard settings tab (only with specific permissions)

<figure><img src="../../.gitbook/assets/image (906).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/image (908).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/image (910).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/image (911).png" alt=""><figcaption></figcaption></figure>

Live Config

There are some features that have been feature-flagged through live-config the list below will show you how to enable them and what they do.

  • ShowOriginVersion (bool) - When logging entering an experience the origin version will be shown in the bottom right. Default true.

  • SkipLegalScreens (bool) - At the beginning of the entry flow an Improbable branding / legal screen is displayed. This screen can be skipped. Default false.

  • ShowNowEnteringText (bool) - When entering an experience a text appears saying "now entering {experience name} this text can be toggled on and off. Default false.

  • SkipSignInConfirmationScreen (bool) - Right as the player loads the client we go through some sign in steps. Once the player signs in then a confirmation button is shown and a welcome message. This flag allows us to skip that step entirely and go straight into the experience. Default true.

Last updated

Was this helpful?