Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sound Effect enum is sent across network. Should redesign #486

Open
GoogleCodeExporter opened this issue Jul 31, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: New

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant