SenPC

Active Member
Feb 3, 2018
579
1,115
Hrm...I set the max age for generated characters to 36, but then started a new game and hired a 47-year-old. I wonder what code elsewhere is overriding random_generation_functions.rpy.
 

Diconica

Well-Known Member
Apr 25, 2020
1,100
1,149
Hrm...I set the max age for generated characters to 36, but then started a new game and hired a 47-year-old. I wonder what code elsewhere is overriding random_generation_functions.rpy.
Also around 900 in the random_list.rpy you have some pre-generated characters for patron rewards
Can't say if they have anything to do with it since I just turn those off.
This is what I changed mine to.
Python:
weighted_age_list = [[18,20],[19,20],[20,19],[21,19],[22,18],[23,18],[24,17],[25,17],[26,16],[27,16],[28,15],[29,15],[30,14],[31,14],[32,13],[33,13],[34,12],[35,12],[36,11],[37,11],[38,10],[39,9],[40,8],[41,7],[42,6],[43,5],[44,4],[45,3],[46,2],[47,1],[48,1],[49,1],[50,1]]
if age is None:
            #age = renpy.random.randint(18,50)
            age = get_random_from_weighted_list(weighted_age_list);
 
Last edited:
  • Like
Reactions: setter6 and SenPC

Diconica

Well-Known Member
Apr 25, 2020
1,100
1,149
does anyone know where is the hint system is?
What part are you looking for?
If you are looking for the part where you steer the conversation on a date.
it's in \game\dates.rpy line 30 or so>
If you are looking for he part where you love, like, don't like, hate in small talk
That's in \game\chat_actions.rpy line 446

If you want where opinions are selected for women that's going to be in
\game\major_game_classes\character_related\Person.rpy line 60 roughly

If you want to just make the opinions visible I said were to do that above
https://f95zone.to/threads/lab-rats-2-v0-40-1-vren.7260/post-5752654
See the part on interview_ui.rpy and girl_overview_ui.rpy
 
Last edited:
  • Like
Reactions: Jaxter

zii1

Member
Jun 20, 2019
109
48
I'm trying to find quest lines, the mod says there's a hint system, not sure if it works also does anyone know the computer password for the mom's room
 

dalzomo

Active Member
Aug 7, 2016
884
715
I'm trying to find quest lines, the mod says there's a hint system, not sure if it works also does anyone know the computer password for the mom's room
Ask about the mod in the mod thread, and everyone's mom's password is different. Hint: It's not very secure. I got it first try, but that's because I pay attention to her personality. ;)
 
  • Like
Reactions: Jaxter

lolotech

Member
Oct 7, 2018
265
329
" - Girls now stop asking if they should strip while having sex after you tell them no the first time. "

That's good when are they going to stop telling you they don't want give birth to politicians? (pregnancy from anal)
 

scannatore

Member
Jul 11, 2017
400
420
Ren'Py is gonna become obsolete before the end of this game. :ROFLMAO:
The last upgrades can be considered a mess, and a desperate effort to fix it in McGyver style. With crap.
If your horse is dead, turning the poor beast into an undead is a bad solution...
 

Diconica

Well-Known Member
Apr 25, 2020
1,100
1,149
I'm trying to find quest lines, the mod says there's a hint system, not sure if it works also does anyone know the computer password for the mom's room
That would be better asked on the mod forum. The mod actually replaces a lot of files so. There is a good bit of difference in it verses the base game.
 

open1235

New Member
May 3, 2020
11
27
quick question how do i get access to the sisters onlyfans page or advance the insta pics quest past getting closer with the mom ?
 

xk500

New Member
Feb 12, 2019
12
5
I have been getting this error when interacting with the mom.
it happens when you start the game and try being intimate with the mom. I just use it as a test.


I'm sorry, but an uncaught exception occurred.

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Angry
Reactions: makeitso and SenPC

gregers

Forum Fanatic
Dec 9, 2018
4,451
5,636
I have been getting this error when interacting with the mom.
it happens when you start the game and try being intimate with the mom. I just use it as a test.


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 300, in script call (...)
For increased cosmic harmony, please chuck your error log in a SPOILER or QUOTE tag.
 
3.40 star(s) 127 Votes