Hi i run a server and i would like to know hot to make a custom loading screen on my server loading page is on gmod and can you please help me i have a mac btw and i regrret ever uying this mac
Know any HTML?
I can generally help you here, depending on what you're asking.
I have an image that i want to be my custom loading screen but i only want the image not a full website [QUOTE=NiandraLades;41255853]Know any HTML?
I can generally help you here, depending on what you're asking.[/QUOTE]
so embed the image on a web page, and link the web page to the cvar sv_loadingurl
Make a file and call it index.html
Open it with TextEdit (I think that's the notepad equivalent for mac)
Copy this to it and save..
[CODE]<!DOCTYPE html>
<html>
<head>
<style>
html {
background: url("http://www.hdwallpapersbest.com/wp-content/uploads/2013/05/Google_Wallpaper_by_Rahul964.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
</head>
<body>
</body>
</html>
[/CODE]
On line 6 there is a link to a png file change that to a picture of your choice
Now go to your server.cfg file and add
[CODE]sv_loadingurl "www.linktohost.com/index.html"[/CODE]
If you need someone to host the page I will be happy to help you there for free :)
the sv_loadingurl doesn't work. What should I change it to, to make it work?
[QUOTE=Wbusby;41631164]the sv_loadingurl doesn't work. What should I change it to, to make it work?[/QUOTE]
To the URL you want to be displayed.
My picture isn't fullscreen by itself and I need that file to make it fit the whole screen. Just the url with the picture on it, won't look that great.
This is what it looks like now:
[URL="http://diamondshot.site.nfoservers.com/Loading%20screens/"]http://diamondshot.site.nfoservers.com/Loading%20screens/[/URL]
Sorry, you need to Log In to post a reply to this thread.