Skip to main content

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

This was a huge help — thank you. That extra detail actually pinpointed the whole thing.

Turns out shows, events, loans, and part-selling all run through one shared "is anything blocking right now?" check behind the scenes. The show bug left a flag stuck on, and that single flag was freezing all four systems at the same time — which is exactly why they all went down together. The fix that got shows working again cleared the rest too, which lines up perfectly with your save catching up on five seasons of events the moment you loaded in. 😄

On top of that, I've now added a safeguard so the game automatically clears any leftover stuck states every time it loads — so this kind of freeze can't sneak back in, even in weird edge cases.

And ha — I did tell you that you were loaded. First at Regionals with Buck dead last is a great way to come back from a bug. 🏆

Seriously, thank you for the reports. Fast fixes are only possible because you took the time to describe what you were seeing so clearly. Owe you one.

Well, I'm glad I could help but, I think I found either another bug or an issue with my save file where I can't advance to next week, the button is grayed out and refreshing the browser tab doesn't fix it (just like last time just my luck lol). If you'd like I can send you my .json save file to see if it's actually a bug or I got unlucky and the save file broke.

(1 edit)

P.s I started a new save after backing up my previous save and the advance to next week button works again seems like my save bit the dust. R.I.P My save file started yesterday and bit dust today. https://drive.google.com/file/d/1VRYOfVDPglDyIRFtAh0pGjI9KoBy20R0/view?usp=shari... here is the link to my save file encase a bug did cause the save to brake.

Ok, so the advance to next week became grayed out in my new save instantly after I took the family out for the weekend, so I'm thinking it's actually a bug now and not the save file.

You found a real one — and this one was my fault, not your save's. When you finish a show and hit "Back to Garage," the game was switching screens but forgetting to clear the show result behind the scenes. A safeguard I'd just added (graying out Advance Week on the results screen so people don't skip a week by accident) was then reading that leftover result and locking the button forever — and a refresh couldn't clear it. The Family Saturday timing threw us both off; the real trigger was a show you'd done earlier.

Good news: it's fixed, and the fix also cleans up already-broken saves automatically — so your backed-up file should load and work again once the new build is up. You don't need to start over. Thanks (genuinely) for the repro steps and the save file offer — "grayed out instantly after X" is exactly the kind of detail that makes these fast to squash. You've got a real knack for bug reports. 🍺

(4 edits)

I just like making detailed info, being helpful and I also have weaponized autism (I do actually have autism) for serving up a cup of Liber-Tea for any and all bugs lol.