PaNiq

Active Member
Dec 3, 2017
616
642
Another question:

Is there a way to unlock various sex skills, without having to go through the grind? I've tried adding the passives that unlock them using a save editor, it shows there's a passive under "vaginal sex" (even though I'm virgin), but when I go in it there's nothing there, so I assume it doesn't work.
 

Zarkhy

Well-Known Member
Nov 4, 2018
1,079
706
Another question:

Is there a way to unlock various sex skills, without having to go through the grind? I've tried adding the passives that unlock them using a save editor, it shows there's a passive under "vaginal sex" (even though I'm virgin), but when I go in it there's nothing there, so I assume it doesn't work.
I haven't messed with the files, so I dunno how you'd make that work, but all of the sex skill passives actually require pre-requisite passives, so not having those could be the issue.

AFAIK there is a mod or something that unlocks all sex skills after like one fight.

You can lessen the grind by just getting the sex skills once, as that unlocks the associated title. In a NG+ you can just equip the title once and you'll gain all the necessary passives faster.
 

AlxJeager

Newbie
Jan 25, 2019
17
6
I tried to install the ccmod, but it ends up with fail to load:img errors, does anyone know what to do!?

Edit*... Nvm, I figured it out v:
 
Last edited:

zoomies

Well-Known Member
Jun 4, 2017
1,057
863
Another question:

Is there a way to unlock various sex skills, without having to go through the grind? I've tried adding the passives that unlock them using a save editor, it shows there's a passive under "vaginal sex" (even though I'm virgin), but when I go in it there's nothing there, so I assume it doesn't work.
you can edit the passive requirment in the js/remkarrynsex
 
  • Like
Reactions: PaNiq

Karminator

Member
Dec 12, 2021
413
353
The game is pretty dope once you figure out the basics . Just finished the game without cheats which isn't really hard if you increase slut lv to max while in the easier floors in the first few weeks . Then you can pretty much sleep your way to the end only problem is it takes too long .



My biggest problem is once she take few Hits she goes into slut mode and there is no option to break her out . Is there a way to go back to fighting?
 
  • Like
Reactions: downloadstuffs

dodozik

New Member
Jan 6, 2022
1
0
There is any utility about exhibition? Like doses it up tour charm of Make the prisonner cum faster ? Beside of not getting frustrate i do not Saw any usefull of making it or use it
 

hoolighan

Newbie
Oct 26, 2017
29
21
I need some help from the modders on here - I'm trying to edit the .js scripts to make it so it's not necessary for Karryn to be wet to have enemies initiate sex with her. I've fiddled around with RemtairyEnemy.js and RemtairyKarryn.js with any lines that have "isWet" in them, but yielded no results. Am I supposed to modify anything else to get this to work?
 

Trughartar

Newbie
Jan 22, 2018
80
51
I need some help from the modders on here - I'm trying to edit the .js scripts to make it so it's not necessary for Karryn to be wet to have enemies initiate sex with her. I've fiddled around with RemtairyEnemy.js and RemtairyKarryn.js with any lines that have "isWet" in them, but yielded no results. Am I supposed to modify anything else to get this to work?
What you'll need is in file RemtairyKarryn.js the function
Code:
Game_Actor.prototype.canGetPussyInserted = function(actorSkill, kickCounter) {
By default that returns false if !wet (ie, not wet)
 

hoolighan

Newbie
Oct 26, 2017
29
21
What you'll need is in file RemtairyKarryn.js the function
Code:
Game_Actor.prototype.canGetPussyInserted = function(actorSkill, kickCounter) {
By default that returns false if !wet (ie, not wet)
Thanks, I was already looking in that area and fiddling around with those lines but nothing was working.

In the end, I just removed the entire line:

if(!kickCounter && !this.isWet) return false;

And that got me the results I wanted!
 
4.60 star(s) 455 Votes