Lerial

Member
Nov 12, 2018
212
160
-You were probably playing it on a "faster then 60 fps monitor" without turning on the forced fps option, dont remember when that got added but game feel super unoptimized without it.
well, i was on a older laptop so not sure it was faster than 60 fps, but worth a shot if it doesn't seem an issue for other people.
but it wasn't just fps loading took like 20 seconds for some reason.
 

Amiee

Member
Mar 20, 2018
143
27
If you consider .gif's that last a second as an animation, yes.


That's what happens when you have gym dlc.


Last time I checked you only had to download the mod and extract it to the correct folder, that's it.
no need install the application to install the mod?
 

Darkarhon

Well-Known Member
Donor
Jun 20, 2017
1,013
950
Need an opinion.
They finally put out the hair update but to me looks like ass. I was already working on a blonde hair mod but stopped because they announced the official version. I'm planing on fixing it to my liking but I have some options. So what do you think?
I personally lean toward #4
Blonde 1-4 #3 being the official blonde.
View attachment 2472934
Also didn't care for the black and have color option 1-2 #1 being the official color. I added some test colors red and brown might just ditch black all together.
View attachment 2472935
I plan on uploading it here sometime after the Gym DLC is released and they are finially done with all the major reworking of the art.
I cant comment on the blonde hair color(I honestly find number 3 fine just tone down the glossiness?) but in the black ones number 2 is 100% much better cause number 1 looks fake with all that shine.
 
Aug 14, 2021
140
136
It is in RemtairyKarrynOnani.js, search for return cost;
sorry, for the late reply, I just got home and what am I supposed to edit in this in order to reduce the stamina damage on couch masturbation

//Skill cost
Game_Actor.prototype.staminaCost_masturbateBattleSkills = function() {
let cost = Math.round(this.maxstamina /
(VAR_BASE_MASTURBATE_TURNS + this.masturbateLvl()))
return cost;
 

Demokaze

Member
Jul 15, 2017
216
408
remove "cost" from return cost and change it to like 1 or 0

I think you can even make it recover stamina if you do -9999 or something but I haven't played in a while

backup the files before you save any changes

edit: if you don't want to bother with editing files download the archive I've attached, extract its contents inside Karryn's Prison directory, run MVPluginPatcher, run the game, press 1 to open cheat menu, turn on god mode, press 1 again to close cheat menu and now Karryn heals from hits and also has unlimited stamina/energy/willpower
 
Last edited:

Purple_Heart

Engaged Member
Oct 15, 2021
2,314
3,816
sorry, for the late reply, I just got home and what am I supposed to edit in this in order to reduce the stamina damage on couch masturbation

//Skill cost
Game_Actor.prototype.staminaCost_masturbateBattleSkills = function() {
let cost = Math.round(this.maxstamina /
(VAR_BASE_MASTURBATE_TURNS + this.masturbateLvl()))
return cost;
You need to changereturn cost; line, what you do with it depends on what you want to achieve.
Change it to:
return cost / 2; to halve cost,
return cost * 2; to double cost,
return 0; to remove cost etc...
 

Forgotten123

New Member
Aug 6, 2021
13
2
аnyone know how solve this problem


TypeError: this.passiveStatesRaw(...).contains is not a function
Game_Enemy.Game_BattlerBase.isPassiveStateAffected (chrome-extension://dbennnecmgmoehpnglochencfhgfchec/www/js/plugins/YEP_AutoPassiveStates.js:552:36)
Game_Enemy.Game_BattlerBase.isStateAffected (chrome-extension://dbennnecmgmoehpnglochencfhgfchec/www/js/plugins/YEP_AutoPassiveStates.js:435:14)
Game_Enemy.Game_BattlerBase.isDeathStateAffected (chrome-extension://dbennnecmgmoehpnglochencfhgfchec/www/js/rpg_objects.js:2226:17)
Game_Enemy.Game_BattlerBase.isAlive (chrome-extension://dbennnecmgmoehpnglochencfhgfchec/www/js/rpg_objects.js:2658:39)
chrome-extension://dbennnecmgmoehpnglochencfhgfchec/www/js/plugins/RemtairyEnemyTroop.js:120:23
Array.filter ()
Game_Troop.membersNeededToBeSubdued (chrome-extension://dbennnecmgmoehpnglochencfhgfchec/www/js/plugins/RemtairyEnemyTroop.js:119:27)
Game_Troop.isAllDead (chrome-extension://dbennnecmgmoehpnglochencfhgfchec/www/js/plugins/RemtairyEnemyTroop.js:106:17)
Function.BattleManager.isBattleEnd (chrome-extension://dbennnecmgmoehpnglochencfhgfchec/www/js/plugins/MPP_SmoothBattleLog.js:240:50)
Scene_Battle.updateBattleProcess (chrome-extension://dbennnecmgmoehpnglochencfhgfchec/www/js/rpg_scenes.js:2264:27)
 
4.60 star(s) 442 Votes