chrisdraconis

Member
Jul 18, 2017
416
238
227
You can only save in the apartment, Livingroom I think.
yeah but to access the button you have to use your browers zoom out in increasing amounts because the clothing images push it down out of view and that sidebar isnt scrollable ever with the hotfix ver
 
  • Like
Reactions: ThornyAce

BulgeInPants

Newbie
Mar 9, 2025
58
257
62
Can you share more info on the money glitch on 0.5.2? Any particular action that triggers it? I couldn't catch it on my last round of fixes
I have a money bug that happens the same way, after sleeping. 504$ turn into this:
Money: $ 50400[object Object]00

The game thinks there is no money and does not allow you to buy anything.
 

Lichdoom

Newbie
Jun 26, 2025
16
5
3
Can you share more info on the money glitch on 0.5.2? Any particular action that triggers it? I couldn't catch it on my last round of fixes
there is a bug in devwork
JavaScript:
            gainMoney(baseProgress[currentProject]);
            devData.passiveIncome += baseReward[currentProject];
should be
JavaScript:
            gainMoney(baseReward[currentProject].cash);
            devData.passiveIncome += baseReward[currentProject].passive;
 

95dev

New Member
Game Developer
Aug 29, 2025
5
64
13
there is a bug in devwork
JavaScript:
            gainMoney(baseProgress[currentProject]);
            devData.passiveIncome += baseReward[currentProject];
should be
JavaScript:
            gainMoney(baseReward[currentProject].cash);
            devData.passiveIncome += baseReward[currentProject].passive;
Yeah, this should be fixed in 0.5.2. I'm just not too sure on how to fix this with a broken save :/ might need a fresh start

1760465148562.png
 
  • Heart
Reactions: jessy89

Terakahn

Active Member
Oct 5, 2017
954
479
226
Cool concept but it's so buggy dude .

Money: $ 17100[object Object]0032800[object Object]0000[object Object]00328
Money: $ NaN00[object Object]0000[object Object]0000[object Object]0000[object Object]00

Every time I sleep it gets worse.

The game also has a very restrictive energy and time system. Lot of wasted time just because you can only do things at certain times
 
Last edited:
  • Like
Reactions: Batut and sik43

sock_puppet

Newbie
Jun 30, 2025
20
29
32
Cool concept but it's so buggy dude .

Money: $ 17100[object Object]0032800[object Object]0000[object Object]00328
Money: $ NaN00[object Object]0000[object Object]0000[object Object]0000[object Object]00

Every time I sleep it gets worse.

The game also has a very restrictive energy and time system. Lot of wasted time just because you can only do things at certain times
There's an unofficial fix for this somewere in this thread, not great that we have to fix the game ourselves but it may help.
 

ThornyAce

Member
Apr 16, 2020
154
48
88
Yeah very glitchy, have had to restart 3 times due to the looks and pay glitches and this is with the patch.
 

sik43

Newbie
Aug 24, 2025
16
26
13
I was wondering what was causing this but it really is a shame we have to fix it ourselves instead of the OP fixing it. It seems to be a big issue honestly
Not really, a lot of games posted here are made single person developers working a full-time job as well as learning to code. This is one of the better games, and that's the point of having the f95 community. Help the new guys out. I hope this doesn't get abandoned like a lot of other good titles.
 

FF14Lalafell

New Member
Jul 20, 2025
10
7
3
Not really, a lot of games posted here are made single person developers working a full-time job as well as learning to code. This is one of the better games, and that's the point of having the f95 community. Help the new guys out. I hope this doesn't get abandoned like a lot of other good titles.
Yeah but with that error and I got confused how which is even meant to be the patch and to get it working without the money isssue
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
9,018
4,121
436
JustAWoman-0.5.3
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

resoltloc

Newbie
Aug 28, 2019
22
8
190
Found another issue. On the new update 0.5.3, ProsituteData didn't exist in the save and kept erroring out with undefined 'Experienced' whenever I would try to work as a prostitute. I created a new save, went to save editor to see what was different with the 2 saves. Added the entire string of ProstituteData and it fixed the issue.

This is what I added, and I placed it underneath streamerData (which you can ctrl + f, to find). Just incase someone else wanted to use their save until a fix is issued.

Code:
          "prostituteData": {
            "timesWorked": 0,
            "experienced": false,
            "rank": 1,
            "work": {
              "handjob": {
                "times": 0,
                "multiplier": 1.1,
                "counters": [
                  "handjob"
                ],
                "cap": 40
              },
              "blowjob": {
                "times": 0,
                "multiplier": 1.3,
                "counters": [
                  "blowjob"
                ],
                "cap": 45
              },
              "sex": {
                "times": 0,
                "multiplier": 1.5,
                "counters": [
                  "straight",
                  "sex"
                ],
                "cap": 50
              },
              "lesbian": {
                "times": 0,
                "multiplier": 1.5,
                "counters": [
                  "sex",
                  "lesbian"
                ],
                "cap": 50
              },
              "group": {
                "times": 0,
                "multiplier": 2,
                "counters": [
                  "sex",
                  "anal",
                  "group"
                ],
                "cap": 60
              }
            }
          },
 

Flippi

Newbie
Apr 26, 2018
16
15
36
Bug in v0.53 - when you do the "Add Make-Up" action and choose Medium Make-Up, looks becomes [NaN] / 100. After sleeping for the night it reverts (presumably because the Make-Up wears off) All other make up actions do not suffer from this.

No makeup is consumed from the inventory when doing the "Add Make-Up" action

Graduating from the University doesn't stop the weekly tution payments

Edits: added more information about which actions are affected. Also added the note about the makeup not being consumed. Also added a note about tution payments
 
Last edited:
3.30 star(s) 3 Votes