Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+3)

Hey there! I think I finally sussed out where exactly the debtometer issues are.

The values either seem to update only based on the minimum value (25%) while always deducting whatever value you choose, or they simply do not function as intended at higher values, despite draining all the money those choices say they will.

So maybe all the values of the money removed are correct, but how it changes the debtometer variable is erroneous, maybe due to some copypasta?

I hope this helps finally quash that bug! Cheers on the newest release!

Thanks for your observations. The problem it it's related to Python vs renpy screen langugage conflict. Like whenever I update any value using build in renpy syntax it's ok. But when I update it with pyton funcion it fails to update. Even if I reset the screen etc. Still investigating it xD

Booo!

Fair enough, thought I had hit on something, but unfortunately it wasn't quite correct. Hope you can get that figured out! I'm sure it's blocking off a lot of time figuring this thing out that you could be using to develop things you actually want to develop, and that kind of a roadblock really sucks. =(

(+1)

No worries. It's just annoying but doable. Thank you for checking it up <3