Loadingscreen Neon

FiveM Loadingscreen Neon

I’m the real developer of this loading screen. I decided to share you again this loading screen because I made a new version. As for this one I made some modifications and fixed some bug. Good use :upside_down_face:.

Images :

Look in the GitHub repo

Features :

  • Youtube video
  • Mp3 player
  • Loading bar

Installation :

To install the loading screen:

  1. Copy the contents of the ZIP folder to your folder “Ressources” FiveM (n’oubliez pas de retirer le “-master” dans le nom de dossier)
  2. Add start loadingscreen in the server.cfg

Configuration :

The configuration file is located in Assets/JS/config.js

var video_ID = "UdB4ytHvX8o" // YouTube video ID
var mp3_player = true // If true, the MP3 player will be used and the youtube video sound cut

var start = 22 // Allow to set how many seconds the Youtube video should start

var img = "Logo.png" // The file name of your server logo (* It must be in the folder: Assets / IMG *)

var Discord_link = "" // Discord link

var red_text = 'California' // Red text
var blue_text = 'Island' // Blue text

// Do not forget to add your music in __resource.lua
// Place your music in the folder: Assets / AUDIO
var tracks
tracks = [{
	"track": 1, // Position in the list
	"name": "Migos - Get Right Witcha", // The name that will appear
	"duration": "",
	"file": "Migos_Get_Right_Witcha_Official_Video" // The name of the MP3 file (It must not contain spaces or special characters.
}]

To add music:

  1. Add the MP3 file to the folder : Assets/AUIDO.
  2. Open the file : config.js.
  3. Add :
{
   "track": ID,
   "name": "My new music",
   "duration": "",
   "file": "the_name_of_file_of_my_new_music"
}

To get:

tracks = [{
	"track": 1, // Position in the list
	"name": "Migos - Get Right Witcha", // The name that will appear
	"duration": "",
	"file": "Migos_Get_Right_Witcha_Official_Video" // The name of the MP3 file (It must not contain spaces or special characters.
}, {
	"track": 2,
	"name": "My new music",
	"duration": "",
	"file": "the_name_of_file_of_my_new_music"
}]
  1. Add the file to __rousource.lua

9 Likes

Will give it a try.

So your just re-releasing the same thing? With slight modifications? Isn’t that what the edit button is for on the OP?

Not original content. Seen this all before

1 Like

just another loading screen :man_facepalming:t5:

Yeah, just another loading screen…

thanks for release :slight_smile: good job

thanks man

how to autoplay audio ?
sorry am bad in js :frowning:

It auto plays by default

noice it’s beautiful :slight_smile:

Hi friend
How can I change the word “Téléphone” for another

In the HTML file

im getting couldnt load resourcc loadingscreen

please help

Hi i want to ask will you provide us please some guide to change color of RED/BLUE text? to another color if its not problem for you please. Anyway woderfull work thank you for that i am not so skilled with HTML etc so sorry.

Hi How can u change Resolution or move neon sign its only showing halfe

How to make music play randomly

How do I change the size of the video player?
Ive managed to change the offset of the neon text, so its actually showing, but in 4K, the whole loader is scaled so big/wide, that the instructions, and the Youtube video are super small, and the rest of the screen is just empty space.