Where are Configurations mean cheat sorry i use wrong word not increase i want to set pleasure 100% to 500%
Use the "Resist Orgasm" Willpower skill.
And if you want to that skill OPAF, then follow these steps:
1: Folder path: Karryn's prison/www/js/plugins
2: Look for "RemtairyWillpower.js and open it with any text editor (notepad works just fine)
3: ctrl + f "Game_Actor.prototype.willpowerResistOrgasmEffect = function()" (without "") or go to line 1054
5: It should look like this:
Game_Actor.prototype.willpowerResistOrgasmEffect = function() {
return 1 + ((20 + this.mind * 2) / 100);
6: What happened to step 4?
7: Change that line to this:
Game_Actor.prototype.willpowerResistOrgasmEffect = function() {
return 1 + ((20 + this.mind * 200) / 100);
8: Save changes.
With this edit you should never orgasm if you use the skill, even when hitting the pleasure hardcap (1400%-1500%, around there, i do not remember what exactly).
Be sure to make backups before you do the edit if you happen to fudge something up, since the game will just start with an error if you've made a mistake.