Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Good night, I just played your game right now and I'm doing the Valerian route and I'm loving it. But in chapter 3 I found several bugs, regarding the answers and I wanted to know where I could send you the information so that you can repair them.

Thanks for finding them! If you have specific line numbers or general information as to where you were in the story when something went wrong, feel free to just mention here if that's easiest! Otherwise I have a dev blog ( heart-forge.tumblr.com ) where you can send potential screenshots or any other information you have !! Here works too though, if you didn't want to use Tumblr.

The first bug that i found is the "Next" picture that in the Valerian root go away and don't show it again.

The second,

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/valerian.rpy", line 1236, in script
    if _surrender == "true":
  File "game/valerian.rpy", line 1407, in <module>
    elif surrender == "false":
NameError: name 'surrender' is not defined.

The only error I saw is that the "_" was not put in "elif surrender", when I entered the file "valerian.vpy" and I put the "_" everything was solved. ^^

Fixed on both counts !! You're right about the variable thing: everything was recently renamed to better reflect to me what was important and what was just a transitory variable and what I would be potentially bringing back later. As for the first part...thank-you for reminding me that I absolutely meant to add the next button to Valerian and Abeni's route and then totally blanked on it 😅😅😅 now in theory, it should work (barring any screen fade weirdness). Thanks for letting me know !!

(+1)

I'm really glad I was helpful ^^