Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Hello! When you play from a save, (which I'm assuming you're doing since you switched devices) the music doesn't automatically start. As far as I can tell this is a Sugarcube thing and no real way to fix it. The music will kick in when you hit a scene or passage where the music changes, for example between chapters 1 and 2. If you start a new game on the browser, you'd hear the music fine from the beginning.

I hope that made sense!

(+1)

Having used JavaScript wayyyy too much already, I can confirm that this is a browser issue - for security reasons, chrome prevents audio from playing without some sort of interaction from the user to directly start it. Another possibility (more likely) is that the audio isn't re-initiated every page, and so when you load a save after a page that initiates audio then the audio will not continue to play.

(+2)

Ah, I understand. Thanks to you both! :)