ModGuy
Content Creator
- Joined
- Feb 17, 2011
superderpthroat said:What would I use to edit Drip out.swf? I find 25 is too high a value to trigger the spillout and I'd like to set it to say, 10.
I could provide source if you want it.
superderpthroat said:What would I use to edit Drip out.swf? I find 25 is too high a value to trigger the spillout and I'd like to set it to say, 10.
ModGuy said:superderpthroat said:I've always wanted to have SDT set up so if you finished in her mouth it dripped out even without you pulling out, like in an over-filled style. Would you be able to take what you did with this mod and configure it to achieve that?
Drips whilst still inside.
vassili said:This mod is brilliant! It adds that extra thrill to cumming in her mouth.
It would be great if there was a way to adjust the amount of cum that spills out of her mouth, because I noticed it's become near impossible to have that happen and still have cum spray out of her nose. Even with bukkake mode active.
Is there any way to get that to work?
ModGuy said:booster said:would you make the spit-variant of the sloppy mode too?
Code:var counter:Number = 0; function doSpit() { counter++; if (counter >= 40) { counter = 0; her.stopDroolingSpit(); her.droolingSpit = false; } if (her.startedSpitDrool && her.mouthFull) { if (counter % 5 == 0) { her.currentSpitDrool.insertLink(new Point(0, 0), 2, g.randomSpitMass()); } if (counter %40 == 0) { her.currentSpitDrool.detachSourceLink(new Point(0,0)); } } else { her.currentSpitDrool = g.strandControl.newStrand(g.strandFrontLayer,1,g.randomSpitMass(),null,null,true); her.currentSpitDrool.addSourceLink(her.offBottomLip, her.head.jaw); her.currentSpitDrool.myGravity = g.gravity / 2; her.currentSpitDrool.collisionFree = 5; her.startedSpitDrool = true; } }
EDIT:
Done.
unless you wish to compile your own mod, nowhere.artacuno53 said:ModGuy said:stuff
So wait, where do i put this?
artacuno53 said:well, like we talked about there, malware
artacuno53 said:Yeah, its telling me the page its bringing me to when I click download has malware, so I cant download it, all of solidfiles.
Suggestions?
vanilla in-game option 'nostril spray'Max Power said:Thanks mate.
So, tried both, and in the end I stuck to BreastExpPlus and with it I achieved the mouthfull leak effect I wanted... except for one thing: she keeps spraying cum out of her nose too when she´s full. Is there any way to prevent that nose thing and let it leak all out of the mouth?