build0894o
3 allow bodysuits as gym attire without pants
Not sure. It may be a prerequisite towards the permanent version you can unlock with AIKO's help (I haven't checked)? The 'pure' version you can unlock with high Smarts doesn't have the usual side effetcs (malus to Dominance and Smarts), which is something I guess.What's the point of the Mk.3 pill you can mix with this new version?
By the time you get to it the stuff it increases is most likely maxed out already unless you're purposefuly resisting everything, and you can't dose anyone else with it as far as I could tell.
Meet him at the sex club play area.Tasks
AIKO needs my help to break into Dr. Le'Faggot's computer.
I need to get ahold of Dr. Le'Faggot's phone.
How can I do that?
Another thing, I was a bit curious about those new events with Bob since they never popped on my playthrough, so had a bit of a rummage:Don't know if this is relevant to anyone else, but I went looking for it earlier so dropping it here just in case.
When you come second in the martial arts tournament, there is no particular indication if or how it can be won. There are two ways to go about it:
- EITHER having Humiliation > 10 AND Sex Obsession > 10 OR Sex Obsession > 15 OR Humiliation > 15 in order to flash Bob's opponent during the fight (as described in
You must be registered to see the links)- OR seducing Kurt, which will allow the MC to ask him about the retention manager after cleaning his flat.
(I didn't meet either of those conditions, so wasn't sure if the tournament could even be won currently. Especially since the wiki hadn't been updated at the time)
Peeking in the code:After the latest update, I've noticed that at work, "Work Hard" is greyed out with "Your head is too filled with strange thoughts to concentrate"
Anyone know what that's a result of?
<<if $scene.bimboPassed && $player.flags.bimbo_work.unlock>>
// ...
<<else>>
<<if Math.round($player.timebased.fatigue) <= 50 && !setup.calcErection(true)>>
// ...
<<else>>
<<if Math.round($player.timebased.fatigue) > ($player.timebased.fatiguemax/4)>>
[@@.link_locked;You're too exhausted to work hard.@@]<br>
<<elseif Math.round($player.timebased.fatigue) <= ($player.timebased.fatiguemax/4) && setup.calcErection(true)>>
[@@.link_locked;You're too horny to concentrate enough for this kind of work.@@]<br>
<<else>>
[@@.link_locked;Your head is too clouded with strange thoughts to concentrate.@@]<br>
<</if>>
<</if>>
player.timebased.fatiguemax
equals 230, so this condition would trigger with player.timebased.fatigue
in range 51-57checkPlayerDressed()
used as check returns false on lack of shoes) It also has a silly side-effect of subsequent scene treating the MC as if they're showing off their bare breasts, if the player chooses to upgrade their account at this point.wants_a_man
prostitution client seems to be perfectly fine with getting sucked off by a completely feminine looking girl with female clothing, bimbo makeup, massive breasts and no penis. Might indicate some underlying issue with the clients not being strict enough about their requirements, idk.cunnilingus_intro
scene can be a little silly if it triggers after the MC already completed the advanced training, in the sense the MC has been taught skills that let them perform much better than they do in this scene. Am guessing this is just a side-effect of content designed for earlier stage of the game and added recently triggering late in ongoing playthrough, and not something that'll happen normally.Red Leather Pants
appear to be missing artworkGreen V-Neck Satin Blouse
, Pink V-Neck Satin Blouse
and Purple V-Neck Satin Blouse
all come with tag white
even though none of them is actually white.White Elysium Heels
and Pink Elysium Heels
are tagged as blue
. At the price of 11k i'd expect the corporate drone responsible for such mishap to be properly flogged, preferably in public.Gold Shuttershades
appear to be missing both artwork and iconcheckVisibleClothingTag()
function works in general) <<set $scene.approval = 0>>
<<if setup.checkVisibleClothingTag("sissy") > 65>>
<<set $scene.approval += 1>>
// ...
<<if setup.checkVisibleClothingTag("sissy") > 65>>
<<if $scene.underwearStyle == "sissy">>
"@@.npc_manager;How cute! I am glad you have such a nice nighty to wear to bed. And with your <<if $fetish.sissy>>sissy<<else>>girly<</if>> underthings all worn underneath! Simply perfection!@@"
<<else>>
"@@.npc_manager;How cute! I am glad you have such a nice nighty to wear to bed.@@"
<</if>>
checkVisibleClothingTag("sissy")
only returns rating high enough to pass the check (67) when wearing Sexy Pink Nightie. When wearing Cute Pink Nightie the calculated value is below the threshold (57) and as a result the MC doesn't receive full marks for their outfit, even if they're clad in sissy stuff from head to toe.Perfect, thanks for checking that!Seems it might be occurring if the MC is tired, but not enough to meet "too exhausted" or "too excited" thresholds. In my gameplayer.timebased.fatiguemax
equals 230, so this condition would trigger withplayer.timebased.fatigue
in range 51-57
scene.gagId
are swapped: <<case 'panties_dirty'>>
// ...
<<set $scene.gagId = 'panty_gag'>>
// ...
<<case 'panties_clean'>>
<<set $scene.gagId = 'dirty_panty_gag'>>
// ...
event_streaming_slutty_dildo_suck
tests dildo size against MC's anal skill, even though the scene requires them to suck the prop with their mouth, not the anus.event_mall_shoe_store_bed_heels_shoot_3
has a mention at the end about the MC getting to keep the shoes they modeled as a gift and supposedly leaving the store while wearing these shoes, but the scene doesn't actually equip the MC with any shoes they're supposedly modeling (just the armbinder) and they leave the store in the same footwear they've had on when starting the event.setup.getFullTitle()
var suffix2 = "";
if(setup.getTotalValue("submission") >= 5) {
suffix2 = "Submissive ";
} else if(setup.getTotalValue("submission") >= 15) {
suffix2 = "Owned ";
}
else
branch will never be entered, because the initial branch is always going to be true
first.I don't know about the bodyshop, but you can print yourself a copy of the belt while mixing drugs for Dr. Twig, or alternatively get an offer from him to be put in one, as part of an event while working as a nurse for him.been searching through the wiki but found nothing. how does one get the plans for the 9001 belt from the company to use the bodyshop further ?
fixedSome minor bugs:
fixed<bugs>
They're equipped earlier in the scene/upload a save.*event_mall_shoe_store_bed_heels_shoot_3
has a mention at the end about the MC getting to keep the shoes they modeled as a gift and supposedly leaving the store while wearing these shoes, but the scene doesn't actually equip the MC with any shoes they're supposedly modeling (just the armbinder) and they leave the store in the same footwear they've had on when starting the event.
You need to run into him at the fetish club in the play area. Yes, there will be more kig content in the future.In the latest version, how can one get Primrose's phone? And are there any plans for more Kigurumi content?
Work for Dr. Twig, you will have an option to swipe plans after mixing drugs.been searching through the wiki but found nothing. how does one get the plans for the 9001 belt from the company to use the bodyshop further ?
I've attached a save. HitThey're equipped earlier in the scene/upload a save.
Ask about another high heel photoshoot.
to start the scene, the shoes are never changed from what the MC had on in the first place.FixedI've attached a save. HitAsk about another high heel photoshoot.
to start the scene, the shoes are never changed from what the MC had on in the first place.