Adding a unique loading screen

Post Reply
Scholar
New to forums
New to forums
Posts: 10
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Mar 03, 2013 1:11 pm

Adding a unique loading screen

Post by Scholar »

Hi, I'm looking to have my server's loading screen link to another site. From what I understand I need to add Sv loadingurl with the website after. But I'm unsure which files I need to add it to. I believe i need to add it to server.cfg and autoexec.cfg. However I have never done this particular operation before and do not want to break anything. Does anyone have any helpful advice?
beskor
New to forums
New to forums
Posts: 10
Joined: Sun Mar 24, 2013 12:31 pm

Re: Adding a unique loading screen

Post by beskor »

When making a loading screen you need to know the basics of HTML or just using an already existing webpage. You want to add the following line into your server.cfg;

Code: Select all

sv_loadingurl "http://youwebsite.com/page.html
There you will fill out your website with the extension of the page you want to be viewed as the loading url.
Post Reply