🩷NEON LOADING SCREEN

Here check the installation guide

INSTALLATION GUIDE

  1. Download from KEYMASTER and Unzip the neon-loading.pack.zip and place this folder in your server's resource folder.

  2. Add the resource to your server start config: ensure neon-loading, the name of the folder must not be changed or the resource will not function correctly. It must be started in the first positions

  3. Delete or disable other Loading Screens you have, such as QB or ESX. Also, in some cases there may be another one in the [cfx] > [test] folder

  4. Reboot the entire server with the forge script well ensured in your server.cfg.

CONFIG

The configuration for this loading screen is not in a conventional location. It can be found at:

neon-loading/html/js/config.js

COMMON QUESTIONS

How to change the images?

In the assets\images you can replace the images that appear.

Replace the image you want with another one, the name must always be the same. Make sure that the measurements are the same as well so that the design does not look different.

How do I change the colours to symbols?

To change the color of an SVG element, you can modify the fill and stroke attributes within the <path> tag. Here’s a step-by-step guide:

  1. Locate the SVG File: Open your SVG file in a text editor. For example, the file corner.svg is located at neon-loading\html\assets\svgs\corner.svg

  2. Identify the Path Element: Find the <path> element within the SVG file. It will look something like this:

  1. Change the Fill Color: Modify the fill attribute to the desired color. For example, to change the fill color to red, update the fill attribute:

  1. Change the Stroke Color: Similarly, modify the stroke attribute to the desired color. For example, to change the stroke color to blue, update the stroke attribute:

  1. Save the File: After making the changes, save the SVG file.

How do I change the song or video?

neon-loading\html\assets

Go to the location and replace the files bgVideo.mp4 or music.mp3 with the one you want, remembering that the name must be the same.

Last updated