Installation
1. Open the Config File
Navigate to
web/config.js
.Here you can customize:
Server Name
Music URL (MP3, OGG, etc.)
Server Updates
Staff Member List
Any other display text or settings
2. Set Your Background Video
By default, the loading screen supports YouTube videos or direct video files.
To use a direct video file instead of a YouTube link:
url: "assets/video/background.mp4",
//youtube: "https://www.youtube.com/watch?v=f1MAEDPcUC0",
Make sure your video file is placed inside the assets/video/
folder.
3. Add Other Assets
Place any images, music, or video files you want inside the
assets/
folder.Update their paths inside
config.js
accordingly.
4. Save and Restart
Once you’ve edited config.js
, save your changes and restart your FiveM server to see the updates.
Last updated