• GMOD Custom Loading Screen, with music.
    64 replies, posted
Is it possible to make a loading screen with music? Or a loading screen with some raining snow (gif, animated picture)?
sv_loadingurl Link it to a web page where you do that stuff.
[QUOTE=ms333;39191996]sv_loadingurl Link it to a web page where you do that stuff.[/QUOTE] but how do you add music to??
Have a look at Javascript. There you can realize the snow effect.
[QUOTE=Monopol;39195684]Have a look at Javascript. There you can realize the snow effect.[/QUOTE] which script/file? i guess you have been banned, and made a new account
like ms333 said: use sv_loadingurl and add a website. It refer to a website. You'll create a website as you please and it will show it in the loading screen. - as Monopol said: go google find a snow falling script put it in. go on google again search for another script for playing youtube music as soon as you enter the website. And you would have snow and music when you connect to your server.
It is possible. Heres mine. [url]www.playersdomain.org/load/fallout.html[/url] Its meant for users with a screen resolution of 1280x 1024 You just need basic HTML/CSS knowledge to make a loading screen :L P.S For a loading screen don't use a local sound clip, as it takes longer to load. (In my experience anyways)
[QUOTE=BlueFellow;39196015]It is possible. Heres mine. [url]www.playersdomain.org/load/fallout.html[/url] Its meant for users with a screen resolution of 1280x 1024 You just need basic HTML/CSS knowledge to make a loading screen :L P.S For a loading screen don't use a local sound clip, as it takes longer to load. (In my experience anyways)[/QUOTE] Would you like to share your delicious work?
[QUOTE=nexusowner;39196062]Would you like to share your delicious work?[/QUOTE] Share what exactly? The sound script, or the entire HTML?
I was more thinking of the entire page in a pastebin or something. - But I'm alright, I'd just read your codes with "Inspect elements" on Google Chrome.
[QUOTE=nexusowner;39196088]I was more thinking of the entire page in a pastebin or something. - But I'm alright, I'd just read your codes with "Show elements" on Google Chrome.[/QUOTE] [I]Don't do that[/I] D:
If I would use them I could eventually say "source from BlueFellow"
[QUOTE=nexusowner;39196125]If I would use them I could eventually say "source from BlueFellow"[/QUOTE] Meh, do what you like with it, as i said this is simple HTML, CSS. Also i don't use this name anymore.. Its just.. there..
[QUOTE=BlueFellow;39196015]It is possible. Heres mine. [url]www.playersdomain.org/load/fallout.html[/url] Its meant for users with a screen resolution of 1280x 1024 You just need basic HTML/CSS knowledge to make a loading screen :L P.S For a loading screen don't use a local sound clip, as it takes longer to load. (In my experience anyways)[/QUOTE] wow awesome :) but i don't know how to add music in the background or make a website only of a picture and music. you need to make a tutorial on that :)
[QUOTE=nexusowner;39196088]I was more thinking of the entire page in a pastebin or something. - But I'm alright, I'd just read your codes with "Inspect elements" on Google Chrome.[/QUOTE] That's kind of sleazy. [QUOTE=TenBoster;39196555]wow awesome :) but i don't know how to add music in the background or make a website only of a picture and music. you need to make a tutorial on that :)[/QUOTE] It's not hard, he's just running a youtube video in the background.
[QUOTE=TheDivinity;39196691]That's kind of sleazy.[/QUOTE] ... why is that sleazy? i understand taking others people work is lazy, it's definitely not sleazy if i even say that if i wanted to use it, i would post his right on it. and if he didn't want people to take it he could eventually tell them not to. or put in a script which doesn't allow them to right click on the page.
But does someone knows on how to host a image free? Or could someone host it for me? For free/other rewards than money.
[QUOTE=TheDivinity;39196691]That's kind of sleazy. It's not hard, he's just running a youtube video in the background.[/QUOTE] so i just paste sv_loadingurl youtubevideo
[QUOTE=Zackyo;39196886]But does someone knows on how to host a image free? Or could someone host it for me? For free/other rewards than money.[/QUOTE] Image Hosters (FREE) [url]www.imgur.com[/url] [url]http://imageshack.us/[/url] [url]http://postimage.org/[/url] [url]http://www.freeimagehosting.net/[/url] [url]http://beta.photobucket.com/[/url] Free HTML Hosting [url]http://pastehtml.com/[/url] Free Web Hosting [url]http://www.000webhost.com/[/url]
[QUOTE=BlueFellow;39197546]Image Hosters (FREE) [url]www.imgur.com[/url] [url]http://imageshack.us/[/url] [url]http://postimage.org/[/url] [url]http://www.freeimagehosting.net/[/url] [url]http://beta.photobucket.com/[/url] Free HTML Hosting [url]http://pastehtml.com/[/url] Free Web Hosting [url]http://www.000webhost.com/[/url][/QUOTE] THANKS :DD but how do i add any music? love you i have fastDL on my server ^^
I think I have a nice one, used for a few servers. I'll share my code if you want. [url]http://external.sidewaykill.com/versound/vdloading.php?steamid=76561198017389807&mapname=ttt_67thway_v3[/url] I use a random array PHP script to randomise the music. I've found that the only music (that I've tested) that actually plays are WAV converted by FormatFactory. I also use a SimpleXML script to convert the SteamID64 to Steam Name. I did a quick little page here on PHP stuff in relation to the SV_Loading page. [url]http://wiki.sidewaykill.com/index.php?title=SV_Loading[/url] You use something like this to embed music: <embed src="url" autoplay="true" loop="true" hidden="true" />. You can also look into HTML 5 music as I'm sure some of those Embed variables are deprecated. I used our forums theme and adapted it to the way I like.
made it :) [url]http://pastehtml.com/view/cowrp1i9w.html[/url] [editline]13th January 2013[/editline] [QUOTE=BlueFellow;39197546]Image Hosters (FREE) [url]www.imgur.com[/url] [url]http://imageshack.us/[/url] [url]http://postimage.org/[/url] [url]http://www.freeimagehosting.net/[/url] [url]http://beta.photobucket.com/[/url] Free HTML Hosting [url]http://pastehtml.com/[/url] Free Web Hosting [url]http://www.000webhost.com/[/url][/QUOTE] one question, which resolution am im going to use? eks: 800 x 600?
Use 1920x1080, the image will scale down to lower resolutions (Correct me if I'm wrong). IMO, that looks like shit though. What gamemode is it for?
Just use youtube videos to play music, instead of using local songs. In my experience its much faster that way. Also theirs no point in making a Play and Stop switch because players cant interact with the loading screen.
[QUOTE=BlueFellow;39200906]Just use youtube videos to play music, instead of using local songs. In my experience its much faster that way. Also theirs no point in making a Play and Stop switch because players cant interact with the loading screen.[/QUOTE] What's the music on your loading screen? o:
[QUOTE=mib999;39202056]What's the music on your loading screen? o:[/QUOTE] he's loading screen music is called: Portal 2 Soundtrack - The National Exile Vilify i cheaked the HTML script on F12.
is their another way to post HTML website without the ads?
[QUOTE=TenBoster;39215099]is their another way to post HTML website without the ads?[/QUOTE] Buy hosting, or you could use dropbox / puush for html. Both will likely cut you off if you start getting obscene amount of traffic though.
[QUOTE=TenBoster;39215099]is their another way to post HTML website without the ads?[/QUOTE] You don't get ads when you host, you get ads on your site if you want. Or either on the provider give you ads on their hosting if that's possible.
This is my TTT loading screen: [url=www.tehurn.com/gayweed]Click here![/url]
Sorry, you need to Log In to post a reply to this thread.