Sinxflavio2

Active Member
Jul 14, 2017
825
981
P cups without more animations/petting options/nipple fuck its a waste
Just a question, it was confirmed that wouldn't have any of this? i really don't know, it would be a really waste of potencial, smaller boobs remove possibilites, but bigger boobs expands(pum not intended) it, i was really anxious to see new animations/interactions, and was trully hoping for nipple fuck to be added(no judge boyz)
 
  • Like
Reactions: L4ki

Sinxflavio2

Active Member
Jul 14, 2017
825
981
Do you guys have sugestion about what edict should i choose for
1. Make karyyn strong
2. Make karyyn Slutty
Thank you in advance
i think that depends if you want a pure run or slut run, or kinda wants to resist as long as you can(in this case maybe stronger)
 

abhi20

Newbie
May 18, 2022
21
0
Basically what Karryn can get exposed to is all dependant on her desires. If you want to boost it along, you can use the Willpower skills that boost her desires. If you want to know the precise requirements, they are by default (pardon the code, but I can't be arsed to type them all out):

JavaScript:
Game_Actor.prototype.kissingMouthDesireRequirement = function(kissingLvl, karrynSkillUse) {
    let req = 75;
    if(kissingLvl === KISS_LVL_TWO) {
        req += 15;
    }

    if(this.hasPassive(PASSIVE_FIRST_KISS_ID)) req -= 15;

    if(this.isEquippingThisAccessory(RING_FINGERCLAW_ID)) req += 35;
    if(this.isEquippingThisAccessory(MISC_LIPGLOSS_ID)) req -= 20;

    return req;
};

Game_Actor.prototype.blowjobMouthDesireRequirement = function(karrynSkillUse) {
    let req = 100;


    if(this.isEquippingThisAccessory(MISC_PHONESTRAP_ID)) req -= 15;


    return req;
};

Game_Actor.prototype.suckFingersMouthDesireRequirement = function(karrynSkillUse) {
    let req = 50;

    return req;
};

Game_Actor.prototype.blowjobCockDesireRequirement = function(karrynSkillUse) {
    let req = 65;


    if(this.isEquippingThisAccessory(MISC_PHONESTRAP_ID)) req -= 15;


    return req;
};

Game_Actor.prototype.mouthSwallowCockDesireRequirement = function(karrynSkillUse) {
    let req = 100;

    if(this._denyingInternalEjaculations) {
        req += 5 + this.sadismLvl() * 2;
    }

    return req;
};

Game_Actor.prototype.handjobCockDesireRequirement = function(karrynSkillUse) {
    let req = 80;


    if(this.isEquippingThisAccessory(RING_SCORPION_ID)) req += 30;
    if(this.isEquippingThisAccessory(MISC_NAILPOLISH_ID)) req -= 20;


    return req;
};

Game_Actor.prototype.cockPettingCockDesireRequirement = function(karrynSkillUse) {
    let req = 50;


    return req;
};

Game_Actor.prototype.boobsPettingBoobsDesireRequirement = function(karrynSkillUse) {
    let req = 50;


    return req;
};

Game_Actor.prototype.nipplesPettingBoobsDesireRequirement = function(karrynSkillUse) {
    let req = 75;

    return req;
};

Game_Actor.prototype.tittyFuckBoobsDesireRequirement = function(karrynSkillUse) {
    let req = 100;

    if(this.isEquippingThisAccessory(MISC_EYELINER_ID)) req -= 15;


    return req;
};

Game_Actor.prototype.tittyFuckCockDesireRequirement = function(karrynSkillUse) {
    let req = 65;

    if(this.isEquippingThisAccessory(RING_PEARL_ID)) req += 20;
    if(this.isEquippingThisAccessory(MISC_EYELINER_ID)) req -= 15;


    return req;
};

Game_Actor.prototype.clitPettingPussyDesireRequirement = function(karrynSkillUse) {
    let req = 50;

    return req;
};

Game_Actor.prototype.cunnilingusPussyDesireRequirement = function(karrynSkillUse) {
    let req = 85;

    return req;
};

Game_Actor.prototype.pussyPettingPussyDesireRequirement = function(karrynSkillUse) {
    let req = 75;


    return req;
};

Game_Actor.prototype.pussySexPussyDesireRequirement = function(karrynSkillUse) {
    let req = 100;


    if(this.isEquippingThisAccessory(MISC_HIGHHEELS_ID)) req -= 15;


    return req;
};

Game_Actor.prototype.pussySexCockDesireRequirement = function(karrynSkillUse) {
    let req = 85;

    if(this.isEquippingThisAccessory(RING_CHAINHAND_ID)) req += 20;
    if(this.isEquippingThisAccessory(MISC_HIGHHEELS_ID)) req -= 15;


    return req;
};

Game_Actor.prototype.pussyCreampieCockDesireRequirement = function(karrynSkillUse) {
    let req = 100;


    if(this.isEquippingThisAccessory(RING_CHAINHAND_ID)) req += 20;

    if(this._denyingInternalEjaculations) {
        req += 5 + this.sadismLvl() * 2;
    }

    return req;
};

Game_Actor.prototype.buttPettingButtDesireRequirement = function(karrynSkillUse) {
    let req = 50;

    return req;
};

Game_Actor.prototype.spankingButtDesireRequirement = function(karrynSkillUse) {
    let req = 65;

    if(this.isEquippingThisAccessory(RING_MIDI_ID)) req += 20;

    return req;
};

Game_Actor.prototype.analPettingButtDesireRequirement = function(karrynSkillUse) {
    let req = 75;


    return req;
};

Game_Actor.prototype.analSexButtDesireRequirement = function(karrynSkillUse) {
    let req = 100;


    if(this.isEquippingThisAccessory(MISC_SCARF_ID)) req -= 15;


    return req;
};

Game_Actor.prototype.analSexCockDesireRequirement = function(karrynSkillUse) {
    let req = 85;

    if(this.isEquippingThisAccessory(RING_DOUBLE_ID)) req += 20;
    if(this.isEquippingThisAccessory(MISC_SCARF_ID)) req -= 15;


    return req;
};

Game_Actor.prototype.analCreampieCockDesireRequirement = function(karrynSkillUse) {
    let req = 100;

    if(this.isEquippingThisAccessory(RING_DOUBLE_ID)) req += 20;

    if(this._denyingInternalEjaculations) {
        req += 5 + this.sadismLvl() * 2;
    }

    return req;
};

Game_Actor.prototype.rimjobMouthDesireRequirement = function(karrynSkillUse) {
    let req = 100;


    if(this.isEquippingThisAccessory(RING_GOLDGLASS_ID)) req += 20;

    if(ConfigManager.disableRimjobs) return 999;
    return req;
};

Game_Actor.prototype.footjobCockDesireRequirement = function(karrynSkillUse) {
    let req = 65;

    if(this.isEquippingThisAccessory(RING_GOLDGLASS_ID)) req += 30;

    return req;
};

Game_Actor.prototype.clitToyPussyDesireRequirement = function(karrynSkillUse) {
    let req = 65;


    return req;
};

Game_Actor.prototype.pussyToyPussyDesireRequirement = function(karrynSkillUse) {
    let req = 110;

    if(this.hasPassive(PASSIVE_FIRST_SEX_ID)) req -= 20;

    return req;
};

Game_Actor.prototype.analToyButtDesireRequirement = function(karrynSkillUse) {
    let req = 85;



    return req;
};

Game_Actor.prototype.bodyBukkakeCockDesireRequirement = function(karrynSkillUse) {
    let req = 35;

    if(this._denyingExternalEjaculations) {
        req = Math.min(req + 10 + this.sadismLvl() * 5, this.faceBukkakeCockDesireRequirement());
    }

    return req;
};
Game_Actor.prototype.faceBukkakeCockDesireRequirement = function(karrynSkillUse) {
    let req = 90;

    if(this._denyingExternalEjaculations) {
        req += 5 + this.sadismLvl() * 2;
    }

    return req;
};
So, for example, the Mouth Desire requirement for someone to kiss Karryn is a base of 75, which gets boosted by another 15 if her kissing level is 2 or higher - but reduced by 15 if she gets the first kiss passive (which she'll have before she gets to level 2, so the level 2 just cancels out the first kiss passive). Further, you can increase or reduce it with certain accessories. Enjoy.

edit: Oh, btw, I may have raised some of those requirements I pasted above, as I've been trying to get the kick counter and stupid handjobs get in the way. But I didn't change many, or by very much. For the original list you can check RemtairyKarrynPassives.js in your own library.
what is the name of this file??
 

Kitashi_7

Member
Aug 23, 2021
163
205
would cc mod work on newest version just for the autosave?
i just have this compulsory need for saving all the time.
Almost all the gameplay mods and visual mods are outdated and only up to date for older versions of the game and will not be updated until the the CG updates (now finished) and P-cup DLC are released as it would be a bunch of excess work to have to update the mod every time because something got changed so expect those updates a few months down the line. Rem has said release target is within the first half of 2024 for id guesstimate about another couple months give or take a couple weeks for the P-cups to release
 
  • Like
Reactions: spokkimax

Sarojin

Active Member
Jul 9, 2017
804
1,090
I can't run the game at all, I wonder what's the problem?
I don't know man, you might want to try downloading it again.

There's also a chance this could be the 100th time someone's had a similar issue, could be that too.
 

OofieChan

New Member
Jun 17, 2021
4
1
I don't know man, you might want to try downloading it again.

There's also a chance this could be the 100th time someone's had a similar issue, could be that too.
Alright, gonna try to redownload the game again using Workupload. Hopefully it will work
 

zebucetiva

Active Member
Jun 24, 2018
670
802
Sorry for the silly question but how to get sex gym scenes?
My gym reputation is already 5 and all I'm getting is hardons on screen...
 

DrakeWasHere2

Active Member
Jun 8, 2017
580
963
Thanks friend.
Another question: how I unlock slutty karryn? I mean, in my run she's already Slut Level 155...
Keep letting her get violated. When she can do the sex actions or when you unlock them, it should allow her to start doing sexual things in the gym.

I don't know if there is really a 'fast' way about it. You could try Reception job, call line of men up and have goblin fuck her. Sometimes men will get a special !!! mark and request favors from her. Or just do bar and get her drunk a few times and gangbang scene.
 
  • Like
Reactions: zebucetiva

desgrasa

Newbie
Oct 23, 2018
33
1
Almost all the gameplay mods and visual mods are outdated and only up to date for older versions of the game and will not be updated until the the CG updates (now finished) and P-cup DLC are released as it would be a bunch of excess work to have to update the mod every time because something got changed so expect those updates a few months down the line. Rem has said release target is within the first half of 2024 for id guesstimate about another couple months give or take a couple weeks for the P-cups to release
i tested and it works as long as it doens't overwrite the new cgs, so i can still save the game every 5 or 7 steps.
 

burz_ex

New Member
Aug 9, 2020
13
40
To run the game on Linux you can download "NORMAL" package from nwjs website ( ) and replace the game files with files from an archive (as you can see - almost all file names are matches).
After that just run "nw" executable and all thing should work fine, cuz the game logic itself contains in the "www" directory.
 
4.60 star(s) 424 Votes