shouldn't you be able to figure it out yourself if you have been modifying the code?View attachment 2037581
Think I've done these three. Could it be because of the clean up after sleep thing?
Okay, I think I found the code adjustments causing the error but I cannot figure out why it would cause it. Maybe one of you can take a look at it and see what exactly might cause it.View attachment 2037581
Think I've done these three. Could it be because of the clean up after sleep thing?
RemtairyPrison.js
, the original code looks like this: this.checkForNewTitle();
actor.getNewDayEdictPoints();
actor.resetArtisanMeal();
actor.resetTodayRecords();
actor.putOnPanties();
actor.passiveWakeUp_losePantiesEffect();
actor.restoreClothingDurability();
actor.putOnGlovesAndHat();
actor.checkTitleFlagsOnNewDay();
$gameScreen.setMapInfoRefreshNeeded();
this.checkForNewTitle();
actor.getNewDayEdictPoints();
actor.resetArtisanMeal();
actor.resetTodayRecords();
actor.takeOffPanties();
//actor.putOnPanties();
//actor.passiveWakeUp_losePantiesEffect();
//actor.restoreClothingDurability();
actor.putOnGlovesAndHat();
actor.checkTitleFlagsOnNewDay();
$gameScreen.setMapInfoRefreshNeeded();
};
Night mode is related to clothing durability, you enter night mode once Karryn reaches a sufficient state of enduring undress (persists after battle), stopping sleep from restoring your clothes durability is keeping you in night mode.Okay, I think I found the code adjustments causing the error but I cannot figure out why it would cause it. Maybe one of you can take a look at it and see what exactly might cause it.
In theRemtairyPrison.js
, the original code looks like this:
I tried to follow the guide and changed it to the following:Code:this.checkForNewTitle(); actor.getNewDayEdictPoints(); actor.resetArtisanMeal(); actor.resetTodayRecords(); actor.putOnPanties(); actor.passiveWakeUp_losePantiesEffect(); actor.restoreClothingDurability(); actor.putOnGlovesAndHat(); actor.checkTitleFlagsOnNewDay(); $gameScreen.setMapInfoRefreshNeeded();
Does anybody know why these three added comment lines would lead to the described bug? It doesn't really make sense to me..Code:this.checkForNewTitle(); actor.getNewDayEdictPoints(); actor.resetArtisanMeal(); actor.resetTodayRecords(); actor.takeOffPanties(); //actor.putOnPanties(); //actor.passiveWakeUp_losePantiesEffect(); //actor.restoreClothingDurability(); actor.putOnGlovesAndHat(); actor.checkTitleFlagsOnNewDay(); $gameScreen.setMapInfoRefreshNeeded(); };
Thanks!
please do more reasearch before you mod the game and say it is bugged. there is no bug. you made her naked all the time. naked means you are in scandolus state. that is the answer.Okay, I think I found the code adjustments causing the error but I cannot figure out why it would cause it. Maybe one of you can take a look at it and see what exactly might cause it.
In theRemtairyPrison.js
, the original code looks like this:
I tried to follow the guide and changed it to the following:Code:this.checkForNewTitle(); actor.getNewDayEdictPoints(); actor.resetArtisanMeal(); actor.resetTodayRecords(); actor.putOnPanties(); actor.passiveWakeUp_losePantiesEffect(); actor.restoreClothingDurability(); actor.putOnGlovesAndHat(); actor.checkTitleFlagsOnNewDay(); $gameScreen.setMapInfoRefreshNeeded();
Does anybody know why these three added comment lines would lead to the described bug? It doesn't really make sense to me..Code:this.checkForNewTitle(); actor.getNewDayEdictPoints(); actor.resetArtisanMeal(); actor.resetTodayRecords(); actor.takeOffPanties(); //actor.putOnPanties(); //actor.passiveWakeUp_losePantiesEffect(); //actor.restoreClothingDurability(); actor.putOnGlovesAndHat(); actor.checkTitleFlagsOnNewDay(); $gameScreen.setMapInfoRefreshNeeded(); };
Thanks!
PalmFaceIf you want to keep her permanently naked you will probably have to mod whatever function controls the night mode trigger to be triggered by something else.
Yeah, her lines seem to be related to her slut level so you could edit the code to make it so she always uses the same lines no matter her slutlvl, im guessing karryn's facial expressions are controlled the same way, i havent done it so i couldn't tell you how to do it.Hey guys, is there any way to make Karryn act like tsundere?
I mean, leave only phrases and faces when she wasn't slut, but still have any kind of sex
Yeah, her lines seem to be related to her slut level so you could edit the code to make it so she always uses the same lines no matter her slutlvl, im guessing karryn's facial expressions are controlled the same way, i havent done it so i couldn't tell you how to do it.
I have installed this and still can't access this cheat menu please can someone give a little detailed procedure to accessPalmFace
If you don't want to bother with manually modding as suggested, you can use Aziien's RPGMV Cheat Menu to disable Night mode.
View attachment 2038996
You need to press the tilde "~" key to activate the cheat menu.I have installed this and still can't access this cheat menu please can someone give a little detailed procedure to access
thank you!!!You need to press the tilde "~" key to activate the cheat menu.
But, if it doesn't work for you, try changing the key to something else of your choice.
Instructions on that is in the note section of theYou must be registered to see the links.
you need start a game save , for example if the save is save1 you need start a game in save1 and replace in the folder "saves"Can anyone please share their saves till level 1? I am tired for grinding again and again.
Also kindly mention how to use the saves
if you finish the job 10 times sober, you will receive a +15% tip passive and +35% tip if equipped. But -30% penalty for undressingSup dudes,
Does anyone know which line should be edited to increase gold gained from the Waitress job? I only found code responsible for Reputation. I love the game and the bar minigame but my only gripe with it is it just takes so damn long to finish a shift. So I'm trying to boost the reward to time spent ratio.