SageWorks

New Member
Feb 17, 2025
10
30
What AI model/site are you using for videos?
SageWorks There's currently a bug where after you become "fit", everytime you sleep you switch back and forth from "fit" to "overweight". That's because the logic is messed up.

Currently, the code is:
You don't have permission to view the spoiler content. Log in or register now.

With the current code, if your fitness is at least 65 and you've already been turned "fit", you won't satisfy the 1st condition, but you will satisfy the 2nd condition and it'll revert you to being overweight. That's because != "overw" is satisfied by both "large" and "fit" (and "sexy", when it's added). Just specify that you only want "large" characters to undergo transformation1, and "overw" characters to undergo transformation2, etc. It's a simple fix:

You don't have permission to view the spoiler content. Log in or register now.

Or this:

You don't have permission to view the spoiler content. Log in or register now.
I love this XX. thanks
 

SageWorks

New Member
Feb 17, 2025
10
30
Promising premise - but have to say, personally, i hate the interface, 'it's bouncy', the text boxes take up too much space requiring scrolling up and down the screen to find the option that you want. Hunger..... others have said it. Never sure when to go to work. Seems a bit grindy for cash at the start but not sure what there is to spend it on other than food currently (annoyed too much to grind up for gym content).
Would like to be more positive with the feedback, but...
Hey its ok! This is my first project outside of a website or two so I never expected not to mess up the code in some way so keep it coming.

The game is very early days and may be a little shite in some areas but people like you have shown me bugs I didnt notice in the creation process.
 

moudy

Active Member
Mar 2, 2017
534
1,131
Welp I found a bug....

If you are at 0 hunger and eat some food, it resets to 100 so you gotta eat more food to decrease it.
 

yozara

Member
Feb 2, 2018
261
61
Quite a lot of bug, too much for the game to be enjoyable right now but it looks promising !
on the bugs I've noticed : when you're fit and go to sleep, MC become overweight again (and then go back to fit when going to sleep again) I've noticed there's a state over fit (sexy) in the img section but it apparently can't be reached yet.
Also, there's a lot of even that happen when not supposed to (for exemple, going intoJim's office and having the interaction with the shop owner)
the shop owner timer for another try for a discount doesn't update either
 
Last edited:

kekomaniac

New Member
Sep 29, 2018
5
2
Customizable Main Character: Over 100+ unique character looks, including different outfits, hairstyles, and body types. This system is still growing, and I expect the number to hit 1000+ as the game expands.
Outfits Matter: What you wear affects what you can do. The end goal is to tie this into events, jobs, and interactions in a meaningful way.
What I'm looking for in these kind of games. Good luck.