Skip to main content

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

IglisFur

6
Posts
A member registered Jul 24, 2025

Recent community posts

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.

(4 edits)

A couple more bugs (5.7)

1.Immobilizing a donut shop co-worker while at work sometimes breaks the game (soft-lock at "what the?" or simply being unable to return to work). Immobilizing them outside of work sometimes breaks it too. Edit: does not break if they live with you

2. Almost everything dizzy shop related is broken. A feeder's franchise won't fatten the town,a feeder's franchise will not staff the high street location with employees, leaving the store closed if your MC is addicted to dizzy's. Only one single dizzy's can be open at any time in any town.

3. Some of the settings got reset when changing between versions. Health issues were set from on to off, and feeder notifications went away until they were re-toggled.

4.MC continues to wear the CPAP after losing weight. The CPAP has no option to unequip. CPAP continues to be worn if health options get set to off.

5.There does not seem to be any way to increase the odds of a girl accepting an onlyfats video idea (ie. prudish always 25%, reluctant feedee always 65%)

(4 edits)

A couple of bugs and remarks (5.5)

Bug: If you have at least one live-in partner while you are immobile, you cannot invite any girls over (because your partner is present). This should not be the case with the new polyamory update.

Bug: Cannot make love to a council carer while you are immobile.

Bug:Many of the random chance skill-checks can be re-rolled (signing up to onlyfats, onlyfats vidoes, dizzy hirings, tube feedings) without a time penalty.

And a couple of nitpicks. 1. I see that you made cooking easier, but dizzy batter feedings (very high rate of clicking + qte popups) on non-carehome girls have always been considerably harder than the "hard" cooking minigame. 2. It is still very tedious to fatten up an in-home council carer (+3lb per meal with feeding boost) 3. Skill xp levelups take forever. A few girls on onlyfats have earnings that will outclass any career, making the new job and skill system obsolete.


Edit: Girls sometimes don't get moved around correctly if you let them outgrow home beds (goes to both contacts and dizzy facility). The doctor option also doesn't appear on dates with girls you have a strong relationship with. The carehome matron isn't replaced properly, the new girl doesn't appear in your contacts or employee list. If you do yoga in the evening, the time changes to "undefined"

The game has encountered a critical error. Please copy this error message and report it to me on itch.io:

--- CRASH REPORT ---

Message: TypeError: can't access property "stage", girl.weddingPlanning is undefined

Line: 47649

Column: 17

URL: https://html-classic.itch.zone/html/17830763/index.html?v=1780771785

Stack Trace:

showHomePersonalMenu@https://html-classic.itch.zone/html/17830763/index.html?v=1780771785:47649:17

onclick@https://html-classic.itch.zone/html/17830763/index.html?v=1780771785:1:21

Game Day: 120

Time: Morning

Location: Your Place

--------------------

3 partners in one apartment. No wedding planning with the fiancee started yet.

I think the dizzy upgrades get lost when you change towns. A new dizzy's object gets generated when you move and the bunker will not let you buy another copy to apply to the new town.

(1 edit)

I noticed a few bugs present in this update (4.19):

  1. When a carehome nurse becomes immobile, she is always replaced with a glutton (generates 4 new carers then takes the glutton at index 0). This is an easy one-line fix. Currently the other three personalities are only available a single time.
  2. If you lose weight or let a girlfriend move in, your old state-provided carer completely disappears from the game. Can you make her move into the town instead? Or remember her the next time you need a carer?
  3. The "cogsModifier" and "obesityRateMultiplier" you can buy in the bunker do absolutely nothing. The variables go unused at the dizzy shop.

Edit: 4. When you move to a new town and staff Dizzy's, a feeder can reach lvl 15 and steal the shop from you. They employ an additional 3 employees, which allows you to make a lot of money once you get ownership back.