osanaiko

Engaged Member
Modder
Jul 4, 2017
2,693
5,001
Is that so? Will you kindly list it to me so I could create somesort of cheat list on it.

Edit: Oh wait, nevermind. Rereading what you said, there is still RNG applied to it since you said that the cooldown ranges between 2 to 7 days so there is still a factor of uncertainty.
First up, i'm generally happy to help, but I'm not gonna do busywork for you. If you wanna build a list, look up the durations yourself in the game code: it's all in "game/chores.rpy"

Second, there is no RNG. All the chores have a deterministic cycle duration. Some are as low as 4 days ( e.g. mark homework), some have 7 days (e.g. grocery shopping), others are 4,5,6 day cycles. I was wrong when I said some were as low as 2 days, that's not supported in the code.
And as far as I can tell, all the "sex-act in exchange for chores" ones have a 7 day cycle.
 
Last edited:
  • Like
Reactions: Warwolf27

shar95

New Member
Dec 9, 2017
3
0
Hello. How do you alter Candy's outfits if you didnt had hight enough corroption at the time and could only fix it?
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
2,693
5,001
Hello. How do you alter Candy's outfits if you didnt had hight enough corroption at the time and could only fix it?
how to get chee's revealing outfit?
Visit Cheerleader in her room (or I think you can also do it at the living room too if you interrrupt her watching TV), then choose to have a "chat" and then choose "A friendly chat".
She will bring up the fact her clothing is damaged.
Then you get the repair task, and if your corruption is high enough when you do the repair, you can also do the modification to make it more revealing..
 

stonedmonk

Newbie
Feb 7, 2018
45
27
how do you get the school boys glory hole scenes? whenever theyre in there if you go to it, it just says the bathroom is empty.
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
2,693
5,001
how do you get the school boys glory hole scenes? whenever theyre in there if you go to it, it just says the bathroom is empty.
From v0.32.4 source:

Prerequisites for MCILF using the gloryhole in the first place:
- MCILF corruption level 3
- already looked through the hole at least once (needs event_tag "first_investigation_complete" - note that this is not a corruption point so it is not listed anywhere)

Then the code to trigger the "schoolboys_visit_gloryhole" scene:

Code:
if schoolboys.arousal >= horny and bathroom_boy_gloryhole_crowd_requirement() and schoolboys.has_corruption_tag("gloryhole_introduction"):
So you need:

1. to have teased the schoolboys to at least 50 arousal (via interactions at various places in the school).
This is quite slow to achieve as there are few good options to get points quickly. (MetaMira you might consider adjusting this part of the game mechanic, unless you plan to have more effective ways planned to gain schoolboy points)
- hallway is most common but does not give many (2-3 points)
- careful when interacting with them in class, you can only lose arousal points (and gain control points), not gain arousal.
- gym class change room: the dick size argument gives the most arousal points
- if you haven't completed the Nerd's bullying storyline yet: whenever you catch the schoolboys bullying Nerd, choose the "Distract them" option.


2. schoolboys already have the corruption point "gloryhole_introduction"

- this is obtained in a scene where MCILF catches the schoolboys in the boys bathroom: in order, you should choose: "Tease" them about the gloryhole, "Pick a volunteer" to try it, and then choose any one of the three options (tits out, skirt off, fondle cock) to make the boy hard.

3. bathroom_boy_gloryhole_crowd_requirement() must be true

- cannot have interacted with the girls or boys mobs in either of the bathrooms already that day
- must be during the middle of teaching a class (leave the classroom after starting a lesson)
- must be a monday or thursday (other characters are potentially at the glory hole on other days)
- schoolboys must be corruption level 2 or higher
- schoolboys must be at arousal 50 or higher (this is a double-up of the requirement 1. above)
 
Last edited:
  • Like
Reactions: stonedmonk

Takkatakka

Engaged Member
Nov 11, 2022
3,122
10,255
How the fuck do i get the other corruption points
Not sure, you can right now. That is the next available corruption point and it would get them to level 2, but to get it they already have to be at Level 2...so... :HideThePain:

There is a bit of an hen and egg problem here. You need the egg to get the hen, but you already need to have the hen to get the egg. :HideThePain:
 
  • Like
Reactions: osanaiko

osanaiko

Engaged Member
Modder
Jul 4, 2017
2,693
5,001
Not sure, you can right now. That is the next available corruption point and it would get them to level 2, but to get it they already have to be at Level 2...so... :HideThePain:

There is a bit of an hen and egg problem here. You need the egg to get the hen, but you already need to have the hen to get the egg. :HideThePain:
Takkatakka is correct, it is not possible at the moment as far as I can tell.

If you have all the other scenes and just want to be completionist and see the Breast Envy scenes, then definitely do not open console and type this:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Thinking Face
Reactions: Takkatakka

Koodos

Newbie
Jan 3, 2020
72
51
Found a weird bug.
When you train with Madison, you get "stuck" in training clothes, which prevents you from leaving the house.

I've tried looking, but haven't found anything to help her change clothes other than the shower (that's sometimes occupied) and that doesn't pass the time.
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
2,693
5,001
Found a weird bug.
When you train with Madison, you get "stuck" in training clothes, which prevents you from leaving the house.

I've tried looking, but haven't found anything to help her change clothes other than the shower (that's sometimes occupied) and that doesn't pass the time.
you can take a shower, go for a swim, have a nap, or use the closet in the bedroom to change clothes back.
 
4.10 star(s) 55 Votes