Loading Screen

A simple loading screen.

Installation

Download the Script

Download the script using keymaster.

Add it to your resources

Open the downloaded zip, copy ed_loadingscreen & put it inside your resources.

Start the Script

Terminal
refresh
start ed_loadingscreen

Finally, if everything is right, you can put it inside your server.cfg as follows:

server.cfg
ensure ed_loadingscreen

Configuration

ui/config.js
config = {
   /** @type {string} Server name. */
   name: "edeverce",

   /** @type {string} Primary color (HEX). */
   color: "#ff3c00",

   /** @type {string} Path to logo. */
   logo: "assets/logo.webp",

   /** @type {string} Path to sound. */
   sound: "assets/sound.mp3",

   /** @type {string} Loading text. */
   loading: "Loading...",
};