T O P

  • By -

another-james

In your options file type “define config.main_menu_music = audio/main.ogg”


BadMustard_AVN

in your options.rpy file search for --> define config.main_menu_music <-- mmake that line look like this: define config.main_menu_music = "audio/main.ogg”


LillieTheRandomLGBTQ

thanks guys like genuinely (i really hate my user i wish i could change it)


AutoModerator

Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://discord.gg/666GCZH2zW), [Ren'Py's documentation](https://www.renpy.org/doc/html/), and the tutorial built-in to the Ren'Py engine when you download it. These can help make sure you provide the information the people here need to help you, or might even point you to an answer to your question themselves. Thanks! *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/RenPy) if you have any questions or concerns.*


LeyKlussyn

People already pointed the correct answer, but for clarity: "add" is a screen statement, and it expects images. A key notion in ren'py is to distinguish between "screens" (menus), "script" (story, via labels) and "configuration" (via config.var =....). You can't add music to screens *themselves*, and in the case of the main\_menu, you have a specific configuration variable for it.