krex44

Newbie
Mar 5, 2020
33
2
how do i change the requirements for the wide open pussy kick passive? i have already earned the victim of sex counterattack passive. i also changed the values for [passive_kick_counter_sex_count_two_id] and [passive_kick_counter_sex_count_three_id] in the remtairykarrynpassives.js to 2 and 3 respectively. i have been making karryn go get kick counter sexed however i still don't get the passive that would give her the light kick skill.
 

srx47

Member
May 8, 2018
153
596
For those who want all sex skills from start
in RemtairyKarrynSex.js
Code:
///////////
// Sex Skill Passive Requirement

Game_Actor.prototype.karrynKissSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_KISS_PEOPLE_TWO_ID);
};
Game_Actor.prototype.karrynCockStareSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_KARRYN_STARE_COCK_ONE_ID);
};
Game_Actor.prototype.karrynCockPetSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_HJ_COUNT_THREE_ID);
};
Game_Actor.prototype.karrynHandjobSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_HJ_COUNT_TWO_ID);
};
Game_Actor.prototype.karrynRimjobSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_RIMJOB_COUNT_TWO_ID);
};
Game_Actor.prototype.karrynFootjobSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_FOOTJOB_COUNT_TWO_ID);
};
Game_Actor.prototype.karrynBlowjobSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_BJ_COUNT_TWO_ID);
};
Game_Actor.prototype.karrynTittyFuckSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_TITTYFUCK_COUNT_TWO_ID);
};
Game_Actor.prototype.karrynPussySexSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_PUSSY_SEX_COUNT_TWO_ID);
};
Game_Actor.prototype.karrynAnalSexSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_ANAL_SEX_COUNT_TWO_ID);
};
Game_Actor.prototype.karrynHasAnySexSkill = function() {
    return this.karrynKissSkillPassiveRequirement() || this.karrynCockStareSkillPassiveRequirement() || this.karrynCockPetSkillPassiveRequirement() || this.karrynHandjobSkillPassiveRequirement() || this.karrynRimjobSkillPassiveRequirement() || this.karrynFootjobSkillPassiveRequirement() || this.karrynBlowjobSkillPassiveRequirement() || this.karrynTittyFuckSkillPassiveRequirement() || this.karrynPussySexSkillPassiveRequirement() || this.karrynAnalSexSkillPassiveRequirement();
};
replace with
Code:
Game_Actor.prototype.karrynKissSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_SECRET_CURIOSITY_ID);
};
Game_Actor.prototype.karrynCockStareSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_SECRET_CURIOSITY_ID);
};
Game_Actor.prototype.karrynCockPetSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_SECRET_CURIOSITY_ID);
};
Game_Actor.prototype.karrynHandjobSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_SECRET_CURIOSITY_ID);
};
Game_Actor.prototype.karrynRimjobSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_SECRET_CURIOSITY_ID);
};
Game_Actor.prototype.karrynFootjobSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_SECRET_CURIOSITY_ID);
};
Game_Actor.prototype.karrynBlowjobSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_SECRET_CURIOSITY_ID);
};
Game_Actor.prototype.karrynTittyFuckSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_SECRET_CURIOSITY_ID);
};
Game_Actor.prototype.karrynPussySexSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_SECRET_CURIOSITY_ID);
};
Game_Actor.prototype.karrynAnalSexSkillPassiveRequirement = function() {
    return this.hasPassive(PASSIVE_SECRET_CURIOSITY_ID);
};
Game_Actor.prototype.karrynHasAnySexSkill = function() {
    return this.karrynCockStareSkillPassiveRequirement();
};
in RemtairyEnergy.js
Code:
//////////
// Open Pleasure
// Pleasure Stance
//////////////

Game_Actor.prototype.skillCost_openPleasure = function() {
    return 0;
};

Game_Actor.prototype.showEval_openPleasure = function(multiTurnVersion) {
    let hasPassive = this.hasPassive(PASSIVE_SEXUAL_PARTNERS_TOTAL_TWO_ID);
    
    if(multiTurnVersion) {
        if(!hasPassive)
            return false;
    }
    else if(!hasPassive && this.energy > 0)
        return false;
    
    return (this.isInSexPose() || this.isInDownPose()) && !this.justOrgasmed();
};
replace with
Code:
//////////
// Open Pleasure
// Pleasure Stance
//////////////

Game_Actor.prototype.skillCost_openPleasure = function() {
    return 0;
};

Game_Actor.prototype.showEval_openPleasure = function() {
    let hasPassive = this.hasPassive(PASSIVE_SECRET_CURIOSITY_ID);
    
    if(multiTurnVersion) {
        if(!hasPassive)
            return false;
    }
    else if(!hasPassive && this.energy > 0)
        return false;
    
    return (this.isInSexPose() || this.isInDownPose()) && !this.justOrgasmed();
};
the rest in RemtairyWillpower.js
You can get Secret Curiosity in prologe battle, just let any desire max.
Here is scree from first battle:
1621877896105.png
 
Last edited:

Morfina

New Member
Sep 24, 2019
9
3
You don't have permission to view the spoiler content. Log in or register now.
How much corruption and slut lvl did your Karryn had? Mine had 295SL and 76 Corruption and her monologue was a bit different. She was a little sorry for being such a slut but was thinking that living slut queen live is not bad either. No cumming while fantasizing tho.
 

fart1111

Member
Oct 31, 2019
274
592
How much corruption and slut lvl did your Karryn had? Mine had 295SL and 76 Corruption and her monologue was a bit different. She was a little sorry for being such a slut but was thinking that living slut queen live is not bad either. No cumming while fantasizing tho.
Like 310, over 100 corruption, and a huge masochist.
 

Rannug

Member
Apr 23, 2019
167
232
How much corruption and slut lvl did your Karryn had? Mine had 295SL and 76 Corruption and her monologue was a bit different. She was a little sorry for being such a slut but was thinking that living slut queen live is not bad either. No cumming while fantasizing tho.
mine has 253 SL and 180 Corruption and is a Sadist.
 

zoomies

Well-Known Member
Jun 4, 2017
1,051
863
anybody know how to enable debug mode? there are a few things i saw in the codes i'd like to try such as:
SKILL_DEBUG_DEFEAT_ALL_ID
SKILL_DEBUG_STRIP_CLOTHES_ID
 

Mankey123

Member
Feb 25, 2021
198
48
Yeah I think im going to wait unti lthe full game is released I want to fully enjoy the game in one go not wait for months to get a small piece every time
 
Jan 8, 2020
23
32
is there a way to mod the game to decrease how much desire you need to do sex acts?
my guess is that the values can be changed in the plugin files.
You can modify the desire requirements for sex acts by modifying this file;
Karryn's Prison\www\js\plugins\RemtairyKarrynPassives.js
Just search for "Desire Requirements" and you should land above kissingMouthDesireRequirement.
You don't have permission to view the spoiler content. Log in or register now.
Change the number in "let req = 75;" to whatever number you want.
Though I recommend you put in the old value after two blackslashes at the end of the line(this works as a reminder), just incase.
Code:
Game_Actor.prototype.kissingMouthDesireRequirement = function(kissingLvl, karrynSkillUse) {

    let req = 10;//75
Or just backup the file before you mess with it, whatever you prefer.
Backup your save too. I have no idea what could happen if the values go negative. I've only ever used this to raise the value.
 
  • Like
Reactions: Vyl
Jan 28, 2018
370
174
Aside from modding values, has anyone figured out a way to encourage exhibition traits/passives? Or vice versa can the modded values (aka force Karynn to be always naked) increase the chances of unlocking exhibition passives and titles?
 

gojuman

Newbie
Feb 25, 2021
24
24
After the new update my titjobs can do up to 90% pleasure damage in a single hit but every other sex attack rarely breaks above 15% and usually hovers around 5%. I have almost sex passive unlocked. Anyone had a similar experience?
 
Nov 4, 2018
116
214
Why aren't they making games like this, this is such a masterpiece, i would love to play games similar to this.
People are still willing to pay for cheaply and quickly made eroge that is sub par in comparison. I have seen a multiple number of games that I have played off this site that were just a waste of space, but on steam they will have outstanding reviews and people will lap the same shallow quality up over and over.

Usually RPGM games are a huge red flag that the game will be boring and a churned out product. This developer is one of the few exceptions.
 
4.60 star(s) 439 Votes