Hello I share my loadingscreen for GTAV
screen:
update 0.1 :
Changing the size of the background image
Hello I share my loadingscreen for GTAV
screen:
update 0.1 :
Changing the size of the background image
Thanks man looks awesome!
man you french people are really helping the community thanks so much!
Yeah but we are banned because we talk in french and we translate in english -_-
So you’re claiming you have 100 player slots? Kinda trolly.
The number of slots can be modified please read the entire install.txt file
Yes but the admin of the forum hate the french community…
thanks for that !!
Hello, thanks you very much for share !
(Merci mec, c’est énorme, la musique est trop hype xD)
Have you the title of the music ? xD
Here is the title of the music: Italobrothers - Stamp On The Ground
For the background you should add some lines to scale the image accordingly, an example is below. This doesn’t completely remove clipping since the image needs to retain its aspect ratio but it helps keep the loading screen consistent for different resolutions.
background: url(https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-494998.jpg);
background-size:cover;
background-position:center;
Hey, is it possible to decrease the size of the icons, and remove the gray lines?
If you know a bit of HTML / CSS, absolutely.
I will try with some tutorials
How to change the background Behind the red Board ?
Open your index and line 22 u have background: url(http://i.imgur.com/8MPdRJw.jpg) center no-repeat;
just change the url
I was wondering if any of you guys are experiencing the music stopping prematurely.
I have added my own ogg file.
I checked the original music with my own converted ogg file for the hrtz rate 44100, bit rate 128kbps, and any other attributes and it is the same.
Multiple people report this problem when loading in. The music stop after about 10 seconds and then the original GTA V loading screen music begins to play.
I need to add that I have added a custom gif to play that lasts 3 seconds before repeating.
Thanks everyone.
I believe I solved the issue.
I took out the loop line.
It was this:
<audio autoplay="" id="Loading" loop=""><source src="music/Loading.ogg" type="audio/ogg" />
It is now this:
<audio autoplay="" id="Loading" src="music/Loading.ogg" type="audio/ogg" />
I followed the tutorial but still got a problem.
When i put - loadingscreen on citmp-server.yml i get this error: https://i.imgur.com/Osk2lf5.png
Can anyone help me with this problem? @RDZ