Purple_Heart

Engaged Member
Oct 15, 2021
2,286
3,779
can someone tell me in which files i find the values for the combat skills cooldowns? like cockkick?
RemtairyCombat.js has:
Game_Actor.prototype.cooldownEval_karrynArmSlash = function()
Game_Actor.prototype.cooldownEval_karrynLegThrust = function()
Game_Actor.prototype.cooldownEval_karrynHeadStrike = function()
Game_Actor.prototype.cooldownEval_karrynCleave = function()
Game_Actor.prototype.cooldownEval_karrynSkewer = function()
Game_Actor.prototype.cooldownEval_karrynSlam = function()

RemtairyKarrynSex.js has: Game_Actor.prototype.cooldownEval_karrynCockStare = function()

RemtairyWillpower.js has:
Game_Actor.prototype.cooldownEval_healingThoughts = function()
Game_Actor.prototype.cooldownEval_mindOverMatter = function()

RemtairyEnergy.js has:
Game_Actor.prototype.cooldownEval_revitalize = function()
Game_Actor.prototype.cooldownEval_secondWind = function()
Game_Actor.prototype.cooldownEval_fallenRest = function()

I don't know where rest of the skill cooldowns are, I couldn't find, if you happened to find it share it here I'm also looking for them.
 
Last edited:

Vexstear

Member
Jan 7, 2019
102
124
I tried to adapt the Cheat Menu to this game and there are some things I'd love help to implement, but all I learned for programming was from modding this game. I'm tagging who could maybe be able to solve some issues and most likely has helped me before, but feel free to ignore or reject:
HappyGoomba mamaboiii tetrayrok

Things that I changed:
You don't have permission to view the spoiler content. Log in or register now.

Things to be added or fixed:
- Control enemy's orgasm value
You don't have permission to view the spoiler content. Log in or register now.

File:
View attachment emerald's Cheat Menu (edited by ABD for Karryn's Prison) .rar

Preview:
kkp.png


PS.: I accidently made it so God Mode freezes time during the stripper job, made it could be a feature?
Also, forgot about trying to add a fatigue control option
 
Last edited:

Syngames

Newbie
Sep 27, 2020
25
3
I'm stuck on floor 2 boss for a good while how to I defeat it and from what I can tell there two ways to play combat or sexual I'm guessing you have to focus on one or the other if that is the case what one is better for first time and how do you even do sexual stuff the only stuff I got is from losing a fight?
 

ZeroSaber39

New Member
Mar 10, 2020
11
19
I'm stuck on floor 2 boss for a good while how to I defeat it and from what I can tell there two ways to play combat or sexual I'm guessing you have to focus on one or the other if that is the case what one is better for first time and how do you even do sexual stuff the only stuff I got is from losing a fight?
Well if I had to say sex is probably easiest on the first playthrough. In fact considering this is supposed to be a game where the main character gets corrupted into a slut over time it's intended for new players to start out with combat and eventually switch to sex.

That's why you don't get access to sex skills right off the bat, you start only able to fight and eventually get the sex skills as you become more corrupted.

As to how you unlock them well you're ment to get them gradually by losing, just keep losing and eventually you will unlock them, you learn them by having them done to you, be forced to give hand jobs enough times and eventually she learns how to do them herself, have sex enough and eventually she will become corrupted enough to want to initiate sex on her own and you gain the skill.

You can speed up the process by not using your mental skills to suppress your desires (though I would still do it because I like that struggle, rather then just seeing her give in but that's what I'm into)

Pure combat is certainly possible and fun once you understand the systems (most of my playthroughs lately are pure combat )but it's definitely the more challenging route to take as you basically need to speed run the game especially if you're going for a virgin playthrough you're fighting a losing battle if enough time passes you will get fucked literally and figuratively.

Iif you want to keep trying to continue with combat I will say do you have any of the special attack skills unlocked like "Slam, Cleave or Skewer"? Having at least 1 of those is pretty important for the 2nd boss as cleave and Skewer will cripple it's regeneration and slam will shut it off completely. (Though the doctor will reactivate it)

Also use the "focus" mind skill in addition to Ki as it gives you a counter attack chance, even if you can't directly target the other mobs in the fight you can still hit them with counters.

Also it doesn't matter if you're going sex or combat the Healing Thoughts skill is pretty much a must have skill for either.
 
Last edited:

Saionji11

Newbie
Jul 1, 2017
30
19
I'm running into a weird bug. After playing for a bit, I decided to do a bit of modding. Afterwards I noticed that the masochism passive tree wasn't showing up in the passives menu after starting a new game. I thought I may have messed something up so I did a clean install and saw that the tree still wasn't showing up, even when I select the masochist start trait. I've made sure to test getting several of the masochist traits as well as a second clean install in a different location, but the tree itself still isn't appearing. Am I missing something? I'm not sure how to fix this.
 

RedAISkye

Well-Known Member
Apr 10, 2017
1,147
2,586
Am i the only one getting this? Error: Failed to load: js/plugins/CheatMenu.js
yes yes I am and I don't what to do about looking around if there was something about it in the previous post around
That file belongs to RPGMaker MV CheatMenu plugin.

You can either install that again or uninstall it by deleting the following folder & files:-
Code:
Karryn's Prison\www\CheatData
Karryn's Prison\www\Cheat.html
Karryn's Prison\www\js\plugins\CheatMenu.js
Edit: I found out that the Cheat Menu plugin also adds a line in "plugins.js" file to enable the plugin to begin with. You can manually remove that line or just download v1.0.1h4 FULL which fixes that.
Code:
,
{"name":"CheatMenu","status":true,"description":"External cheat window, for easy item and variable modification.","parameters":{}}
 
Last edited:

Roseyurilife

Member
Jan 7, 2018
188
133
So im trying to use the guide here #10,790 and give the rouges a purpose since i dont like rimjob but i dont see it working, the idea was to give them handjob (1603), blowjob (1604), and footjob (1608) i put them in the right spot and nothing is happening did i do something wrong or these skills just dont work on rogue? i can get the footjob might only work for nerds but the other two i would think is universal to all enemy types. im using v1.0.1c full by the way. I hate to be that guy but what is the way to build a masochist karryn? i searched it up but from some of the comments its just easier to hack it or it was in the early stages of the game where it wasnt fully added, i wanna know how to do it normally.

Screenshot (185).png
 
Last edited:
  • Like
Reactions: Beats9821

jesebar

Newbie
Jan 14, 2018
16
20
That file belongs to RPGMaker MV CheatMenu plugin.

You can either install that again or uninstall it by deleting the following folder & files:-
Code:
Karryn's Prison\www\CheatData
Karryn's Prison\www\Cheat.html
Karryn's Prison\www\js\plugins\CheatMenu.js
I'm on a fresh install and I get this issue. None of these items are present in my install directory.

Installing the software worked, but I suspect this is an error on the part of the uploader. I have never used this plugin before.
 
Last edited:
Dec 16, 2020
7
38
Attack mode vs Sexual mode during battle? I searched but couldn't find the answer to the following: Karryn's in battle. Kicking ass with her halberd. Then in a subsequent round fighting isn't an option --> Only sexual or masturbation. I've tried to monitor when this happens to figure it out on my own, without success. Can anyone tell me what triggers this? And can it be prevented? Can it be reversed?

Thanks!

P.S. Love the game. Love the tweaks (came up with some of my own, going back decades to when I coded).
 

RedAISkye

Well-Known Member
Apr 10, 2017
1,147
2,586
I'm on a fresh install and I get this issue. None of these items are present in my install directory.

Installing the software worked, but I suspect this is an error on the part of the uploader. I have never used this plugin before.
What version were you on when you encountered this issue?

Because I had accidentally included my saves on v1.0.1f FULL so maybe the plugin was also there.

But that shouldn't be an issue anymore since v1.0.1g3 FULL(v1.0.1h3 FULL, latest build as of writing this comment) assuming you extracted fresh instead of overwriting the old build.

Edit: I found out that the Cheat Menu plugin also adds a line in "plugins.js" file to enable the plugin to begin with. You can manually remove that line or just download v1.0.1h4 FULL which fixes that.
Code:
,
{"name":"CheatMenu","status":true,"description":"External cheat window, for easy item and variable modification.","parameters":{}}
 
Last edited:
4.60 star(s) 440 Votes