4.70 star(s) 55 Votes

TeoNZ

Newbie
Apr 24, 2019
36
15
You can skip handing over the serums and pretend to have finished the quest by running the following commands in consol, when talking to her (not a very fun workaround, I know):

Code:
the_person.sluttiness += 10
the_person.break_taboo("vaginal_sex")
the_person.event_triggers_dict["sister_vaginal_quest_active"] = False
the_person.event_triggers_dict["vaginal_revisit_complete"] = True
To open consol press Shift + O on keyboard.
To exit consol right click on mouse.
Thanks Heaps, that worked.

Is there a way to slow down the attention? Cheers
 

Porrvald

Member
Sep 12, 2020
410
414
Thanks Heaps, that worked.

Is there a way to slow down the attention? Cheers
You can disable it in console with this command:
mc.business.max_attention += 500000

And re-enable it with this command:
mc.business.max_attention -= 500000
 

Ryahn

Birb Skull Fuckery
Staff member
Moderator
Game Compressor
Donor
Jul 5, 2017
5,680
37,494
a1fox3 Its been added but I dont know if it will show up or not

Why does it say "parse error"?
- If the thread is very different to the proper thread template then the script may fail to parse it
 

Ryahn

Birb Skull Fuckery
Staff member
Moderator
Game Compressor
Donor
Jul 5, 2017
5,680
37,494
How do we get the mod update over there once it comes out?
It will still have the full game plus the mod when the update comes out.
Report the game and choose game update. Then let them know the mod got updated. Someone will update it then
 
  • Like
Reactions: a1fox3

zenupstart

Member
Jul 21, 2020
104
113
FYI - For Android folks, we've had reports that the 0.51.3.1 all-in-one works with JoiPlay version 1.20.005 or higher, which may require an update for many of you.
 

a1fox3

Loving Family Member's
Respected User
Donor
Aug 8, 2017
23,654
16,184
Tristim a1fox3 Moved mod to games due to be pretty much a game at this point.

Tristim Use report button to report a game update to get it promoted when you update it. Promotions are 2 weeks from last promote and not update.
I thought it would have to be moved the the game thread, thanks for your time on this.
 

Oresama

Newbie
Feb 18, 2018
22
9
how do i increase the cheat add energy?
or at least change thec max energy?

from what ive read i can change this in the cheats.rpy or something but im not seeing the file in my game folder?
 

makeitso

Active Member
Jul 29, 2018
886
550
how do i increase the cheat add energy?
or at least change thec max energy?

from what ive read i can change this in the cheats.rpy or something but im not seeing the file in my game folder?
Use the in-game Cheat menu, bottom of the UI.
 

Porrvald

Member
Sep 12, 2020
410
414
how do i increase the cheat add energy?
or at least change thec max energy?

from what ive read i can change this in the cheats.rpy or something but im not seeing the file in my game folder?
In this file: game\Mods\Cheats\cheat_mod.rpy

Line 180: "Max Energy": ["max_energy", "max_energy", 10.0, 6, (60, 400)],

60 is the min value, 400 is the max value. Just change to whatever you like and then use cheat menu as normal.

Alternatively use consol and manually set values like this:
mc.energy = 1000
mc.max_energy = 1000

Edit:
And now I remember the problem with full download version of the mod, and why I'm not using it...
It is optimized for potato computers and smart phones, by having the files compiled, so that you can't find and edit them.

You need to install the mod manually on top of the original game (or take on the lord of the ring sized adventure called unren).
 
Last edited:
Nov 30, 2020
1
0
I'm hoping someone can help me figure out how to run this on Mac: I'm guessing I have the OpenGL issue already documented, but I can't see the 'autorun' folder using either sudo commands in Terminal or Command+Shift+. so I can't fix it that way.

I just tried to run the game through Renpy and got this error:

You don't have permission to view the spoiler content. Log in or register now.

I'm not too tech-savvy, so I might be overlooking something obvious. Thanks in advance!
 

forgotp

Member
Nov 4, 2019
353
348
In this file: game\Mods\Cheats\cheat_mod.rpy

Line 180: "Max Energy": ["max_energy", "max_energy", 10.0, 6, (60, 400)],

60 is the min value, 400 is the max value. Just change to whatever you like and then use cheat menu as normal.

Alternatively use consol and manually set values like this:
mc.energy = 1000
mc.max_energy = 1000

Edit:
And now I remember the problem with full download version of the mod, and why I'm not using it...
It is optimized for potato computers and smart phones, by having the files compiled, so that you can't find and edit them.

You need to install the mod manually on top of the original game (or take on the lord of the ring sized adventure called unren).
is there a list of useful console commands for this mod anywhere?
 
4.70 star(s) 55 Votes