Skip to main content

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

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 ^^