Herazer

Newbie
Apr 29, 2020
25
11
72
god, I hate regex :mad:
but it looks like I can use the parser for my own devious means :devilish:

Herazer, would you be ok if I publish my py-script when I'm done, using your parser?
New version on discord uses better parsing (no Regex) and creates object based on a lot of lines and offers a plethora of methods you can use on them. It has no default behavior and is made for those that have a bit more programming knowledge and want to play around with their sames too.
 

Psychocookie

Newbie
Oct 1, 2017
30
5
196


That should last a week. I think to get the ones that don't expire you have to pay. I also thought that you could request an invite by accessing the discord site.
Normally you can just create a link in your discord settings and set it to never expire like this:
  • Open your Discord server.
  • Click the server name (top-left corner).
  • Select “Invite People.”
  • At the bottom of the popup, click “Edit Invite Link.”
  • Change these settings:
    • Expire After: → select “Never”
    • Max Number of Uses: → select “No limit”
  • Click “Generate a New Link.”
  • Copy the link — that’s your permanent server invite link!
would be awesome to get a link :D
 

ThiagoL0rD

New Member
Jun 16, 2024
12
1
22
The younger sister has appeared in the game for more than 5 months, she loves incest and is 100/100, but only the option to call her to work appears (which she doesn't want, since the beginning being unemployed), do you need to do something to release the option of her wanting a relationship with the MC?
 

amok1301

Newbie
Feb 10, 2018
17
11
159
I advise you not to download it yet as there's a problem with the new save system apparently.
agree , it ruined my savegame of around 4 years in the game play time , the game will progress normally then when you try to save manually nothing will happen just the glass hour sign , you have to exit the game then load it from the same point where it was , you will not be able to save manually after this point .
 
  • Like
Reactions: Sykosis and dr_Zloy

Scheijian

Newbie
Jun 30, 2023
92
77
151
agree , it ruined my savegame of around 4 years in the game play time , the game will progress normally then when you try to save manually nothing will happen just the glass hour sign , you have to exit the game then load it from the same point where it was , you will not be able to save manually after this point .
i got the same issues but only if the RAM usage gets higher than 5 gig. if im saving the game frequently and restarting it before the 5 gig, no issues
 

TotalFluke

Member
Game Developer
Aug 24, 2021
496
1,194
219
The younger sister has appeared in the game for more than 5 months, she loves incest and is 100/100, but only the option to call her to work appears (which she doesn't want, since the beginning being unemployed), do you need to do something to release the option of her wanting a relationship with the MC?
Yes, you need to let the story play out. She will be blocked from that until later.

I advise you not to download it yet as there's a problem with the new save system apparently.
Sorry about that but someone else apparently updated the links in the thread before it was ready. Version 2.04 had a bug that made it unable to read save files if they had a character with an assigned image that no longer existed. Make sure you download and play version 2.04a!

For the childhood friend, there aren’t any options to ask her for a relationship even after she broke up with her husband. Is that normal?
Did the unique icon went away (the blue snowflake icon next to her name)? Did you get the Marriage Counselor achievement? If not, her story is not done and you can't be in a relationship with her yet. If not then she must have broken up in a different way and I'm not sure how that could happen. Did you muck with the save file or use the console to change her or the husband?
 
  • Like
Reactions: pinktoiletpaper

Scheijian

Newbie
Jun 30, 2023
92
77
151
Did the unique icon went away (the blue snowflake icon next to her name)? Did you get the Marriage Counselor achievement? If not, her story is not done and you can't be in a relationship with her yet. If not then she must have broken up in a different way and I'm not sure how that could happen. Did you muck with the save file or use the console to change her or the husband?
Same goes for me, they broke up after I provided her with evidence of his
cheating and convinced her that he wasn't worth it.
No console use until much later, after they had separated, for both of them.
And she doesnt have the unique icon anymore, only the follower icon

//update : figured out what went "wrong"... or better a misscommunication from us here ;)
after they broke up you/me still had the option to get an invitation from HER to a dinner/launch where you could get to know her better / invite to the club / flirt with her.
when u raise here lewd level high enough, i believe thats the trigger, u get the new option of ending this "meeting" only after doing this you have the option to go into a relationship with her.
so for me its fine now ;)
p.s if this was a so called "counselor meeting" it definlty wasnt clear enough for me to to differentiate it from a normal date. especially visually .
maybe different background pic to make it more obviously ? and tbh i was "afraid " to use the end the meetings option. it didnt sounded as a good choice


p.s u may wanna update your first post and the thread titel to the correct version number.
to have it displayed on the ‘latest games & updates’ page as well
 
Last edited:

HRF94

Newbie
Oct 13, 2023
94
73
93
TotalFluke
still working on python and need your knowledge. I'm trying to parse pregnancies and some fields stump me:
Code:
Pregnancy|ID|PersonID|Bool|(1)|(2)|(3)|(4)|time|fatherID|(5)|(6)|(7)|(8)|
I have no clue what (1)-(8) do...
(1) fert_adjs, no clue... a modifier for base_fert?
(2) ovul_day
(3) bc_until_day
(4) bc, but as an int? bool or even float (effectiveness) would make more sense, but I guess it's 0/1?
(5) int child_cnt
(6) int act_child_cnt (what's the difference to (5)?)
(7) & (8) wants child/condom, but why can it be -1?

there should be a (9) but I haven't found that in my saves (yet). I assume it'd be a list of PersonIDs?

if you could shed some light on what these fields/values do, that'd be great!
(ps: looked at herazer's script and there it's just "other_data_x", so not really helpful ;) )

/edit:
since you mentioned it for 2.04a, care to detail the 3 new fields for clubs?

/edit2:
looking at your sauce, found Pregnancy-class... should be able to work from there, unless you can shed some light on aspects you know to be confusing ;) (like fert_adjs)
 
Last edited:

HRF94

Newbie
Oct 13, 2023
94
73
93
New version on discord uses better parsing (no Regex) and creates object based on a lot of lines and offers a plethora of methods you can use on them. It has no default behavior and is made for those that have a bit more programming knowledge and want to play around with their sames too.
yeh, already have that in my hands...
but question was if I can release it, using your (altered) code. cause you have put no license on it and I'd like to slap a wtfpl on mine when I'm done
 

Necrosis666

Newbie
Jan 20, 2022
37
16
76
weird bug has happend a few years into the game i have an apartment and when i am anywhere on the map/club and there is an option to go home or sleep at home etc i go to the club/sleep at club instead.

the only time i see my flat now is if i'm with someone and suggest going to private location and select home thats the only time i see my home now.

i have closed game loaded up saves and played for many months after i first noticed this and its still there, not crazy rough to sleep at club but its weird
 

Scheijian

Newbie
Jun 30, 2023
92
77
151
weird bug has happend a few years into the game i have an apartment and when i am anywhere on the map/club and there is an option to go home or sleep at home etc i go to the club/sleep at club instead.

the only time i see my flat now is if i'm with someone and suggest going to private location and select home thats the only time i see my home now.

i have closed game loaded up saves and played for many months after i first noticed this and its still there, not crazy rough to sleep at club but its weird
exact the same happend after i read u message and loaded into the game.
in the timeline its exactly after the mob first visited me.

And if im at the flat, i have the buttons for the office, go to auxiliary and manage club

tried it with an older gameplay, 2.03, and earlier gamestage. no problem at all.
error still happend after reloading the current game


other weird things happens with the progressed gameplay.

- "kicked out in the middle of a sex act by a hospital visit request. / stam full, no rejection, just plain ..puff gone and from one scene to the next u stand in the hospital

- endless loop of undressing one char in the cult meeting. starting over and over again from full dressed to half dressed and again.
till without any reason its stopped. minutes of loop

- going to place with your first move of the daytime and get bombarded by popups of everything..cant do shit what u wanted to do and daytime is progressing.
not only one, sometime twice or more.
no idea if this is intended but that the time is progressing without achieving your original goal sucks..
 
Last edited:
3.70 star(s) 41 Votes