If you aren't using any modifed .rpy files that enables it for you, you have to go into LabRats2's folder then /renpy/common/ and open up 00console.rpy and edit console = False to say console = Truehow do i activate the shift+O?
With the love addition and the removal of the final tier of serums, it is very slow to increase any girl's sluttiness.A question to those that actually play the game, please: Did any of you manage to increase the Stephanie's slutiness over 31? I cannot and it may be a bug or it's just me being simpleton...
Yes, it is supposed to be possible so you have probably run into a bug of sorts.A question to those that actually play the game, please: Did any of you manage to increase the Stephanie's slutiness over 31? I cannot and it may be a bug or it's just me being simpleton...
Not at the moment, but if you read through the code Vren has written that he wants to add for example "dick size", "sensitivity" etc. to the player's character and the sexy opinion "big dicks" will probably come into play then.Does the ''big dicks'' category do anything?
There is no way in the game right now do to that other than through console inputs.Anyone know how to hire your family to work at the lab?
mc.business.add_employee_research(the_person)
# and
the_person.set_work([1,2,3],mc.business.r_div)
# 1, 2, 3 are the time slots, you could also set them to include 0 and 4 to have Early Morning and Night included
# add_employee_research can be replaced for the name of division you want them to work in e.g add_employee_production
# r_div can be replaced with for example p_div for production
The link isn't working unfortunately. How does one enable the console?Yeah, all character stats should be raiseable IMO, even the employees. Especially considering the main stats (intelligence, charisma, etc.) are so much more important for the working capabilitys (3x rather than the 2x or 1x of other types of skills) and they cannot be raised in-game right now.
But you can edit the character stats using console commands. First you need toYou must be registered to see the linksfor the game. Then once you loaded a save or started a new game with your character fully created, you can use the console commands on the first page
Where "mc" is the main character object.
You can change your employees' stats too. You need to talk to the employee first, and before ending the conversation, you can enter into the console "person_choice.skill = #" to modify their stats, where "skill" is any of the skills you use for "mc".
Note that while it is possible to change employee salary using console commands, I do not suggest doing so. The employees will leave the company if the pay is too low for their skills. Employee arousal, obedience, happiness, sluttiness and core_sluttiness are also stats you can edit.
Copy pasting this from my Cheat Mod:The link isn't working unfortunately. How does one enable the console?
-----------------------------------------------------------------------------------------------------------------------------------------------
EDIT: No need to reply, found it out myself. Just edit the 00console .rpy and set console.config to True. Works fine!
But does somebody know the console commands for hair colors in Lab Rats 2?
I really hate to say this, especially since I've been pretty vocal for my support for the game, but... as is v0.13.1... this game is in dire need of some mechanics changes. I legitimately like the game less and less as time goes on. Which sucks because I had high hopes for the game and I still see the potential in it. But seriously, why does the MC bust faster than a virgin at a porn audition? Real question, how many of you fellas have blown a load in your pants after a few minutes of kissing? If you have, what woman caused this and where can I find her? Just asking for research purposes...
I have to mirror your sentiments. I did however find a way to adjust the amount of arousal the MC gains.i feel the exact same about this
$ mc.change_arousal(the_position.guy_arousal + (the_position.guy_arousal * the_person.sex_skills[the_position.skill_tag] * 0.1)) # The same calculation but for the guy
$ mc.change_arousal((the_position.guy_arousal + (the_position.guy_arousal * the_person.sex_skills[the_position.skill_tag] * 0.1)) * 0.X) # The same calculation but for the guy