Skip to main content

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

A super amazing game - thanks again for working on it like crazy! I'm curious, and wondering if I missed it, is there a way to open Dizzy's in other towns you move to?

(+1)

 i read that opening DDD in other towns is bugged currently.

Yes the upgrade is huge - it seems to be bigger then the base game was - the bugfixing on this one will be labourious.

(+1)

A temporary fix is to go into the .html and change line 30963

from

let dropdownTowns = Object.keys(allTownsData).filter(t => allTownsData[t].dizzyDoughnuts && allTownsData[t].dizzyDoughnuts.owner !== null);

to 

let dropdownTowns = Object.keys(allTownsData);

This forces the franchise network to show all towns, instead of only towns that have a dizzy's with a current owner.

How do I do that? I'm new to like, editing stuff like that, haha. I mean, aside from copy-pasting the string, I mean - how do I get into the .html?

(+1)

Don't worry, although I'm currently away from my PC, I was able to release IglisFur's fix using my phone, so this should be working correctly for you now!

And thank you very much for leaving such a nice review for my game. :)

You're welcome! And thanks for the quick fix. ^^

Thank you for solving this bug! Changing this line was doable on my phone, so I've just released this fix as version 5.8.