Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I guess all the requests are done?

Thanks for letting me know about this, it’s definitely a bug! I suspect in this case that all requests have days left in their cooldown period. This happens in part due to a too-small pool of written requests (ran out of time to write more before the jam ended), but there should be fallback logic to advance days when this happens. More requests will come in eventually (the game can advance days either by attempting to resolve requests or by real world time passing), but this is an unfortunate state for the game to reach.

I ran into the same issue on the 3rd month.

(1 edit)

Yep, I think we're being too attentive landlords because I encountered the same soft-lock.

This happens in part due to a too-small pool of written requests (ran out of time to write more before the jam ended)

While it probably won't produce requests as good as "talking trees" (lol), this seems like the perfect use-case for an LLM. Generating requests on the fly during gameplay or even just for your request lists in `requests.json`. With a proper prompt and some examples you could generate limitless requests with little effort (although guaranteed lower quality than your hand-crafted ones).