Players can't hear custom sound, only server host can?
25 replies, posted
I have a Gmod server, and I have custom sounds that users download through fastDL when they log into the server for the first time. The players say that the sounds download for them when they join the server, but for some reason, when the end round music plays or when someone used the playsound feature, only I can hear the sounds, and nobody else can, and I can't figure out why.
If you are willing to help, please do, and make it a step-by-step tutorial if you wish, because I believe that will help me a lot. Thank you.
That looks all good except for
[code]resource.AddFile( "sound/badger)donttase.wav" )[/code]
Post your server.cfg.
[QUOTE=code_gs;43131593]That looks all good except for
[code]resource.AddFile( "sound/badger)donttase.wav" )[/code]
Post your server.cfg.[/QUOTE]
[CODE]// server name
\hostname "BearsVilleTTT"
// rcon password
rcon_password "TEST"
ttt_postround_dm 1
ttt_detective_pct 0.20
ttt_minplayers
sv_downloadurl "https://www.dropbox.com/Public/BearsVilleTTTfiles/FastDL"
sv_loadingurl "http://i.imgur.com/kDX9INY.gif"
sv_allowdownload 0
sv_allowupload 0
sv_alltalk 1
sv_cheats 1
sv_gravity 150
//Other gameplay settings
ttt_minimum_players 2[/CODE]
Your sv_downloadurl is invalid. Also, you really shouldn't be using dropbox since it has bandwidth caps.
[QUOTE=code_gs;43131710]Your sv_downloadurl is invalid. Also, you really shouldn't be using dropbox since it has bandwidth caps.[/QUOTE]
can you help me out and like, make it valid?
Get a webhost. Here's a free one: [url]http://www.000webhost.com/[/url]
[QUOTE=code_gs;43131787]Get a webhost. Here's a free one: [url]http://www.000webhost.com/[/url][/QUOTE]
but how is my sv_downloadurl invalid?
It doesn't work. I click on the link and it's a 404 page.
[QUOTE=code_gs;43131879]It doesn't work. I click on the link and it's a 404 page.[/QUOTE]
[url]https://www.dropbox.com/sh/pnldkd58n530l6o/HHiu48CQ1y[/url]
FastDL must have the same file structure as a GMod server. You can't just throw everything into a single folder and expect it to magically work. And again, using dropbox for such purpose is a dumb idea.
[QUOTE=Robotboy655;43132295]FastDL must have the same file structure as a GMod server. You can't just throw everything into a single folder and expect it to magically work. And again, using dropbox for such purpose is a dumb idea.[/QUOTE]
what do you suggest then?
[QUOTE=TredBear;43139317]what do you suggest then?[/QUOTE]
Put the files in the correct directories?
[QUOTE=code_gs;43139816]Put the files in the correct directories?[/QUOTE]
:T
I am the newest of newfags to the gmod server community. I think I will suggest to myself the Workshop as for FastDL, I believe that may be the easiest solution. Your view on this?
It's a personal preferance. Just match the paths to what your put in your resource.AddFile file. All you have to do is put them in folders.
[QUOTE=code_gs;43140150]It's a personal preferance. Just match the paths to what your put in your resource.AddFile file. All you have to do is put them in folders.[/QUOTE]
so it is possible to use dropbox if I can get the correct paths?
It's usable, but it has bandwidth limits, so if you go past them, your account can be suspended.
[QUOTE=code_gs;43140302]It's usable, but it has bandwidth limits, so if you go past them, your account can be suspended.[/QUOTE]
aight, so will this work then?
[url]https://www.dropbox.com/sh/ynyzudqovykvick/skaXM_jnFu[/url]
Yes
[QUOTE=code_gs;43140385]Yes[/QUOTE]
well, I think I will test it now
[editline]10th December 2013[/editline]
[QUOTE=code_gs;43140385]Yes[/QUOTE]
No dice, didn't work
looked up on more of fastDL with dropbox
I think it has to be "public/garrysmod/sound"
rather than "garrysmod/sound"'
It doesn't. Did you change your server.cfg to reflect the correct path?
[QUOTE=code_gs;43142689]It doesn't. Did you change your server.cfg to reflect the correct path?[/QUOTE]
I just realised that dropbox changes the link when you open a different folder, which is why it won't work
Try using a different host then.
[QUOTE=TredBear;43143178]I just realised that dropbox changes the link when you open a different folder, which is why it won't work[/QUOTE]
It should work properly if you use the public folder.
Sorry, you need to Log In to post a reply to this thread.