ah, i managed to get it to work. thx!Leela said:@Booster: You can combine these mods. I'm using Breast Expansion, Deepthroat Actions and a Nipple Lactation mod together. Just add them all to the Mods.txt for that character.
Leela said:I don't normally beg, but Breast Expansion + Super Breast + Breast Cumming would so ROCK.
booster said:thanks again for the throatcumbulgeV1, great mod!
one thing i recognized: you can't combine these mods, am i right? when i try to combine throat twitching with a girl i created, the girl resets to SD chan.
2 questions:
-is it possible to emulate cock twitching? i.e. when he is short before cuming and the screen flashes white. (perfect for pre_cum lines in dialogues)
-is it possible to create precum at random times? just a few drops of "spit" dripping down from the tip of his cock from time to time?
that is unusual, because the mod uses the default startdrooling method. i will take a look, but try doing this using the 1.4clean version.Leela said:I think I broke something in the Breast Expansion Plus 1.4 Mod. Over time the cum spawn point for the "puke" mode gradually move away from her mouth. Eventually it will be several "inches" in front of her mouth.
after 1.295 it's cut off. attached mod allows size to be up to 2 (it's just increasing the range of the slider, maybe something can be done about the cut-off, but that's outside my capabilities at this time), so there is not much gained from itDoomknight said:-> Controls on penis length (I know Modguy did one on width, but not length; dunno what more length would do though)
gollum said:after 1.295 it's cut off. attached mod allows size to be up to 2 (it's just increasing the range of the slider, maybe something can be done about the cut-off, but that's outside my capabilities at this time), so there is not much gained from itDoomknight said:-> Controls on penis length (I know Modguy did one on width, but not length; dunno what more length would do though)
ModGuy said:gollum said:after 1.295 it's cut off. attached mod allows size to be up to 2 (it's just increasing the range of the slider, maybe something can be done about the cut-off, but that's outside my capabilities at this time), so there is not much gained from itDoomknight said:-> Controls on penis length (I know Modguy did one on width, but not length; dunno what more length would do though)
Disable the penis mask, set it to null.
Used to prevent it popping out the back of her head.
main.him.penisMask = null;
main.him.penis.mask = null;
gollum said:after 1.295 it's cut off. attached mod allows size to be up to 2 (it's just increasing the range of the slider, maybe something can be done about the cut-off, but that's outside my capabilities at this time), so there is not much gained from itDoomknight said:-> Controls on penis length (I know Modguy did one on width, but not length; dunno what more length would do though)
TypeError: Error #1006: getDefinition is not a function.
at BreastExpPlus_v1_5_clean_fla::MainTimeline/onSettings()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
Damn_Gurrrrl said:sby I tried loading the 1.5 mod without changing anything in the directory and I get an error.
Code:TypeError: Error #1006: getDefinition is not a function. at BreastExpPlus_v1_5_clean_fla::MainTimeline/onSettings() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete()
sby said:send me your stuff, i will look over it to see any differences.Damn_Gurrrrl said:sby I tried loading the 1.5 mod without changing anything in the directory and I get an error.
Code:TypeError: Error #1006: getDefinition is not a function. at BreastExpPlus_v1_5_clean_fla::MainTimeline/onSettings() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete()
var mystrand:Class = main.getDefinition("Strand") as Class;
var mystrand:Class = main.eDOM.getDefinition("Strand") as Class;
it worked for me for my sdt setup, and it worked with a fresh loader, so i thought seeing what he had would clear things up. i have no clue what the whole e-domain stuff is all about, i just used something that worked after a couple different attempts; i wouldn't upload something that didn't work for myself . .as long as i uploaded the correct thing xDModGuy said:getDefinition is the error here:
Should be:Code:var mystrand:Class = main.getDefinition("Strand") as Class;
I think.Code:var mystrand:Class = main.eDOM.getDefinition("Strand") as Class;