Skip to main content

Asset download

To find the asset, you must have made the purchase using your own keymaster account. Otherwise, you can use the transfer system to move the asset to a different keymaster account.
Once the purchase is made on our official website, you will receive your asset directly in your cfx portal. Download it from your panel and install it following the steps below.

Requirements

No dependencies. Awoken Loading Screen runs entirely on its own.

Installation

1

Remove old loading screen

Delete any other loading screen you have.
2

Add the resource

Place the awoken_loadingscreen folder into your server’s resources directory.
3

Configure server.cfg

Add the following to your server.cfg:
awoken_loadingscreen reads its convar override once at resource start, so changes to awoken:primaryColor need an ensure awoken_loadingscreen to take effect.The awoken:primaryColor convar themes any Awoken resource that reads it. If unset, the loading screen falls back to theme.accent in config.lua.
4

Edit config.lua

Open config.lua at the root of the resource.Restart the resource after any change with ensure awoken_loadingscreen (or restart awoken_loadingscreen from your console if it’s already running) for the changes to apply.

Resource layout

Custom media

Drop any image, video, audio, or icon file into web/build/media/ and reference it from config.lua as ./media/<filename>.
External URLs (https://...) also work for CDN-hosted assets. Supported formats:

Updating

Re-download the resource from your cfx portal, replace the folder, and restart with ensure awoken_loadingscreen. Your config.lua is yours to keep - back it up before overwriting if you want to preserve your settings.