The Mattomc_Load is a resource made by Matto MC and is a loading screen (cool story IK) Please don’t hate on me. all owners of the original code will be credited
Please do not redistribute any of my work without written consent from me (Matto MC#3158) On Discord or through the forums. if you do have permission please credit me on the forum topic
DOWNLOAD
GitHub: GitHub - mattomc/MattomcLoad: A simple but good looking Five M server loading screen. Customization and unique
Direct Download: Mattomc_Load.zip (4.2 MB)
@XxFri3ndlyxX varience of the Resource
GitHub - XxFri3ndlyxX/MattomcLoad: A simple but good looking Five M server loading screen. Customization and unique
CREDITS
@FAXES for the Music and Images from his loading screen
@XxFri3ndlyxX for modifying the loading screen and adding awesome features
The creators of W3.CSS W3.CSS Home
EDITING THE LOADING SCREEN
The first thing you need to change is the Music and just have a path as in
<audio id="Loading" autoplay loop >
<source src="folderpath/musictest.mp3"
type="audio/mp3"></audio>
so change SRC value to the folder the music is in and the name of the song and the extension at the end (.wav || .mp3).
then you would change the images if you want just follow the last step and you should be gucci
changing the server name
to change the server name all you need to do is find the value where it has <p>Default name</p>
and change it to what your server is called
changing Rules | Information module
to change the rules and Information module in the loading screen its as easy as the other steps. make sure to save the file when your done
to do this:
find the w3-panel where it says “This is the defualt Look of the screen”
to change the rules remove the parts that you dont want and add your own rules in by doign the following
<ul><li>Number One Rule</li><li>Number Two Rule</li><li>Number three rule</li></ul>
and then save the file and open the index.html. it might show up distorted on a Chrome browser but in game it should look normal
Troubleshooting
Q: the CSS isn’t loading in game and I haven’t touched anything
A: make sure you have the resource.lua in the right place and the w3.css is declared in the __resource file
Q: I have modifed the Loading screen but it doesnt load in game
A: Make sure you have started the resource by doing in the server.cfg
start Mattomc_Load
Q: I have made a new CSS file and it doesnt want to work
A: Make sure you declare it in the <head>
and have declared it in the __resource.lua
IMAGES
Update:
New loading screen I have made and developed will be uploaded here shortly (a few days)