Apollo Loading Screen (Css, HTML, JavaScript) v0.1.1

Apollos Loading Screen

v0.1.1

This resource is a simple clean loading screen for FiveM. You can control the music volume aswell as pause and play the music.

Github: https://github.com/Apollo0604/Apollo-Loading-Screen

Credit:

Thanks to VincentGarreau for making particles.js.

https://github.com/VincentGarreau/particles.js

To-Do

  • Make a few more versions for communitys to have some variaity If they can only drag and drop.
  • Add congigerable loadingbar
  • Add more songs
  • Installation

  • Place the loadingscreen folder and into your resources folder.
  • ensure loadingscreen in a cfg file that is being executed by your server.
  • Video

    Watch short video

    https://gyazo.com/11af8904646bd2549b46f518a85f9701

    Note:

    I will try my best to give support on this release to people who deserve help. If you are being negative I will not help you. If you are being rude you will not get a response out of me. Im not here for keyboard fights so please refrain from being rude. All constructive criticism is welcome! Leave a heart if you like my work.
    This resource will be updated frequently!
6 Likes

Good job. Is it playing any music?

1 Like

Thanks. Yes it plays .ogg files.

good work , how do I change the color of the title of the server

Thank you for the kind words. To change the color open the style.css file in the root directory of the resource.
Search for h1 and replace the h1 code with the code below.
Edit the color to whatever color you want.

h1{
    font-size: 50px;
    color: blue;
}

More customization will be in the next update. :slightly_smiling_face:

1 Like

thank you very much

No problem. :slightly_smiling_face:

Where do I change the logo.png to logo.jpg

Open the index.html in the root directory of the resource and open the __resource.lua, which can also be found in the root directory of the resource.

You need to edit this line of html in the index.html file.

<div id="logo">
        <img src="https://i.imgur.com/qPYd8fa.png" alt="display this" width=200 height=200> <!-- Change the pic size here-->
    </div>

You will need to also edit this line in the __resource.lua file. changing the .jpg to .png.

files{
    "index.html",
    "app.js",
    "image1.jpg",
    "particles.js",
    "style.css",
    "music/music.ogg",
}

Thank you sir, great job!!

how to I get the background image to fit the whole screen the bottom inch is clouds?

maybe add auto changing background image with some fading effects

1 Like

how do i take out the " loading apollo space station "?

Remove line 25

Which file would I find this line 25? Also Awesome job. I love the loading screen!

how can i change the loading name ?

The download link isn’t working??

Hello, i want to download it from github but it say me: β€œ404 This is not the web page you are looking for”. Please help. Thanks in advance! :grinning:

@Cral_Cactus https://github.com/Apollo0604/FiveM-Apollo-Loading-Screen

Not the same as we saw on the post