Purple_Heart

Engaged Member
Oct 15, 2021
3,000
5,335
637
Anyone ever thought of removing/editing the warden level limit?
RemtairyResults.js
Edit this function: Game_Actor.prototype.getWardenLevelLimit = function()
You might also want to find and change a few lines like these:
Code:
const RESULTS_EXP_MULTI_PAST_WARDEN_LVL_50
const RESULTS_PLVLS_BEFORE_EXP_REDUCE
const RESULTS_EXP_REDUCE_RATE
 
  • Like
Reactions: Tiredpuff

cpdk

Member
Aug 8, 2018
183
111
247
Has anyone an updated Passives - Titels list because the last one I could find here is from version 0.8?
I don´t know if there are any gym related ones and if there are any from the mods.
 

newtothisgame

New Member
Nov 25, 2021
13
0
76
Karryn's Prison [v1.0.5j Full] [Remtairy] – CCMod Compressed
compression of the modded version shared by Asenaris

Win/nw.js v1.0.5j modded · · Pixeldrain · (591.6 MiB :: 1.2 GiB)
This compression is unofficial, reduces asset quality, and may or may not break your game.
Hotfix APNGs · · Pixeldrain · (178.3 MiB)

Caveat emptor.

Edit:
❗Initial compression broke the animated PNG files and needed to be fixed. If you got this before this post was last updated you will need to apply the hotfix restoring the original files to the game. Sorry for the inconvenience!
sorry but there's no file . none of the links work
 

Deleted member 909093

Engaged Member
Sep 25, 2018
2,436
5,442
702
sorry but there's no file . none of the links work
Maybe because it's 2 years old?
How can i fix the Error the input is not a PNG file on CC_Mod pls help:<
Just learn to install the mods yourself, is the guide and are the mods
 
  • Like
Reactions: newtothisgame

mudamudadiobrando

New Member
Jun 11, 2023
7
1
21
someone know how to beat the yeti boss in the floor 4, cuz i reset the fight like an hundred of times but every time i'm about to win he seems like his hp can't fall below 1 or smth like that, my strategy is just focusing the boss, am i suppose to beat the trashmobs too ?
 

Purple_Heart

Engaged Member
Oct 15, 2021
3,000
5,335
637
Has anyone an updated Passives - Titels list because the last one I could find here is from version 0.8?
I don´t know if there are any gym related ones and if there are any from the mods.
If you install peromod or you can view all of them, their unlocking conditions and your progress on them.
 

Samimaru

New Member
Jul 5, 2023
3
1
127
It's saying my game is out of date because of the new CCMod version. How do I update it? Do I have to re-download the entire thing?
 

Mastajimbo55

Newbie
Aug 1, 2017
50
20
124
Nope. Every enemy has their preferred sex, which for goblins is cunnilingus then vaginal. Best you can do is pussy, blowjob and titfuck.
You can use ccmod to edit this so that goblins have more starting positions.
I also have wished for Karryn's to have her firsts be lost to goblins. How exactly does one use ccmod to edit the goblin so that they will fondle Karryn's bare breasts at desire level 50? Can this be done through notepad++ as well and how? I apologize if this had been addressed before. I did search and found no explanations on how to perform this particular edit. Thank you.
 

jerone-x

Newbie
Aug 21, 2023
62
88
118
I also have wished for Karryn's to have her firsts be lost to goblins. How exactly does one use ccmod to edit the goblin so that they will fondle Karryn's bare breasts at desire level 50? Can this be done through notepad++ as well and how? I apologize if this had been addressed before. I did search and found no explanations on how to perform this particular edit. Thank you.
The quote below explains how to do it

Yo. sorry for the late response.
So to change these you're gonna have to go into the mod files (it's easier than it sounds trust me). specifically bundle.js which is in www>mods>ccmod.

Also have these numbers handy
You don't have permission to view the spoiler content. Log in or register now.

When you open bundle.js, which you can do with just notepad, you wanna go to line 19341 or ctlr+f "Enemy pose start and skill additions"

if you scroll you see groupings with each enemy starting with guards then prisoner etc. to add more starting sex poses just put the number of the pose you want in the brackets of 'defaultValue: []' for that enemy type, save and you're good to go.

so for example if i want to give orcs anal and footjob you'd write

defaultValue: [1612, 1608]

and that's it. keep in mind not everything works with everyone. most work with every prisoner type except the monsters (yeti, slime and werewolf). all the named ones only work with the enemy type named. so orc paizuri will crash the game if you put it on something that's not an orc. Don't worry if you end up doing it btw. just go back to the file and erase the one causing the crash.
 
  • Heart
Reactions: Mastajimbo55

kostrr2

Newbie
Nov 27, 2022
48
20
44
Where can I find a mod or cheats so that there is no limit in days at a high level of difficulty? Like in secretary mode. I just like that at the maximum difficulty level, the opponents are much stronger and do not die with a single blow
 

Purple_Heart

Engaged Member
Oct 15, 2021
3,000
5,335
637
Where can I find a mod or cheats so that there is no limit in days at a high level of difficulty? Like in secretary mode. I just like that at the maximum difficulty level, the opponents are much stronger and do not die with a single blow
I am not sure what you mean with "limit" but I guess you are talking about grace period before control starts decreasing each day. If that's the case find codes I wrote below and change their values to your liking, I don't know what is the limit but you can always try it in a new save.
Codes are in RemtairyPrison.js
Code:
const PRISON_ANARCHY_GRACE_PERIOD_EASY = 60; //unused
const PRISON_ANARCHY_GRACE_PERIOD_NORMAL = 14;
const PRISON_ANARCHY_GRACE_PERIOD_HARD = 7;

const PRISON_ANARCHY_GRACE_LEVEL_ONE_MULTIPLER = 1;
const PRISON_ANARCHY_GRACE_LEVEL_TWO_MULTIPLER = 3;
const PRISON_ANARCHY_GRACE_LEVEL_THREE_MULTIPLER = 3;
const PRISON_ANARCHY_GRACE_LEVEL_FOUR_MULTIPLER = 3;
const PRISON_ANARCHY_GRACE_LEVEL_FIVE_MULTIPLER = 1;
 
  • Heart
Reactions: kostrr2

Purple_Heart

Engaged Member
Oct 15, 2021
3,000
5,335
637
Is there a code that increase Karryn's max pleasure?
I'm not sure if "orgasm point" in the code means max pleasure but you can try it and see for yourself.
I'm also not sure if there is a max pleasure limit.
In RemtairyKarryn.js find and change code of this function:
Code:
Game_Actor.prototype.orgasmPoint = function() {
    let value = this._orgasmBasePoint + this.end * VAR_OP_PER_END + this.level * VAR_OP_PER_CLVL;
    return value;
};
I suggest modifying return value; line. For example try changing it to return value * 2; and see if she orgasms at 200% pleasure. If you want to modify the other line you might want to take a look at RemtairyBattler.js to find values of variables such as VAR_OP_PER_END and VAR_OP_PER_CLVL
I have not tried doing any of this by the way. Try it and see if it works. But before you do that I suggest making a backup of the file you are about to edit.
 
Last edited:
  • Heart
Reactions: Imitater
4.60 star(s) 496 Votes