Create your AI Cum Slut for Valentine’s Day 70% OFF Now
x

PalmFace

Active Member
Aug 22, 2017
791
418
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.

In the RemtairyPrison.js, the original code looks like this:

Code:
    this.checkForNewTitle();
    
    actor.getNewDayEdictPoints();
    actor.resetArtisanMeal();
    actor.resetTodayRecords();
    actor.putOnPanties();
    actor.passiveWakeUp_losePantiesEffect();
    actor.restoreClothingDurability();
    actor.putOnGlovesAndHat();
    actor.checkTitleFlagsOnNewDay();
    $gameScreen.setMapInfoRefreshNeeded();
I tried to follow the guide and changed it to the following:

Code:
this.checkForNewTitle();
    
    actor.getNewDayEdictPoints();
    actor.resetArtisanMeal();
    actor.resetTodayRecords();
    actor.takeOffPanties();
    //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..
Thanks!
 

manscout

Well-Known Member
Jun 13, 2018
1,303
2,212
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 the RemtairyPrison.js, the original code looks like this:

Code:
    this.checkForNewTitle();
   
    actor.getNewDayEdictPoints();
    actor.resetArtisanMeal();
    actor.resetTodayRecords();
    actor.putOnPanties();
    actor.passiveWakeUp_losePantiesEffect();
    actor.restoreClothingDurability();
    actor.putOnGlovesAndHat();
    actor.checkTitleFlagsOnNewDay();
    $gameScreen.setMapInfoRefreshNeeded();
I tried to follow the guide and changed it to the following:

Code:
this.checkForNewTitle();
   
    actor.getNewDayEdictPoints();
    actor.resetArtisanMeal();
    actor.resetTodayRecords();
    actor.takeOffPanties();
    //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..
Thanks!
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.

If 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.
 

zoomies

Well-Known Member
Jun 4, 2017
1,057
863
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 the RemtairyPrison.js, the original code looks like this:

Code:
    this.checkForNewTitle();
  
    actor.getNewDayEdictPoints();
    actor.resetArtisanMeal();
    actor.resetTodayRecords();
    actor.putOnPanties();
    actor.passiveWakeUp_losePantiesEffect();
    actor.restoreClothingDurability();
    actor.putOnGlovesAndHat();
    actor.checkTitleFlagsOnNewDay();
    $gameScreen.setMapInfoRefreshNeeded();
I tried to follow the guide and changed it to the following:

Code:
this.checkForNewTitle();
  
    actor.getNewDayEdictPoints();
    actor.resetArtisanMeal();
    actor.resetTodayRecords();
    actor.takeOffPanties();
    //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..
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.
 
  • Like
Reactions: PalmFace

Z3r0K00l

Member
Aug 30, 2022
185
442
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.
 

Retr0_Lad

Newbie
Jun 28, 2021
24
9
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 used cheat menu, and yeah it works with face but not all the time, and lines haven't changed at all
 
Jun 30, 2018
306
201
i finished the game in pure run first and got all 3 titles achievments, should i start new game plus for masochistic ending with my passives or reset them? i read in a guide that masochistic needs full body sensitivity and i choose something else for the pure run. thanks
 

RedAISkye

Well-Known Member
Apr 10, 2017
1,108
2,561
I have installed this and still can't access this cheat menu please can someone give a little detailed procedure to access
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 the .
 

ShazSter12

Newbie
Jul 19, 2020
68
12
tha
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 the .
thank you!!!
 

Keldin

Member
Jun 7, 2017
261
354
I'm using the Goth CCMod but no matter what I do changing Stamina Restored in the Glory Hole via "CCMod_gloryBreatherStaminaRestoredMult = 1;" it just doesn't work.

Any ideas why?
 

Retr0_Lad

Newbie
Jun 28, 2021
24
9
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
Just lower slut level doesn't help, faces changes but not permanently and phrases didn't changed at all
I use KP cheat mode
 
Last edited:

drunkgohan

New Member
Sep 27, 2019
5
1
Sup 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.
 

Sarek

Newbie
Dec 6, 2019
49
18
Sup 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.
if you finish the job 10 times sober, you will receive a +15% tip passive and +35% tip if equipped. But -30% penalty for undressing
 
4.60 star(s) 455 Votes