# 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](https://docs.msquared.io/admins/settings#customization "mention") section.

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

<figure><img src="https://1456550285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoWTlPaoHd1McSakqMigu%2Fuploads%2Fgit-blob-30909c24b91466365824c3c8bdad0ea9379bbe38%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

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:

<table><thead><tr><th width="263">Image Type</th><th width="110">Priority</th><th>Where to edit (see examples below)</th></tr></thead><tbody><tr><td>World Image</td><td>1</td><td>Dashboard worlds tab</td></tr><tr><td>Mod Image</td><td>2</td><td>Dashboard mods tab</td></tr><tr><td>Map Image</td><td>3</td><td>Editor project settings -> M2 World Builder Data</td></tr><tr><td>Organisation Image</td><td>4</td><td>Dashboard settings tab (only with specific permissions)</td></tr></tbody></table>

1.

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

2.

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

3.

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

4.

```
<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.**
