I like that, the cum staying on her until the next day. they should make it so she has to take a bath to get it off. then they could have a screen with the guards or inmates attacking her. also the cut out when she is going to get a creampie. if she already had one that day should show cum in it
Well, it's used in mods because the art for it is there. Which in my eyes is a clear indication that something in regards to that may very well be in the actual game at some point. The devs don't usually provide art assets without using them and this game seems to be designed well.
I decided to search for myself and even the tweak guide listed in OP doesn't cover this properly. So here we go
Search terms: cleanUpLiquids removeAllToys restoreClothingDurability postBattleCleanup
The side jobs assume Karryn is clean when starting so the game breaks. So you need to clean up Karryn before starting them. You need an intact cleanUpLiquids function for this, what you want to do instead is remove the call to that in postBattleCleanup.
Game_Party.prototype.preWaitressBattleSetup
Game_Party.prototype.preReceptionistBattleSetup
This is really vague if someone doesn't already know what exactly you mean. Also, the side jobs do not require her to be absolutely clean. It may break on some "cum-spots", but as both the waitress and receptionist job support cum on "common" areas and wetness nothing breaks there. In the waitress job, even cum everywhere worked. You are right however, setting every value to over 9000 in the cleaning function can certainly break stuff.
My post from back then was a direct answer to the question how to get cum
always. And as it works on most areas without breaking anything, I chose the easiest to explain code change. I'm not really up for testing it extensively to find out which spots break which side job and which work just fine.
Anyhow, thanks for bringing this up, I added an alternative to my original post.
Of course, I'd love feedback if something breaks due to my tweaks and over time these tweaks need revision (be it because of game updates, errors I made or better alternatives). All of my tweak posts here were a direct response to someone asking for it and originally covered one (sometimes very specific) scenario. My game is modded quite differently (similar to
drchainchair2 's mod by overriding functions, introducting variables, etc.) but I try to provide easy-to-implement tweaks for the vanilla game here.