https://github.com/Au1st3in/gmod-loadingscreen-materialize
Materialize themed PHP based loading screen for Garry's Mod with Steam Web API support.
PHP based loading screen for Garry's Mod Server with Steam Web API support.
- Image Slideshow
- Autoplay Background Music
- Welcome Message with SteamID
- Displays Music Name
- Shows Current Map Name
Additional
- rules.php can be used to show rules after joining the server for the
motd
- ULX is required to be installed (http://ulyssesmod.net/)
- Place 3 Music files in
.ogg
format in the music folder. Name them accoridingly1.ogg
,2.ogg
and3.ogg
. - Put the Music Titles on line 12-14 in
index.php
. - Requires a Steam Web-API Key (http://steamcommunity.com/dev/apikey)
- Replace the
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
inindex.php
on line 24 with your Personal API Key. - Set the URL of the loading screen in your
server.cfg
like thatsv_loadingurl "http://example.com/gmod-loadingscreen/?steamid=%s&mapname=%m"
- GabrielWanzek (https://github.com/GabrielWanzek/gmod-loadingscreen)
- Thomas Park (https://github.com/thomaspark/bootswatch/tree/gh-pages/cyborg)
- Bootstrap (http://getbootstrap.com)
- Steam Web-API (https://developer.valvesoftware.com/wiki/Steam_Web_API)
Requires PHP · Styled with Bootstrap & Cyborg Theme