Darkarhon

Well-Known Member
Donor
Jun 20, 2017
1,028
961
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
142
138
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
410
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,542
4,146
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
3
а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) 454 Votes