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

SFX Issue #17

Open
Vixenko opened this issue Feb 21, 2022 · 1 comment
Open

SFX Issue #17

Vixenko opened this issue Feb 21, 2022 · 1 comment

Comments

@Vixenko
Copy link

Vixenko commented Feb 21, 2022

I ported over the Flamedriver to Sonic 3 Alone. It works very well, but there is a issue where if you break a monitor that gives you rings for example, it will kill the music until boss or invincibility. Then the music will resume until you hit another ring, bubble, fire, lightning shield monitor. Repeat process.

@Clownacy
Copy link
Contributor

Clownacy commented May 6, 2022

The ring monitor plays its sound with 'Play_Music'. This driver separates its music queue from its sound queue, so playing sounds with 'Play_Music' instead of 'Play_SFX' will result in bugs, and vice versa. You'll have to go through the game's code and make sure that sounds use 'Play_SFX', and music uses 'Play_Music'. Flamewing had to do this when he added this driver to S&K, in this commit.

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

No branches or pull requests

2 participants