On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Probably one of if not my favorite game so far from this game jam. I loved the humor (I also love Deltarune so its probably because of that) and thought it was extremely well written. You have a genuine talent for this sort of game and I hope you continue to make more games because this was just a lot of fun. Also I wanted to ask how did you create your dialogue system because I want to try to make one myself for my next one (I use Godot if that makes a difference). And the music considering on your twitter you made it in just a day which is extremely impressive.

(+1)

Thank you! Also OMGGG HAHA so! As for the dialogue system, I actually failed to implement it in Godot after trying for 3 days. To finish this I switched to using Renpy. There were a bunch of VN tutorials for Godot 3.X that reads the dialogue from .json files but since I started my game on Godot 4 and it changed how reading .json behaves, I couldn't make it work.

The only weird thing I did with Renpy was adding the speaking sound. This isn't the best way to do it but with a limited time I simply made it play the sound as a loop whenever the text is still in the "showing" state. 2 bugs however is that it won't follow the pace of a slower text speed and if the player pauses the game while it's still showing then the sound will also be there.


(PS yes im the most musician of all time :3)