• Custom Loading Screen Not Working
    13 replies, posted
I've recently tried to install a custom loading screen to my GMOD server. This was without success. I uploaded the html to my website and typed: sv_loadingurl [url]http://tgagc.com/loading.html[/url] in console. Could anyone help?
Doesn't seem to work for SP or joining your own listen server. Seems to require a dedi to test.
Same here, i have a dedicated server, and using sv_loadingurl yet it comes up as a white page when loading. In the browser it's fine.
I am using it on a dedicated server.
Now that's interesting. Try installing an addon onto the server alone and see if it'll show. [editline]12:03[/editline] Tried putting it into the server.cfg instead?
I've tried but the custom loading screen only seems to appear on a map change, not when the player connects.
[QUOTE=Darker Legends;26999182]I've tried but the custom loading screen only seems to appear on a map change, not when the player connects.[/QUOTE] Oh i have not tried a map change, because just now when someone joins it goes to the gmod loading screen then turns white. and stays like that until they spawn.
I've discovered a work-around. Use the changegamemode command and it'll work.
[QUOTE=Darker Legends;27049574]I've discovered a work-around. Use the changegamemode command and it'll work.[/QUOTE] What do you mean by that? Does that fix it so when people join? If it helps I'm using Fretta.
Doesn't it need to be a page instead of a .html file?
No, I've done it as a html file fine.
Kay, found a nice way of fixing this. make your server startup in gm_flatgrass, and add this lua file to lua/autorun/server/ [lua] hook.Add("Initialize", "loadingscreen_fixer", function() if (game.GetMap() == "gm_flatgrass") then timer.Simple(1, function() RunConsoleCommand("changegamemode", "CORRECT_MAP", "GAMEMODE") end) end end) [/lua] comes in handy if your server likes to crash >.>
take out http:// gmod does that for you in a ded server
[QUOTE=Ste@mpunk;27302218]take out http:// gmod does that for you in a ded server[/QUOTE] I can't believe something so stupidly simple was the issue this whole time. Thank you --.-- [highlight](User was banned for this post ("Please check post dates before replying!" - NiandraLades))[/highlight]
Sorry, you need to Log In to post a reply to this thread.