Purple_Heart

Engaged Member
Oct 15, 2021
2,123
3,592
Hey there, does anyone know where I can find the code to modify clothing durability? :)
This is for edicts, I don't know where is base clothing durability:
FILE = Karryn's Prison\www\js\plugins\RemtairyEdicts.js
UNDER Game_Actor.prototype.edictsBonusClothingMaxDurability = function(skillId)
MODIFY THESE LINES:
if(this.hasEdict(EDICT_WARDEN_CLOTH_UPGRADE_FOUR)) bonus += 805;
else if(this.hasEdict(EDICT_WARDEN_CLOTH_UPGRADE_THREE)) bonus += 550;
else if(this.hasEdict(EDICT_WARDEN_CLOTH_UPGRADE_TWO)) bonus += 330;
else if(this.hasEdict(EDICT_WARDEN_CLOTH_UPGRADE_ONE)) bonus += 150;
if(this.hasEdict(EDICT_BAR_WAITRESS_OUTFIT_II)) bonus += 300;
if(this.hasEdict(EDICT_RECEPTIONIST_OUTFIT_II)) bonus += 300;
 
  • Love
Reactions: NewGuy6000

Asenaris

Conversation Conqueror
Aug 31, 2018
6,429
24,406
Here you go!

Empress Ending: Save 20 (Cheats Enabled - Only Mandatory Passives)
Happy Ending: Save 21 (Legitimate - With Front Virginity Intact)
Bad Ending: Save 22 (Cheats Enabled)
the game does not see save data
 

I_like_Boobs

Member
Jun 12, 2019
112
158
does somebody know where i can find the pleasure stance skill and how i can increase the number of rounds to lets say 100
 

raifrech

New Member
Jan 1, 2022
9
0
What you mean? Just in general to counter sexual attacks or you mean passives that boost counter attacks?

If you want to avoid sexual attacks use Taunt to make enemies do normal attack more and pair it with the will power ability to chance to counter attack. There is also that ability/skill later on to in skill tree that you can get to use either to increase counter attacks or evade all sorts of attacks including sexual.



Its on front page. Down in the links of the intro/first post. Titles/Passive Guide.
Still learning this game mechanic, but there is passive "victim of $ex counterattack, wide open pu$$y, and kicks literally full of holes" that state enemy sexual counterattack.
 

igotnostuffs

Member
Nov 10, 2019
117
97
might be a good time to make tiny little mods of this game instead of waiting for that one big mod to update.

Compatability: Its a simple mod, it mostly likely will work in all past and future versions

What the mod does:
  • Disables autosave
  • Enable saving everywhere

How to install:
  1. Open up mods.txt
  2. Add this line right below the // Start adding mods below this line
    • {"name":"CC2_SaveAutoSaveMod","status":true,"description":"","parameters":{}},
  3. Extract CC2_SaveAutoSaveMod.js in to the mods folder.

Cheers~
 

zoomies

Well-Known Member
Jun 4, 2017
1,050
862
Would anyone happen to have this one mod that was posted in the Remtairy discord? I remember the creator posted it for testing then removed the link. It had like a weapon system and it gave Karryn black clothes.
search corta's posts on discord, he posted it there some time ago
 

zoomies

Well-Known Member
Jun 4, 2017
1,050
862
So for some reason, with the newest version I downloaded (1.0.2a), whenever I try to change the desire requirements in the RemitaryKarrynPassives.js the game doesn't seem to recognize the change. This wasn't an issue before... anyone know what's up? Is there backup code somewhere to protect it from being edited?
works same as before for me, are you restarting the game after you make the changes?
 
Last edited:

igotnostuffs

Member
Nov 10, 2019
117
97
Here's a tweak I always do directly in the game files but now in mod form.

Compatability: 1.0.2a

What the mod does:
  • Modify desire requirements
How to use:
  1. Open the CC2_DesireRequirementMod.js
  2. Modify the const values
    • a value of negative would subtract the final total requirement with the value

How to install:
  1. Open up mods.txt
  2. Add this line below the // Start adding mods below this line
    • {"name":"CC2_DesireRequirementMod","status":true,"description":"","parameters":{}},
  3. Extract CC2_DesireRequirementMod.js in to the mods folder.

Enjoy!
 
Jan 9, 2018
148
190
Been a few days since i last updated the cheat menu but that's because i'm running out of useful things to add without making it way too bloated.

But here's another update to the Cheat Menu (v6)! Check it out at the original post.

I added a panel for prison riots! You can a) modify the riot buildup values and b) check how likely the level is to riot tomorrow.

I removed the "Give Exp" panel because you don't increase Warden Level with exp in this game so it's useless. I also removed the option to change Control, because your Control value gets recalculated from your edicts and riots every time you go to sleep anyways, so editing it was pointless. :cry:
dunno wat ive done wrong but im getting the wrong menu ... ive used ur mod b4 and its worked fine :\ my one has the cursed settings tht crashes ur game. give exp still there etc. added everythin to mod txt file too like i sed ive used it b4 fine. I can view the F9 settings too, but the 1 settings are messed
 
Last edited:

Krude

Newbie
Dec 21, 2021
31
105
dunno wat ive done wrong but im getting the wrong menu ... ive used ur mod b4 and its worked fine :\ my one has the cursed settings tht crashes ur game. give exp still there etc. added everythin to mod txt file too like i sed ive used it b4 fine. I can view the F9 settings too, but the 1 settings are messed
That's weird, especially if the "Give Exp" panel is still there, since it's commented out in the latest version. Maybe it's an old version of the cheat menu still sitting around somewhere causing conflicts?

I'd try cleaning up first. Delete the Cheat_Menu.js and Cheat_Menu.css files from the \www\mods folder, and also delete them from the \www\js\plugins folder if they're there (that's the old location). Then delete this line
JavaScript:
{"name":"Cheat_Menu","status":true,"description":"","parameters":{}},
from the mods.txt, and also maybe check the www\js\plugins.js file if the line is still in there (for the old version) and remove it there, too.

Alternatively, just redownload the game fresh and carry over your save folder for a clean start.
Start the game without the cheat menu, see if it works properly, then close it and try to re-install the mod again.
Put the Cheat_Menu.js and Cheat_Menu.css files from v6 into www\mods\ and add the line mentioned above into your mods.txt again.

Hope it works out for you!
 
  • Red Heart
Reactions: thevideowatcher65
Jan 9, 2018
148
190
That's weird, especially if the "Give Exp" panel is still there, since it's commented out in the latest version. Maybe it's an old version of the cheat menu still sitting around somewhere causing conflicts?

I'd try cleaning up first. Delete the Cheat_Menu.js and Cheat_Menu.css files from the \www\mods folder, and also delete them from the \www\js\plugins folder if they're there (that's the old location). Then delete this line
JavaScript:
{"name":"Cheat_Menu","status":true,"description":"","parameters":{}},
from the mods.txt, and also maybe check the www\js\plugins.js file if the line is still in there (for the old version) and remove it there, too.

Alternatively, just redownload the game fresh and carry over your save folder for a clean start.
Start the game without the cheat menu, see if it works properly, then close it and try to re-install the mod again.
Put the Cheat_Menu.js and Cheat_Menu.css files from v6 into www\mods\ and add the line mentioned above into your mods.txt again.

Hope it works out for you!
fixed it bro thank you, the problem was i had emeralds menu mixed in... lool sozrry for that uve made somethin gr8 here
 

AininChase

Member
Oct 22, 2018
219
95
I saw a screenshot with karynn that has 9753 energy. How do you make her max energy go up to that? I've only managed to make her up 91. As for stamina, I did make it go up to 9600-ish.
 
4.60 star(s) 427 Votes