Josedx9

Member
Aug 26, 2018
118
112
Any advice anyone can give me to avoid the crash then? please, I want to play this game but it is annoying to have to run the game every 10 minutes because of that problem.
 

Lamoli

Member
Sep 20, 2017
154
204
Other than the requirement for flashing that needs you to be at least tipsy+32 charm+50 recordedpplseen..
you need to control all the desires so they do not allow (handjob/blowjob/vaginal insert/anal insert)
or you end up in the waitress sex phase
 

mamaboiii

Active Member
Oct 13, 2018
519
1,515
JavaScript:
Game_Actor.prototype.waitressBattle_flashRequirementMet = function() {
    let flashRequirements = 100;
    let boobsDesire = this.boobsDesire;

    if(this.isDrunk || this.isDeadDrunk || this.isHorny)
        flashRequirements -= boobsDesire;
    else if(this.isTipsy)
        flashRequirements -= boobsDesire * 0.7;
    else
        flashRequirements -= boobsDesire * 0.4;

    // not used right now
    if(this.hasPassive(PASSIVE_FLAUNT_COUNT_THREE_ID)) flashRequirements -= 100;
    else if(this.hasPassive(PASSIVE_FLAUNT_COUNT_TWO_ID)) flashRequirements -= 75;
    else if(this.hasPassive(PASSIVE_FLAUNT_COUNT_ONE_ID)) flashRequirements -= 40;

    // not used right now
    if(this.hasPassive(PASSIVE_SIGHT_PEOPLE_FOUR_ID)) flashRequirements -= 60;
    else if(this.hasPassive(PASSIVE_SIGHT_PEOPLE_THREE_ID)) flashRequirements -= 45;

    // recordSeenPeople >= 50 and charm >= 32 (Sensitive to Being Eyeballed) passive
    else if(this.hasPassive(PASSIVE_SIGHT_PEOPLE_TWO_ID)) flashRequirements -= 30;
    // recordSeenPeople >= 10 and charm >= 24 (Piercing Stares) passive
    else if(this.hasPassive(PASSIVE_SIGHT_PEOPLE_ONE_ID)) flashRequirements -= 15;

    // not used right now
    if(this.hasPassive(PASSIVE_SIGHT_PLEASURE_TWO_ID)) flashRequirements -= 20;
    else if(this.hasPassive(PASSIVE_SIGHT_PLEASURE_ONE_ID)) flashRequirements -= 10;

    return flashRequirements <= 0;
};
So with the passives this code use for 0.4u version Karryn must be (Drunk/DeadDrunk/Horny/Tipsy+PASSIVE_SIGHT_PEOPLE_TWO_ID)
and Boobs desire to 100
to Flash
Not quite. You do not have to be tipsy (or drunk) to reach the flash point. The following passives are reachable:
  • PASSIVE_FLAUNT_COUNT_ONE_ID: use the flaunt skill at least 10 times in front of at least 30 dudes (this one is not fully implemented and shows up as an empty line in the "gained passives" screen after battle. The effects still work.
  • PASSIVE_SIGHT_PEOPLE_ONE_ID: 10 times dudes jerking while looking and at least 24 charm
  • PASSIVE_SIGHT_PEOPLE_TWO_ID: 50 times dudes jerking while looking and at least 32 charm
With all three passives, you get a -70 modifier in the vanilla game. So while sober you start flashing with 75 boob desire. I don't think you can get her horny in the waitress job right now. That requires the PASSIVE_FLAUNT_COUNT_TWO_ID passive, that you can't get yet.
While she's sober, the sex scene cannot start.
If you want her to flash often without sex scene, have her sober (and/or very low cock desire), all three passives ("Piercing Stares", "Sensitive to Being Eyeballed" and nameless one) and at least 75 boob desire.
 
  • Like
Reactions: Yukihirou

Lamoli

Member
Sep 20, 2017
154
204
Then i need your version of the game as i do not have the PASSIVE_FLAUNT_COUNT_ONE_ID (skill 832) in my version
so i can never reach the <=0

all you get is 831 "One Vs. All" to trigger Flaunt

EDIT:
Right even with the empty skill game still returns _recordFlauntCount number increasing, so unlock of his empty might happen and give you the result needed
i guess not only this but other thing works like this and might force you to restart the game with every new versions that comes out

Did you try to give a name for that skill 832 in RPG MAKER MV editor to see if game replace the empty by the text you have imputed as test?
 
Last edited:

mamaboiii

Active Member
Oct 13, 2018
519
1,515
Can someone tell me how to increase my slut level and get sexual skill? I'm new.
I think whoever implemented the search function on this site must feel frustrated at how many people do not appreciate his work...
The slut level increases with each passive. Just play the game, you are literally forced to increase your slut level by design.
I wrote everything about the sex skills just two pages back.
Right even with the empty skill game still returns _recordFlauntCount number increasing, so unlock of his empty might happen and give you the result needed
i guess not only this but other thing works like this and might force you to restart the game with every new versions that comes out
Wat? :unsure: I'm on v0.4u btw.
Like I said, after reaching the mentioned requirements you get the passive, but it will not show up in your list. And you don't have to restart after an update. The whole reason for the limits at the moment is so nobody reaches non-implemented stuff.
 
  • Like
Reactions: quarzo

Lamoli

Member
Sep 20, 2017
154
204
Game is not even completed and i already made a mod that allows you to keep or push dicks into you mouth for 100% swallow
edict unlocks with "swallowing orgasm" then the willpower "hug lock" can be selected, i even made battle log text for it.
as it uses the principles of the "Edge control" this affects the target for only 1 turn and only if you do it as a active action
 

elistraee

Member
Feb 25, 2017
247
186
after messing around the save gaining a bar related titles, nobody ask karryn to flash boobs anymore , but after clothe damage karryn was allowed to show boobs within the whole waitress job, is this count as flashing or?
 

lordthrone17

Newbie
Jun 30, 2019
34
6
after messing around the save gaining a bar related titles, nobody ask karryn to flash boobs anymore , but after clothe damage karryn was allowed to show boobs within the whole waitress job, is this count as flashing or?
it doesnt count as flashing. For the bar job only when the line related flashing appears and she flashes her boobs, that is counted as flashing
 
  • Like
Reactions: elistraee

Pdc6

Member
Dec 16, 2019
127
113
Game is not even completed and i already made a mod that allows you to keep or push dicks into you mouth for 100% swallow
edict unlocks with "swallowing orgasm" then the willpower "hug lock" can be selected, i even made battle log text for it.
as it uses the principles of the "Edge control" this affects the target for only 1 turn and only if you do it as a active action
So you're telling me that new mechanics are able to be implemented via mods...this game is amazing
 

sotiryo

Member
Jun 10, 2017
131
258
Game is not even completed and i already made a mod that allows you to keep or push dicks into you mouth for 100% swallow
edict unlocks with "swallowing orgasm" then the willpower "hug lock" can be selected, i even made battle log text for it.
as it uses the principles of the "Edge control" this affects the target for only 1 turn and only if you do it as a active action
Do you mind sharing the mod with the rest of the class?
 
  • Like
Reactions: Jacob Kururugi

FookU2

Engaged Member
Jan 23, 2018
2,967
2,137
Yeah, me too, running on laptop. Sometimes it run slow, but give it time and it'll run smoothly again
Not sure what the system requirements are, but this game seriously bogs my computer down, and I have NO issues with any other game that I play. Maybe it's a bug that needs to be fixed. Or maybe for some reason the dev decided it needed to take huge systems to run it. It's unplayable, as slow as it is, and even took forever for me to even close the game window out.
 

yudas51

Member
Dec 25, 2019
210
272
question: What did u do? is she walking around with a toy?
The belly is a bad photoshop mockup that I threw together in 5 Minutes.
The Toy, Cum and nakedness comes from editing the Pre and Post Battle Processing in RemtairyKarryn.js
I don't recommend this since it leads to crashes in the programming code, especcialy if you attempt the Waitress Job but the line for her leaving the toys in after leaving the nerds is
this.removeAllToys(); and must be replaced with
// this.removeAllToys();
Just keep separate saves or disable autosave before messing with the code.
 
Last edited:
4.60 star(s) 392 Votes