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

Background music #215

Open
Nixilika opened this issue Apr 4, 2024 · 1 comment
Open

Background music #215

Nixilika opened this issue Apr 4, 2024 · 1 comment

Comments

@Nixilika
Copy link

Nixilika commented Apr 4, 2024

How the hell do i put background music on a mod- 😭

@TBTS-2011
Copy link

How the hell do i put background music on a mod- 😭

Greetings @Nixilika,

Here are some ways to try to add a background music to your Mod:

Modifying the code:

  • Once you've understood the structure of a GX Mod, you can identify the section that controls the background music.

  • In this section, you'll be able to replace the existing music file with your own. Be sure the file format is compatible.

  • There's also the risk of introducing bugs to the Mod if you make mistakes in the code. It's a good practice to back up the original Mod before making any changes.

Alternatives to modifying the code:

  • You might also consider using a pre-made Mod that already has background music you like. The Opera GX mod store has mods that include various customizations.

  • Another option is to use a browser extension that lets you play background music from streaming services or your own music library. This wouldn't be part of the GX Mod itself, but it would achieve a similar effect.

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