Create and Fuck your AI Slut -70% OFF
x

mco

New Member
Feb 26, 2018
9
3
164
how do you pass the quest by sister called "convince mom to take shirtless instapics" ? is it by giving a positive opinion about tits during trance ?...
 

subli

Active Member
Jul 30, 2020
531
353
186
One thing I noticed is that if you max out research and put nothing into production when you create your character then your character still says he's not much for research and that production is more his thing. Maybe in some future this dialogue could be more conditional.
 

Brontanius

Member
Sep 27, 2017
264
235
228
Give a woman a serum with a suggestion trait. The higher the better. Make her cum. Every time she cums, she has a chance (increased by suggestion) to enter a trance. Trances can stack up to three times: Trance, Deep Trance, Very Deep Trance. Once she's in a trance you can talk to her and choose "take advantage of her trance" to train her. Training costs hundreds of clarity. It costs less the deeper the trance, and costs more each time you train the same thing. Trances have a chance to decay each turn, which is again reduced by suggestion.
Cool cool, thanks for the good info, now i can actually use all my excess clarity.

On another note, is there any end to nora's quest for questionaires? or rather, how do i go about completing this quest? I found one trait which was from a high obedience chick but haven't found out any others.
 

eldoen

Member
Jun 30, 2021
460
283
141
One thing I noticed is that if you max out research and put nothing into production when you create your character then your character still says he's not much for research and that production is more his thing. Maybe in some future this dialogue could be more conditional.
during mc creation, at best you are puttngi in half of max value, and they also interact with stats,
 

markconnor

Newbie
Aug 31, 2020
98
636
218
during mc creation, at best you are puttngi in half of max value, and they also interact with stats,
You could also view the dialogue where MC is saying he isn't much for research as MC has an agenda, and that agenda is to make Stephanie his head researcher, and so he will say whatever needs to be said to make that happen. How many guys do you think have said they "aren't great at doing laundry" in order to get their wives to do it for them? -- you think these guys REALLY don't know how to push a button on a washing machine?

If MC is the head researcher, than MC would need to be the one testing newly created serums (instead of Stephanie, or whatever other girl you assign). The game wouldn't really work so well if that were the case.
 

sinrtb

Member
Nov 4, 2017
154
96
173
It's not in the game yet, which you could have learned by searching before asking even the first time
A bit off topic but how would you search for something that hasn't been added to the game yet but will almost likely will be? Is there a way to order search results? Because when I search for Jennifer or Mother I get multiple pages of unordered results.
 

Diconica

Well-Known Member
Apr 25, 2020
1,155
1,220
295
A bit off topic but how would you search for something that hasn't been added to the game yet but will almost likely will be? Is there a way to order search results? Because when I search for Jennifer or Mother I get multiple pages of unordered results.
On here you can search in this forum mom and boss and it gives pretty good results.

Well, you can use google search and something like "site:f95zone.to mom boss" and other related terms.

Anohter alternative that may give you a lot faster answers than asking people is get notepad++
Use the "Find in files" under "search". Tell it to search only files *.rpy and all sub directories. Point it to the game folder.
Then copy the text out of the game related to one of the events related to it. Then you can simply go through the code and see the what is in it and the developers comments on it.
Search the term interview then look at the results and You find something mentioning mom_work_promotion. Double click that search result it opens a tab with the file "role_mother_work.rpy" Which contains the information you are looking for.
 
  • Like
Reactions: Draculesti

ChuckUFarley

Member
Apr 19, 2018
161
13
139
I have no idea how to buy sister Iphone or get mom's opinions changed via website
are there special sites for this? is there a store, or is my version too old? (0.46.1)
 

dalzomo

Active Member
Aug 7, 2016
939
784
306
I have no idea how to buy sister Iphone or get mom's opinions changed via website
are there special sites for this? is there a store, or is my version too old? (0.46.1)
For the phone, go to the electronics store. You may have to go early in the day. For mom's opinion, first snoop in her room when she's not there and check her PC. Then in your own room you'll have an option to get on your own PC to do the rest
 

Diconica

Well-Known Member
Apr 25, 2020
1,155
1,220
295
My bad I thought you were referring to the search tools here on f95zone.to.
I actually did found even my old post on the topic with in about 6 posts. I went to the top of the page of the game used search typed in "mom boss" wasn't to hard. Use the search in this thread. from whatever games thread you are looking for information on.
https://f95zone.to/threads/lab-rats-2-v0-48-1-vren.7260/post-5669621
That one is on the first page of results 4th from bottom. Well. Unless this post just now pushes it down one more. My last post above did just that.
 

maewen

New Member
Nov 8, 2021
9
5
103
Are there any way to change the height of the random characters without using console? I want to change the way they are generated before a game starts. Not with in game mechanics. Thanks for help.
 

coretex

Active Member
Jun 15, 2017
660
576
287
has anyone here moddedd their _serum_traits.rpy file, and if yes can you share your changes?
mainly all i did in my local edited copy of the community fixes patch is i changed the default primitive production to have a base 5 turn duration and 11 mod slots

but in
\character_related\Person.rpy
I edit tolerance up to 10

I do more.. but thats enough just for some basic fun.
 

OsoSober

Member
Jul 22, 2018
219
87
204
mainly all i did in my local edited copy of the community fixes patch is i changed the default primitive production to have a base 5 turn duration and 11 mod slots

but in
\character_related\Person.rpy
I edit tolerance up to 10

I do more.. but thats enough just for some basic fun.
i also changed serum tolerance to 10
 

Diconica

Well-Known Member
Apr 25, 2020
1,155
1,220
295
Are there any way to change the height of the random characters without using console? I want to change the way they are generated before a game starts. Not with in game mechanics. Thanks for help.
Yep, there are a number of potential ways height is determined.
The first is in game/major_game_classes/character_related/Person.rpy line 456 to 463
The second is in game/random_lists.rpy lines 966 to 974
The third is also in game/random_lists.rpy It's the patron reward line 980 to 1050
If you have my mod in the patron reward characters are disabled. If you have the main mod everyone uses I couldn't tell you.
In fact if you have it in I couldn't tell you if their mod changes height or not.
 

coretex

Active Member
Jun 15, 2017
660
576
287
Yep, there are a number of potential ways height is determined.
The first is in game/major_game_classes/character_related/Person.rpy line 456 to 463
The second is in game/random_lists.rpy lines 966 to 974
The third is also in game/random_lists.rpy It's the patron reward line 980 to 1050
If you have my mod in the patron reward characters are disabled. If you have the main mod everyone uses I couldn't tell you.
In fact if you have it in I couldn't tell you if their mod changes height or not.
The main LR2Mod does have a height adjusting serum and it does work.
 

Diconica

Well-Known Member
Apr 25, 2020
1,155
1,220
295
The main LR2Mod does have a height adjusting serum and it does work.
Thanks for the info.
I hadn't looked into everything it does. Just looked at it enough to decide if I wanted to try and combine my mod to it. To many issues would come from that.
 
3.40 star(s) 127 Votes