Purple_Heart

Engaged Member
Oct 15, 2021
2,123
3,591
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
168
101
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
11
0
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
 

mudamudadiobrando

New Member
Jun 11, 2023
6
1
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
2,123
3,591
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
2
1
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
38
16
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
47
78
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.
 
  • Red Heart
Reactions: Mastajimbo55

kostrr2

Newbie
Nov 27, 2022
46
19
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
2,123
3,591
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;
 
  • Red Heart
Reactions: kostrr2
4.60 star(s) 424 Votes