Has anyone worked on any functionality that allows you to play sounds/music per individual? I've seen servers that have music that everyone can hear. Wondering if you can control that on a per user basis
18:49
It's pretty vital for a mod I'm planning but wondering the best way to approach the issue without the need for a custom client.
custom sounds like map music doesnt work like this i think, maybe using teeuniverse
18:57
necropotame is gone tho
dock
Has anyone worked on any functionality that allows you to play sounds/music per individual? I've seen servers that have music that everyone can hear. Wondering if you can control that on a per user basis
Has anyone worked on any functionality that allows you to play sounds/music per individual? I've seen servers that have music that everyone can hear. Wondering if you can control that on a per user basis
else you can atleast control the volume probably(atleast if the volume envelop is also syncronizable, which i never tested)
You can send fake server ticks to trigger different envolope steps, e.g. volume 0.0 vs volume 1.0
22:21
but i dunno if thats enough for you, or if its important that the sound starts from the beginning
@Deleted User Interesting. Yeah the main requirement here would be that I would need to be able to trigger sounds to happen for one user but not others OR trigger sounds for all users in a given area
22:25
What I could do is have smaller sections be separate servers and just play the sounds for all users as they happen
Deleted User
but i dunno if thats enough for you, or if its important that the sound starts from the beginning
well to have every song from the beginning we could simply have each tone as a map sound and implement the songs into the server by turning the correct tones up and down :d
Patiga
well to have every song from the beginning we could simply have each tone as a map sound and implement the songs into the server by turning the correct tones up and down :d