Archived
0
Fork 0
Another FiveM loading screen
This repository has been archived on 2024-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-04-03 18:34:16 -07:00
css chore: add support for video backgrounds (see #9) 2022-12-28 07:13:03 -08:00
docs chore: add support for video backgrounds (see #9) 2022-12-28 07:13:03 -08:00
js chore: add support for video backgrounds (see #9) 2022-12-28 07:13:03 -08:00
.eslintrc Changed unused and undefined to warnings, not errors (helps prevent build issues, might make exclusive in future) 2020-07-24 12:41:05 -07:00
.gitignore chore: cleanup legacy content 2022-12-28 06:52:07 -08:00
fxmanifest.lua Incremented version 2020-07-22 12:38:45 -07:00
LICENSE chore: migrate to srht 2023-04-03 18:20:07 -07:00
loadscreen.html chore: ditch loading bar plans 2022-12-28 06:54:30 -08:00
rainbow.gif chore: migrate to srht 2023-04-03 18:20:07 -07:00
README.md chore: migrate to srht 2023-04-03 18:20:07 -07:00

5M Loading

Put simply, 5M Loading is just another loading screen for FiveM.

Put in more detail, 5M Loading is a feature-rich, customizable, and lightweight loading screen. Some of its notable features are:

  • Play music from YouTube or Soundcloud while you wait for loading.
  • Show the time elapsed for loading into the game
  • Easy to customize footer text
  • Add a logo to your loading screen

Put into even more grave detail, all of this is planned and most of it hasn't been done yet. I'm only now starting to dabble in FiveM modding. If I like it, you can expect a bit more of this in future, as well as for other games.

Installing

Installation of 5M Loading (and just about any other FiveM addon) is super simple. Add the 5m_loading folder to the resources folder (usually under server-data/resourcesor similar). Then, edit your server.cfg file to have start 5m_loading (use ensure instead of start if you don't want the server to work without the loading screen). If you're installing from source, copy all of this (you can exclude the .github/ folder and the .gitignore and README.md files if you really want to; everything else is important) into a folder titled "5m_loading." Then, follow the instructions from before.

Screenshots

There are a good chunk of themes baked into 5m_loading, here are just a few.

Preview of the 'Simple' theme Preview of the 'Rainbow' theme

Acknowledgements

This was inspired from the lack of FiveM loading screens that cut it for me. I wanted to have something simple and clean that I could run on my private server I play with my mates on. This seemed to be the only way. Thanks also to Rishi for helping debug some of the music issues and help simplify chunks.