rei_x

Member
Dec 26, 2023
205
278
Infirmary is not accessible. I would've loved a nurse sidejob in there but...
me too brother, me to...
There is a gloryhole "job" on 2nd floor if you buy a certain edict named "fix middle stall" or something similar.
Aha, yea I unlocked that too. Also, I got scenes when she suck and let them fuck her.



Also, I've got a question about js scripts. 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 and also when I tried to runaway I found myself again in another loop when she loses and gets gangbanged in a bathroom. I'd really appreciate it if you could help me figure out which script values I need to change to have Karen start with her clothes on.

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?

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...
 

Purple_Heart

Engaged Member
Oct 15, 2021
2,534
4,142
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,342
1,770
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
53
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
205
278
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,534
4,142
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,534
4,142
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,057
863
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
740
738
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,360

ayylm4a00

Newbie
Mar 5, 2018
86
279
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
4.60 star(s) 455 Votes