CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

nohjuan1123

New Member
Jun 10, 2021
11
3
how to add a mod on the game
Hi there, friend. First, you can follow the discord group posted on the first page. Then in discord, look for the channel with KP-modding. Once you're in, the channel has a pinned comment with all the popular mods. Some of the mods have instructions written in the channel post. All of the mods have instructions in their readme.txt files. Alternatively, if you have the steam version, there are some mods there, probably just subscribe under the workshop, not sure.
 
Dec 18, 2019
39
24
how to add a mod on the game
for the basic prison stats you have to edit karrynprison.js file in the "www" folder with the block note (windows) for what i know there are not other way to "mod" this game , you have to find the value/stat (like +100 order every day) do you want to modify in the www folder . it's not easy good luck soldier
 
  • Like
Reactions: Sam1364

Ellioto

Active Member
Sep 26, 2017
519
279
Anyone have a link to the post that listed the different positions in the game? The search function sucks.
 

SylvanaHellsing

Active Member
Mar 22, 2019
593
361
SOME...BODY!♪ know where I can modify the js for increase the warden level max? 50 vanilla is a little too short and a little boring...
 

Purple_Heart

Engaged Member
Oct 15, 2021
2,433
3,998
SOME...BODY!♪ know where I can modify the js for increase the warden level max? 50 vanilla is a little too short and a little boring...
Look for Game_Actor.prototype.getWardenLevelLimit = function() in RemtairyResults.js
You should also consider changing following codes(in the same file) to make it easier to levelup past 50:
Code:
const RESULTS_EXP_MULTI_PAST_WARDEN_LVL_50 = 0.05;
const RESULTS_PLVLS_BEFORE_EXP_REDUCE = 10;
const RESULTS_EXP_MULTI_PER_WARDEN_LVL = 0.008;
const RESULTS_EXP_MULTI_PER_PARAM_LVL = 0.013;
 
Last edited:

SylvanaHellsing

Active Member
Mar 22, 2019
593
361
Look for Game_Actor.prototype.getWardenLevelLimit = function() in RemtairyResults.js
You should also consider changing following codes(in the same file) to make it easier to levelup past 50:
Code:
const RESULTS_EXP_MULTI_PAST_WARDEN_LVL_50 = 0.05;
const RESULTS_PLVLS_BEFORE_EXP_REDUCE = 10;
const RESULTS_EXP_MULTI_PER_WARDEN_LVL = 0.008;
const RESULTS_EXP_MULTI_PER_PARAM_LVL = 0.013;
Yes! Thank you Purple!
Now with that, i'm going to make the ennemy stronger!
 
Last edited:
  • Like
Reactions: Purple_Heart
4.60 star(s) 446 Votes