- Jun 20, 2020
- 28
- 25
1st time see ahegao face. did that was in game for long time or its new?
And it's kinda broken for display/coding purposes. Not literally break the game broken, just that it immediately goes away/girl returns to normal looking after triggering, which is kinda weird. Why go through all the work of triggering it for it to immediately disappear?That's been in for awhile. You only get it if the girl asks if you can take a break and you keep going
No, they are not.All Halloween costumes are cosplay.
Rogue:I forgot the order the massage for each is Can someone tell me what page it on. Please and thank you
What does this does this do? Is this like a massage code to input?Rogue:
shoulders, arms, arms, hands, hands, back, hips, back, breasts, breasts
Kitty:
shoulders, back, hips, thighs, calves, feet, feet, hips, ass, pussy
Emma:
shoulders, neck, neck, back, hips, ass, ass, back, breasts, breasts
Laura:
shoulders, arms, back, hips, thighs, calves, ass, ass, pussy, pussy
Jean:
back, shoulders, neck, neck, back, hips, ass, ass, pussy, pussy
Storm:
feet, calves, thighs, hips, ass, ass, pussy, ass, pussy, pussy
It lets you farm stats and prompt undressing and sex ahead of normal. It's also kinda roleplay-ish, giving you some options for foreplay before sex acts.What does this does this do? Is this like a massage code to input?
See, that was initially my thinking as well, that it would be that part, the other "personal wetness" section, and/or one of the pussy spunk sections located below each of the personal wetness sections. However testing it seems to indicate there is something else causing trouble. As long as she has on bottoms of any kind, and upskirt is set to 0, she does not drip except for wetness 2. This is even true if I simply change the entire section to always enable the drip (supposedly). Hence I suspect that there is something else that is disabling it elsewhere in the code.This should do the trick for her wetness while wearing the chaps/mesh pants.
Doesnt work, this happend everytime that i met with rogue on the gameNot too sure about this because I have zero clue on RenPy, but I can only say that your best bet is to rollback, or you risk it with ignoring the error to move on.
try unpacking the game in another folder, delete the saves in the renpy save folder in your user profile. Then run the game and see if that fixes it.Doesnt work, this happend everytime that i met with rogue on the game
What the hell is this Nintendo code bullshit I'm grabbing my shotgunRogue:
shoulders, arms, arms, hands, hands, back, hips, back, breasts, breasts
Kitty:
shoulders, back, hips, thighs, calves, feet, feet, hips, ass, pussy
Emma:
shoulders, neck, neck, back, hips, ass, ass, back, breasts, breasts
Laura:
shoulders, arms, back, hips, thighs, calves, ass, ass, pussy, pussy
Jean:
back, shoulders, neck, neck, back, hips, ass, ass, pussy, pussy
Storm:
feet, calves, thighs, hips, ass, ass, pussy, ass, pussy, pussy
It's definitely all in the animation file. It sounds like you're looking for this section:See, that was initially my thinking as well, that it would be that part, the other "personal wetness" section, and/or one of the pussy spunk sections located below each of the personal wetness sections. However testing it seems to indicate there is something else causing trouble. As long as she has on bottoms of any kind, and upskirt is set to 0, she does not drip except for wetness 2. This is even true if I simply change the entire section to always enable the drip (supposedly). Hence I suspect that there is something else that is disabling it elsewhere in the code.
(145,560), ConditionSwitch( #(225,560)
#Personal Wetness
"not LauraX.Wet", Null(),
"LauraX.Legs and LauraX.Legs != 'skirt' and not LauraX.Upskirt", Null(),
"LauraX.Legs and LauraX.Legs != 'other skirt' and not LauraX.Upskirt", Null(),
"LauraX.Panties and not LauraX.PantiesDown and LauraX.Wet <= 1", Null(),
"LauraX.Wet == 1", ConditionSwitch( #Wet = 1
"LauraX.Panties and LauraX.PantiesDown", AlphaMask("Wet_Drip","Laura_Drip_MaskP"),
"LauraX.Legs and LauraX.Legs != 'skirt'", AlphaMask("Wet_Drip","Laura_Drip_MaskP"),
"True", AlphaMask("Wet_Drip","Laura_Drip_Mask"), #only plays if nothing is in the way
),
"True", ConditionSwitch( #Wet = 2+
"LauraX.Panties and LauraX.PantiesDown", AlphaMask("Wet_Drip2","Laura_Drip_MaskP"),
"LauraX.Legs and LauraX.Legs != 'skirt'", AlphaMask("Wet_Drip2","Laura_Drip_MaskP"),
"LauraX.Panties", AlphaMask("Wet_Drip","Laura_Drip_Mask"), #"Wet_Drip2",#
"True", AlphaMask("Wet_Drip2","Laura_Drip_Mask"), #only plays if nothing is in the way
),
),
(145,560), ConditionSwitch( #(225,560)
#Personal Wetness
"not LauraX.Wet", Null(),
"LauraX.Legs and LauraX.Legs != 'skirt' and not LauraX.Upskirt", Null(),
"LauraX.Legs and LauraX.Legs != 'other skirt' and not LauraX.Upskirt", Null(),
"LauraX.Panties and not LauraX.PantiesDown and LauraX.Wet <= 1", Null(),
"LauraX.Wet == 1", ConditionSwitch( #Wet = 1
"LauraX.Panties and LauraX.PantiesDown", AlphaMask("Wet_Drip","Laura_Drip_MaskP"),
"LauraX.Legs and LauraX.Legs != 'skirt'", AlphaMask("Wet_Drip","Laura_Drip_MaskP"),
"LauraX.Legs == 'mesh pants' or LauraX.Legs == 'chaps', AlphaMask("Wet_Drip","Laura_Drip_Mask"),
"True", AlphaMask("Wet_Drip","Laura_Drip_Mask"), #only plays if nothing is in the way
),
"True", ConditionSwitch( #Wet = 2+
"LauraX.Panties and LauraX.PantiesDown", AlphaMask("Wet_Drip2","Laura_Drip_MaskP"),
"LauraX.Legs and LauraX.Legs != 'skirt'", AlphaMask("Wet_Drip2","Laura_Drip_MaskP"),
"LauraX.Panties", AlphaMask("Wet_Drip","Laura_Drip_Mask"), #"Wet_Drip2",#
"LauraX.Legs == 'mesh pants' or LauraX.Legs == 'chaps', AlphaMask("Wet_Drip2","Laura_Drip_Mask"),
"True", AlphaMask("Wet_Drip2","Laura_Drip_Mask"), #only plays if nothing is in the way
),
),
(0,0), ConditionSwitch(
#Personal Wetness
"not LauraX.Wet", Null(),
"LauraX.Legs == 'chaps' or LauraX.Legs == 'mesh pants', "images/LauraSprite/Laura_Sprite_Wetness.png",
"LauraX.Legs and LauraX.Wet <= 1", Null(),
"LauraX.Legs == 'other skirt'", Null(),
"LauraX.Legs == 'skirt'", Null(),
"True", "images/LauraSprite/Laura_Sprite_Wetness.png",
),
Hush. The grown ups are talking.What the hell is this Nintendo code bullshit I'm grabbing my shotgun
I'm aware of that section, and mentioned it in my prior post. There's also an obvious error in it from the addition of the "other skirt" where having the check if there are legs that are not a skirt option split between two lines like it is means any leg option will get stopped there (including both skirts), since the ConditionSwitch seems to work by going down the list and stopping at the first true option (at least that's what seems to make sense from the way the code is structured, and looking it up seems to agree with that conclusion). I've tried adding code to set the chaps and mesh pants there, as well as the other personal wetness section, as being able to show wetness. After seeing no results, for the sake of testing I've even gone ahead and tried putting a check to show wetness if she's wearing chaps above the check for if she's wet, which should have it ignore the rest of the checks provided she is wearing chaps (in both sections). Despite this, it has no effect, and she still will only show wetness at wet 2, when the legs clothing is removed, or the upskirt flag is set. This problem extends to dripping sperm, as well as clit piercings, which also refuse to show if the pants are worn, regardless of how I try tweaking the code.It's definitely all in the animation file. It sounds like you're looking for this section:
Well this one is news to me (I only pop in every odd update or so), but now I have to ask: Is this something that's hard coded in the game, or did some brave soul go through all the combinations to determine the order for maximum Sploosh?They are the proper oder to doing a massage on the girls to get them further along, even to have an orgasim. You would know this if you'd read about 4 posts before yours.