Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

I think I found a small bug in the game. After fueling the fire, but before talking to it, you can still walk around freely. if you go through a door at that time, the music and the other final sequence stuff will be reset. After that you can still talk to the fire and get the a ending, but durin the whole ending sequence the background and music will be the same as before and the red filter thing won't be there, but the flames will still be falling.

Also, great game! I got endings A,B and C so far, but I'm trying to find the other ones.

Edit: I also noticed that if you fall through the platforms in the infinite thing, the entered sequence doesn't reset, so for example you can enter the "code" using just the lowest platforms, and then jump up to the top. It could be confusing if someone made a mistake in the code and then fell down to enter it again.

Edit 2: I got the D and E endings too, with both being... interesting, but in very different ways.

Thanks for playing :) The music bug in the end sequence is known, but since it wasn't game breaking, I didn't bother to fix it (yet). The other bug sounds interesting, never heard or saw that happening. If I find the time to work on the content update again, I will look at this as well!

(2 edits)

If you want to replicate the bug, jump through the middle platform, then fall through it, then jump through the right platform and fall through it etc. until you enter the whole code. Then just jump up through some random platforms and you'll get to the top. This bug actually really confused me when I tried to guess the code using the "wrong platform" sound. I once entered a part of what I thought was the code, then thought I made a mistake and fell to the bottom, and then I didn't understand why the code "changed" and why it went back to normal (I went through the wrong platform).

Also, I think I came up with an idea on how to fix this. I'm guessing you have an if statement checking if you're going through a platform and your vertical speed is positive. You could turn that into an if-else statement, with the "else" part removing the last entry in the array of the platforms you've chosen, decreasing the number of platforms entered correctly(just make sure that doesn't go below zero) by one or "undoing" going through a platform in some other way (I don't know what you're using for entering the code).