Purple_Heart

Engaged Member
Oct 15, 2021
2,640
4,275
When game loads she starts without clothes on, and I can't seem to escape that loop where she gives handjobs and blowjobs in the room near the bar
I don't understand what you mean by "when game loads she starts without clothes". If she is waking up without clothes you can use ccmod to fix her clothes, just interact with the bed and you should see an option there but it will cost you a little bit of money.

Another thing that's been bugging me is the energy loss when Karen cum's. I'd like to either decrease or increase energy points that she is losing, I think the default loss is 4 points. Do you have any suggestions on which script or value I should edit to make that happen?
Orgasm damage is calculated in RemtairyKarrynPassives.js, search for this function:
Game_Actor.prototype.passiveFemaleOrgasmEnergyDamage = function()

By the way, I recently installed CCMod and it seems that the sex scenes are starting much faster than before. I've kept the values on default, but it hasn't made a difference. Do you have any ideas on how I can adjust the settings to match the original pace or something similar? I also increased required desires for everything to max, but it didn't help...
Sorry, I have no idea. Try messing around in mod settings and see if there is an option to change desire gain rates.
 

TheUberstuff

Well-Known Member
Jul 28, 2020
1,391
1,865
ok I used the search for this and there were so many posts that were the opposite of what I was looking for. Is there a way to get rid of the toys? They annoy the hell out of me and it really ruins the game for me. Happy to use a mod if there is one but just not going to keep playing when I have forced to deal with toys.
 

shade555

Newbie
Jan 28, 2021
59
54
Looking for assistance here.

It looks like some setting in CC Mod breaks Coach Masturbation. When opened, it displays an empty menu under 'masturbate' option (so the game effectively soft-hangs).
As one possible solution mentioned somewhere above, I have attempted to disable 'Onlyfans>Camera Overlay' option in the mod, but it didn't really change the outcome, coach masturbation menu is still empty.
If 'Mods' folder is renamed (removing all mods), masturbation works as it should with this save.

Any advice?
 

rei_x

Member
Dec 26, 2023
207
283
I don't understand what you mean by "when game loads she starts without clothes". If she is waking up without clothes you can use ccmod to fix her clothes, just interact with the bed and you should see an option there but it will cost you a little bit of money.
I apologize for any confusion. The issue is that I had autosave enabled, and the most recent save shows her without clothes, making it difficult to escape to her room and dress again without triggering an endless stream of sexual encounters. This is because when she's naked, she attracts attention and it's not easy to escape from others. Additionally, when she's unarmed, she's unable to fend off waves of attackers. That's why I'm interested in knowing if there's any way to modify the script so that she's dressed at the start of each save. I hope this clarifies things for you.
 

Purple_Heart

Engaged Member
Oct 15, 2021
2,640
4,275
I apologize for any confusion. The issue is that I had autosave enabled, and the most recent save shows her without clothes, making it difficult to escape to her room and dress again without triggering an endless stream of sexual encounters. This is because when she's naked, she attracts attention and it's not easy to escape from others. Additionally, when she's unarmed, she's unable to fend off waves of attackers. That's why I'm interested in knowing if there's any way to modify the script so that she's dressed at the start of each save. I hope this clarifies things for you.
You can edit clothing parameters using RJ Cheat Menu:
Untitled.png
 
  • Heart
Reactions: rei_x

Purple_Heart

Engaged Member
Oct 15, 2021
2,640
4,275
ok I used the search for this and there were so many posts that were the opposite of what I was looking for. Is there a way to get rid of the toys? They annoy the hell out of me and it really ruins the game for me. Happy to use a mod if there is one but just not going to keep playing when I have forced to deal with toys.
Backup your file and see if this works. Open RemtairyEnemy.js and find these codes:
Code:
Game_Enemy.prototype.canInsertPinkRotor = function(target) {
    return target.canGetClitToyInserted() && this._hasPinkRotor;
};
Game_Enemy.prototype.canInsertPenisDildo = function(target) {
    return target.canGetPussyToyInserted() && this._hasPenisDildo;
};
Game_Enemy.prototype.canInsertAnalBeads = function(target) {
    return target.canGetAnalToyInserted() && this._hasAnalBeads;
};
Then change return lines in each function to return false; It should look like this:
Code:
Game_Enemy.prototype.canInsertPinkRotor = function(target) {
    return false;
};
Game_Enemy.prototype.canInsertPenisDildo = function(target) {
    return false;
};
Game_Enemy.prototype.canInsertAnalBeads = function(target) {
    return false;
};
This change should prevent enemies from inserting toys into Karryn but it shouldn't prevent them from playing with already inserted toys.
 

zoomies

Well-Known Member
Jun 4, 2017
1,061
864
ok I used the search for this and there were so many posts that were the opposite of what I was looking for. Is there a way to get rid of the toys? They annoy the hell out of me and it really ruins the game for me. Happy to use a mod if there is one but just not going to keep playing when I have forced to deal with toys.
raise the passive requirement in rempassives js.
 
  • Like
Reactions: TheUberstuff

HappyGoomba

Active Member
Mar 7, 2020
761
766
I apologize for any confusion. The issue is that I had autosave enabled, and the most recent save shows her without clothes, making it difficult to escape to her room and dress again without triggering an endless stream of sexual encounters. This is because when she's naked, she attracts attention and it's not easy to escape from others. Additionally, when she's unarmed, she's unable to fend off waves of attackers. That's why I'm interested in knowing if there's any way to modify the script so that she's dressed at the start of each save. I hope this clarifies things for you.
You can prevent "scandalous mode" by doing this:
https://f95zone.to/threads/karryns-prison-v1-2-9-64-dlcs-remtairy.33777/post-13881567
 
  • Heart
Reactions: rei_x

LOGhetto

Active Member
Nov 8, 2017
532
1,361

ayylm4a00

Newbie
Mar 5, 2018
93
307
Heyyy~~
We've got another one~~

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
There's no changes / no renewal (Unless me blind) : default "renewed" or "Spoiler 2", and current default are the same in my eyes

I used paint net to try and see a difference

You don't have permission to view the spoiler content. Log in or register now.
 
  • Thinking Face
Reactions: Purple_Heart

The_Knut

Member
Jul 16, 2021
473
465
I dont get why the cgs are being renewed anyway. Is it practice for their next game?
That was already answered some pages ago if you search it but basically the dev is keeping the artist busy while they think about what to do next.
 
4.60 star(s) 461 Votes