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

Add spheres support for "NoInteriorMusic" #7

Open
Lordmau5 opened this issue Jun 23, 2022 · 0 comments
Open

Add spheres support for "NoInteriorMusic" #7

Lordmau5 opened this issue Jun 23, 2022 · 0 comments

Comments

@Lordmau5
Copy link

By adding spheres support for the NoInteriorMusic setting it will also disable the music that plays at the van in Life's A Beach and presumably the lowrider meetup in Cesar Vialpando.

Similar to how the NOPs are done here, adding the following 2 lines will also NOP the spheres (since the game has both boxes and spheres for audio zones)

MakeNOP (0x50844A, 6, true);
MakeNOP (0x5084B0, 6, true);

Alternatively, an extra setting might be cool - The song at the van definitely is causing copyright issues on YouTube, so having an option to disable that might be a nice addition :)

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

1 participant