I got tired of all these "welcome to my server, here's a thousand things to read" loading screens, so I created a minimal screen for my server.
This doesn't have all the bells and whistles of "you're on your way to <host>, playing <map>!" with music playing in the background. It's just a spinner and some text that changes. Very reminicent of GMod 10's default loading screen.
- Clone this repo onto your webserver somewhere
- Download jQuery 2.x
- Rename
jquery-2.x.x.min.js
tojquery.js
- Place
jquery.js
in thejs/thirdparty
folder - Edit
phrases.json
to include all the phrases you'd like to display to your user - In you server's
server.cfg
, modifysv_loadingurl
to point to this page.
- How to set up sv_loadingurl
- Use this page to make sure your
phrases.json
file is formatted properly