Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Is the PROCEDURE malignant upgrade working? I am clicking reset in that screen and whether I buy ROUTINE or not it doesn't give me any tumors.

Do you not have Red Necromancy? I didn't test the upgrade duo without Red Necromancy. If that's the case, I'll take a look at that when I can

I did not have Red Necromancy, that is probably it. Thanks!

I didn't expect anyone to reach the top of the Malignant tree without Red Necromancy! I will make sure it works without it, lol. Thanks for playing 🤠

A little more info, in case it helps with debugging- I got Red Necromancy and after building Stage 1 back up, it is automatically metastasizing when it hits 1e21 malignancy and resetting, but I still do not get any tumors.

!!!!!!!!!!!!!! what in the heck. i'll fix it right now, hold ur lil buns

Refresh and try it now. This is being very tricky to fix. I'm not sure it's fixed, but I've made all the changes I think are good.

Thank you for the patch- it fixed the upgrade alert bird, but the tumor problem is still happening.

Could you pause your Tumor LORED and see if you get any Tumors from PROCEDURE?

Sorry I have to debug through your save for now. I haven't been able to replicate the problem. It works for every new save I make. I'll continue to look at it tomorrow.

I paused them to check and unless it's giving me some amount smaller than will show in the game, I am getting no tumors. If you have a console command or something that will export the save, I'd happily send you mine for research.

The export save system doesn't work with HTML5 because Godot's clipboard API is self-contained and can't get to the OS of the user. It's a problem I've been wanting to fix for awhile, but I've been holding out on it. Getting the save out of the cookies folder would be really obnoxious, and I don't know how to do it.

But it is useful to know that it's giving 0 instead of 1, it helps me know where to look in my code

Oh, I was in my car when I realized what you might have meant. I can easily set up a "print save to console" button in the menu and then you can find it with inspect element. I'll do that when I get home :D

Never mind, the save data dictionary is too big to print, and I can't figure out how to force it to let me print bigger size texts. But that did force me to try to reduce how much is saved, and I reduced it by like 10% probably :D

I think I fixed it, I'm about to upload the changes.