CurtimusPrime92
Active Member
- Jul 17, 2020
- 500
- 373
search every .rpy for "play music" without the quotesHow did you do that? Please share.
if filename seems like it is a sound effect change it to "play sound"
if the sound effect doesn't have "loop" at the end add it so it looks similar to "play sound "xxxxx.ogg" loop"
then search the next few lines for "stop music" and change it to "stop sound" be sure to catch all of them inside
- "menu:"
- "if"
- "elif"
- "else"
edit
and careful not to add "loop" to doorbell sounds, just noticed if you followed my instructions to the letter you be stuck with constant doorbell sounds till the next "stop sound" is called lol
and lines with " noloop" you can just get rid of " noloop" i believe "play sound" assumes noloop by default but "play music" assumes loop by default
Last edited: