bigdaddymaks

Newbie
Jan 17, 2023
56
133
Who knows how to solve the problem if the game just won't let you go any further? Let's say I took a shower, writes - That was refreshing! and all, I press all the buttons, reloaded the browser page, does not help anything. Before this with any HTML game has not had problems on Firefox
 

Eliaslindao21

Newbie
May 23, 2020
22
8
I have version 0.20, if I just download the update to 0.20.5 won't it give me an error? There were five updates in less than a week, and Aphrodite didn't leave the links from 0.20.1 to 0.20.4

Sorry for the bad English, I'm using Google translate
 

mazerati

Newbie
Feb 7, 2018
50
29
I have version 0.20, if I just download the update to 0.20.5 won't it give me an error? There were five updates in less than a week, and Aphrodite didn't leave the links from 0.20.1 to 0.20.4

Sorry for the bad English, I'm using Google translate
Nope, that's how updates work. They are patches with bug fixes and etc. Just download the 0.20.5 and update your 0.20 folder with the new rar.
 
Mar 14, 2018
248
253
I have version 0.20, if I just download the update to 0.20.5 won't it give me an error? There were five updates in less than a week, and Aphrodite didn't leave the links from 0.20.1 to 0.20.4

Sorry for the bad English, I'm using Google translate


will have all updates .1 to .5
 

loljkxd

Newbie
Feb 20, 2018
51
14
Does anyone know how to cheat without getting the achivements disabled? I tried to edit the savefile and import but I don't have the brains for that and it seems to be encoded with UTF-16LE
 

cnwjr

Member
Nov 20, 2021
296
178
There are a number of mods to assist with this.

If you know the variable you want to change, you can use the console and the (put) macro which will not trigger the cheats.

The cheats only affect achievements, so if they don't matter, use the cheats menu in the game.
 
Oct 1, 2023
175
177
With the console, you can execute multiple commands at once... such as using (set:$cheated to "no") as the last one, which does exactly what you think it does.

As for the save editing, here's how I did it:
Python:
def load_save(save_data: str):
    decoded_data = json.loads(base64.b64decode(json.loads(save_data)).decode("utf-16le"))
    return decoded_data


def encode(data):
    return json.dumps(
        base64.b64encode(json.dumps(data, ensure_ascii=False, separators=(",", ":")).encode("utf-16le")).decode("ascii")
    )
This lets you decode/reencode the "data" part of the save.
 
Last edited:
  • Like
Reactions: l1lym and Jimthesim

loljkxd

Newbie
Feb 20, 2018
51
14
There are a number of mods to assist with this.

If you know the variable you want to change, you can use the console and the (put) macro which will not trigger the cheats.

The cheats only affect achievements, so if they don't matter, use the cheats menu in the game.
Can I get a link for the said mod or what the "console" you're talking about is? I'm not very tech savvy and don't have access to these variables and such. I wanna do money/str/charm/int cheat. That's it
 

cnwjr

Member
Nov 20, 2021
296
178
Can I get a link for the said mod or what the "console" you're talking about is? I'm not very tech savvy and don't have access to these variables and such. I wanna do money/str/charm/int cheat. That's it

This mod turns off the cheat tracking in the game. You can then use the existing cheat menu.

The 'console' is part of the game. Use the '2' key to bring up a command window. To change your money use:
(set:$character's money to it + 1000) which will add 1000 to your money.
Using this command without having the cheat mode turned off with the above mod will turn the $cheated flag on.
 
  • Like
Reactions: loljkxd

Meberik

Newbie
Apr 3, 2020
16
20
Guys, we need help! Maybe I misunderstood, but after pregnancy, is there a chance to stay a girl forever? How many attempts did it take for gg to become a permanent girl after taking the X-Change Extra Strength™ pill? Or is that not how it works? maybe there is a mod for a pill that makes gg a permanent girl?
 
Oct 1, 2023
175
177
Maybe I misunderstood, but after pregnancy, is there a chance to stay a girl forever?
Did you enable "Pregnancy Permanence" in settings?
How many attempts did it take for gg to become a permanent girl after taking the X-Change Extra Strength™ pill? Or is that not how it works?
As far as I know, that pill isn't special in that way - getting pregnant while transformed always makes it permanent (with the setting enabled), it's just that you can't pregnant on the Basic pills but you can on this long-duration one.
 
  • Like
Reactions: l1lym

Meberik

Newbie
Apr 3, 2020
16
20
Did you enable "Pregnancy Permanence" in settings?

As far as I know, that pill isn't special in that way - getting pregnant while transformed always makes it permanent (with the setting enabled), it's just that you can't pregnant on the Basic pills but you can on this long-duration one.
Everything is clear, thank you!
I thought that after pregnancy there was a chance to turn gg into a girl forever, as a message pops up that gg has returned to his body and I saw a mod somewhere that allows you to start the game with a permanent girl
 

PrinceGriss

Newbie
May 26, 2018
83
80
Going for the 5 side-effects achievement, but instead of the Dumb Bitch demo giving the Brainless Bimbo trait on hitting 1 Intellect it bugs out and gives a Secretary Demo for a "null" client on the next day...
You don't have permission to view the spoiler content. Log in or register now.
 

Whaft

Member
Sep 16, 2022
320
232
Going for the 5 side-effects achievement, but instead of the Dumb Bitch demo giving the Brainless Bimbo trait on hitting 1 Intellect it bugs out and gives a Secretary Demo for a "null" client on the next day...
You don't have permission to view the spoiler content. Log in or register now.
You can get brainless bimbo from bimbo pill (i think you cant right now get it from demo)
 

WhiteTool

Newbie
Aug 31, 2021
27
5
Having a bug where if you click the button to contribute rent, it breaks, gives 2 syntax errors, and randomly gives a ton of money based on how much you have, seeming it cap out at 300 instantly - there's no choice. Anyone else experiencing this? Tried this on both Mozilla Firefox and Google Chrome.
 
4.40 star(s) 117 Votes