You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
sam686 and I just hit an issue where I added some effects to the SFXProfiles
enum for 019d and it caused sound effect errors when connecting to an 019c
server. This was because we are sending the enum ID across the network from
the server.
Is this the proper way to do this?
It seems like the enum should be used client-side only so we don't run into
these type of problems.
Should we redesign this?
Original issue reported on code.google.com by buckyballreaction on 20 Dec 2014 at 5:24
The text was updated successfully, but these errors were encountered:
I found code where the server can broadcast a message with any sound effect it
wants. Is this something that may be useful? Perhaps we could adapt to allow
levelgens to trigger sounds.
Original comment by buckyballreaction on 10 Jul 2015 at 2:54
Original issue reported on code.google.com by
buckyballreaction
on 20 Dec 2014 at 5:24The text was updated successfully, but these errors were encountered: