Ulysses Stuff > Releases
TTT Advanced End Round Music
Cobalt:
--- Quote from: Ven01273 on January 12, 2014, 11:20:07 AM ---My server already has 30+ sounds, so I would prefer it to be able to play that way.
You don't have to do it, I only want it so I don't have to tell people what song it is.
--- End quote ---
I don't understand the reasoning behind this. It's really really simple to move your sounds to a webserver and link them in this addon. The whole point is that by not having downloads new players join the server so much faster. Also that you can quickly add new music.
It would require much more work for me to do this than for you to set it up with the way the addon is right now.
Cobalt:
Update: Added a radio feature and slightly redesigned the queue tab.
Storm:
The music is so loud players are complaining. I tried adjusting the clipped mp3 on my website but the addon/server seems to adjust it back up. I tried to adjust your code as follows but I must be doing something wrong. Can you let me know how I can fix this? Thanks.
sound.PlayURL( url, "", function( station )
if station and IsValid( station ) then
station:Play()
station:SetVolume( 100 )
LocalPlayer().channel = station
end
end )
Decicus:
--- Quote from: Storm on January 22, 2014, 11:09:47 AM ---The music is so loud players are complaining. I tried adjusting the clipped mp3 on my website but the addon/server seems to adjust it back up. I tried to adjust your code as follows but I must be doing something wrong. Can you let me know how I can fix this? Thanks.
sound.PlayURL( url, "", function( station )
if station and IsValid( station ) then
station:Play()
station:SetVolume( 100 )
LocalPlayer().channel = station
end
end )
--- End quote ---
Does any error at all print? Because if I've read the wiki correctly, that should work.
Also, for future reference, you should probably use the "code" BB tags if you're posting code like that.
Storm:
No I get no errors whatsoever! I just cant figure it out.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version