Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thank you for playing the first 90 minutes! Sorry I didn't get back to you sooner.

About the Umineko influence; I think that's just me being more of a reader/writer than a gamer, lol; so the linear-ness of the story is just me prioritizing writing than gameplay, at least for this build of the game so far. Although, if you have any suggestions on how to make the player more involved in the story, that would be really helpful. 

The locks for the choices in this build are routes which I haven't gotten around to writing or editing them yet, so the locks should only be there temporarily. 

As for the seamless bgm loops not working, I replied to Animamendi24 that there was an issue of the engine which broke the seamless loops. However, just recently, I've also noticed that there are some bgm which could be looped perfectly (if one removes the song ending/intro), yet the royalty free music artists didn't bother to make them into loops. I'm in the process of manually editing those bgm into loops, so that I don't have to call the seamless fade function in the code and instead just play the bgm directly. 

Again, I really appreciate you playing, even for a bit! I'm glad you've picked up on that Umineko vibe! And it's awesome you are also taking notes on the mystery as well!

(+1)

Uminekos aren't exactly known for their player interactions, they are more like crime novels but where the player is intended to try to solve the mysteries by themself. So I don't know what kind of gameplay would be appropriate for such game without feeling out of place.

Renpy support looped BGM with intro, it is as easy as:
play music "intro.ogg" noloop
queue music "loop.ogg"

By the way, a lot of royalty-free musician don't provide distinct intro and loop files, they instead use tags like LOOPSTART and LOOPLENGTH so the bgm will loop in engines that support those like RPG maker. Using Audacity (and a sampling of 44100), you can find back what the original intended loop was and easily create intro and loop files for renpy.