Wattle

Member
Jun 10, 2023
125
334
187
What files do I need to edit if I want to add the business vest to the overwear category?
 

Rey66119

New Member
Apr 18, 2022
2
43
128
I'm using development from 12/30/23 and it doesn't look as if it's been fixed but orgasm control seems to be broken. I managed to fix it by editing (mc_serum_feat_orgasm_control) line 6 changed to if mc.business.days_since_event("mc_orgasm_in_convo_serum") ==1: Instead of <1.
 

Bennbutton

New Member
Nov 13, 2020
2
0
36
Can anyone give advice on how to update the Beta? I tried "git pull origin develop" and it said I needed to give an email?
Thanks in advance

$ git pull origin develop
remote: Enumerating objects: 166, done.
remote: Counting objects: 100% (166/166), done.
remote: Compressing objects: 100% (96/96), done.
remote: Total 166 (delta 87), reused 133 (delta 70), pack-reused 0
Receiving objects: 100% (166/166), 598.82 KiB | 611.00 KiB/s, done.
Resolving deltas: 100% (87/87), completed with 17 local objects.
From
* branch develop -> FETCH_HEAD
+ 55d4efb1b...4eca227e8 develop -> origin/develop (forced update)
Committer identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address
 

silveryiris

New Member
May 6, 2018
9
4
166
Can anyone give advice on how to update the Beta? I tried "git pull origin develop" and it said I needed to give an email?
Thanks in advance

$ git pull origin develop
remote: Enumerating objects: 166, done.
remote: Counting objects: 100% (166/166), done.
remote: Compressing objects: 100% (96/96), done.
remote: Total 166 (delta 87), reused 133 (delta 70), pack-reused 0
Receiving objects: 100% (166/166), 598.82 KiB | 611.00 KiB/s, done.
Resolving deltas: 100% (87/87), completed with 17 local objects.
From
* branch develop -> FETCH_HEAD
+ 55d4efb1b...4eca227e8 develop -> origin/develop (forced update)
Committer identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address
1. Check the local branch , Make sure your current branch is develop.

> git branch


2. Force reset to commit 4eca227e8 , it will revert your local changes if any.

> git reset --hard 4eca227e8

or force reset to latest HEAD from last fetch

>git reset --hard origin/develop


3. After resolved the branch forced update , you can normally pull new commits from now on.

> git fetch -p

> git pull
 
Last edited:

coretex

Active Member
Jun 15, 2017
660
578
287
If you want something non-cmd line (but still has options to do so) look at TortoiseGit - gives right click context options within File Explorer and can pull and keep my local copy myself that way and even have my own local edits and commits that dont push to the official repository.
 
  • Like
Reactions: Thronico

Burt

Ignoring Social Media
Dec 14, 2016
1,315
1,023
442
Just started a new game with this new version and I don't have to option to talk to Stephanie about upgrading the serums. I'm stuck on tier 1 without the ability to ask her about nora. It used to be there was an option that would show how much love she needed but its not even there.
If you research the data you have to about 5% or under then the option will pop up its essential to get the percentages down then it will trigger the response/option to go to Nora but if you have lots of unresearched data it does not trigger. It is also triggered by the day ie day 7-8 etc
 
Apr 22, 2022
18
9
62
I think they meant "workplace" (company), not "computer". I think it should be available from the start, just look for the other company/business/enterprise on the world map, that should be it.
Thx for your reply first. I have tried to wander in the city map , but failed to found any new place except the strip club. May you show me one screenshot or sth to point out that place?
 

vitamin433

Active Member
May 11, 2018
984
1,039
328
Bug report?

I'm playing the full version from OP.
So the issue with Ashley (Steph sis). She gave me first serum via coffe surprise. Since I had already too many producers, I reassigned her to "RnD". And... that's it. At the end of the week I've got "guess this is it" MC reaction and no futher content. After that I slowly went through her sub events and unlocked all sex poses.
Also reassigned her back to production dep, but it changed nothing.
That's it.
 
Sep 21, 2019
238
202
85
I remember one time I had to delete the .rpyc files to solve a problem.
"find . -name '*.rpyc' -delete; git pull;" instead of just "git pull" is what I do now.
 

SwissCheese

Newbie
Nov 3, 2018
67
45
133
Thx for your reply first. I have tried to wander in the city map , but failed to found any new place except the strip club. May you show me one screenshot or sth to point out that place?
You're looking for mother's workplace right? She works at Vandenberg LTD. Should be unlocked from the start. It is in the downtown area, bottom left hexagon. You visit and select "Approach Receptionist". Then you select whom to summon/speak with.
 
  • Like
Reactions: ZacariasF100

deviantfiend999

Active Member
Apr 21, 2018
502
607
245
You're looking for mother's workplace right? She works at Vandenberg LTD. Should be unlocked from the start. It is in the downtown area, bottom left hexagon. You visit and select "Approach Receptionist". Then you select whom to summon/speak with.
Played on the develop beta branch last night, can confirm the location is no longer unlocked from the start; presumably it would be unlocked after advancing mom's storyline to when the MC is prompted to meet her boss
 
  • Like
Reactions: SenPC

forgotp

Member
Nov 4, 2019
468
500
281
Played on the develop beta branch last night, can confirm the location is no longer unlocked from the start; presumably it would be unlocked after advancing mom's storyline to when the MC is prompted to meet her boss
For me it makes more sense to have that unlocked from the start, wouldn't a guy know where his mom works?
 
  • Like
Reactions: ZacariasF100

SwissCheese

Newbie
Nov 3, 2018
67
45
133
Does anybody know where/what I would change to alter "cooldowns" on crisis? Wanna make it so there is a shorter cooldown on recruiting mother/daughter events
 

BillieJeans

Newbie
Dec 25, 2017
91
55
174
Is there any mod that disables events that randomly break family member's taboos? Like morning crisis events where you end up having to grope your half-naked sister or mom sucking you off in the morning?
 

CoatiGer

Newbie
Sep 26, 2020
42
25
142
Is there any mod that disables events that randomly break family member's taboos? Like morning crisis events where you end up having to grope your half-naked sister or mom sucking you off in the morning?
In your room you can set the percentage of morning crisis events and crisis events, even to zero. It is behind the menu point Change Event Occurrance. I hope that helps...
 
  • Like
Reactions: BillieJeans
4.60 star(s) 79 Votes