sby's loader imports (5 Viewers)

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

[quote author=gollum]
jo dawg, I heard you like dem necks free, so I made you a neckfree suuuuuuit!
[/quote]

now that is quite relative information, thank you kindly ;D
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

informative update message of me uploading new mod: throatResistStretchV1
 

tanksk1

Potential Patron
Joined
Jul 28, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

May I suggest a hotkey for puking? Thanks.
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

tanksk1 said:
May I suggest a hotkey for puking? Thanks.
that is a pretty good idea :D
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

another info post on upload of: strandlimitV2

i like trying to maintain a nice fps with sdt, and it is unfortunate when things slow down when having tons of strands rendering on the screen. so i revised this mod to include options to use the loader's averageFPS value to limit strands by. might as well make use of it since it is there ;D
 

gollum

Avid Affiliate
Joined
Dec 31, 2011
Re: sby's loader imports; 8/09/2014: too much stuff to list here

sby said:
so i revised this mod to include options to use the loader's averageFPS value to limit strands by. might as well make use of it since it is there ;D

would you mind sharing that code?
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

gollum said:
sby said:
so i revised this mod to include options to use the loader's averageFPS value to limit strands by. might as well make use of it since it is there ;D

would you mind sharing that code?
all of my mods contain the source code file with them in the zip folder.

the average fps variable is: l.avgFPS
- l being the loader from the function initl(l)

hopefully modguy doesn't mind me using stuff inside the loader xD
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Re: sby's loader imports; 8/09/2014: too much stuff to list here

No prob really, just try read only if you don't want things to break.
If you know what you're doing though, go nuts.
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

ModGuy said:
No prob really, just try read only if you don't want things to break.
If you know what you're doing though, go nuts.
yeah, was only planning on reading, modding the modder would be . . mod-ception.
Inception-Meme.jpg


also, new upload - breastexpansionV1.9

worked on some puking stuff for this version
 

WuMega1524

Potential Patron
Joined
Jan 14, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

I'm having trouble with the mod, for some reason the breasts, body, or belly wont grow when she swallows. I loading this in the most recent loader and i have tried adjusting the numbers in the txt file. Is there something specific i have to do in order to make this mod work?
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

WuMega1524 said:
I'm having trouble with the mod, for some reason the breasts, body, or belly wont grow when she swallows. I loading this in the most recent loader and i have tried adjusting the numbers in the txt file. Is there something specific i have to do in order to make this mod work?
the mod increases stuff according to how much cum she has swallowed / has inside her. just swallowing normally will not increase their size much.

try turning on the debug mode option, then you can see what the numeric values are, and can see if they change. i have not updated to the newest loader, but seeing as it was a minor update i doubt it broke anything.

if the mod says 'all settings loaded, 0 errors', then at least the mod is loading, and without any settings issues.
 

tanksk1

Potential Patron
Joined
Jul 28, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

WuMega1524 said:
I'm having trouble with the mod, for some reason the breasts, body, or belly wont grow when she swallows. I loading this in the most recent loader and i have tried adjusting the numbers in the txt file. Is there something specific i have to do in order to make this mod work?

Double check effectivecumbreasts/belly/bodystart=0
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

tanksk1 said:
WuMega1524 said:
I'm having trouble with the mod, for some reason the breasts, body, or belly wont grow when she swallows. I loading this in the most recent loader and i have tried adjusting the numbers in the txt file. Is there something specific i have to do in order to make this mod work?

Double check effectivecumbreasts/belly/bodystart=0
that is if you want them all to start expanding when she first ingests some stuff, but yeah i get why you suggested this. this would make it so you can see if they all are able to expand right off.

the default values should provide a demonstration of the features included, however the way it is set up it starts with belly expansion, then does breast expansion, then does body expansion (there is a bit of overlap).

hopefully these suggestions help you out.
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

frankjim said:
which key makes her puke on command
the default key is f1, you can set it in the settings file


side note, just uploaded animtool stuff, check original post


edit - also modguy, it would be nice if you could recreate the doggy style position that you made with the animtool before, and upload/post the generated position file ;D

- i am not actually sure how you pulled that off, having the dude facing the other direction and all
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Re: sby's loader imports; 8/09/2014: too much stuff to list here

sby said:
edit - also modguy, it would be nice if you could recreate the doggy style position that you made with the animtool before, and upload/post the generated position file ;D

- i am not actually sure how you pulled that off, having the dude facing the other direction and all

Code:
g.animationControl.animations["default"].hisTween._startMatrix.a *=  -1;
g.animationControl.animations["default"].hisTween._endMatrix.a *=  -1;

Before this flipped him around, not sure what it'd be now.
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

ahh, that mostly still works now, just have to set a flag to the other value, and then deal with his shirt not following along with the mirroring. xD
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Re: sby's loader imports; 8/09/2014: too much stuff to list here

sby said:
ahh, that mostly still works now, just have to set a flag to the other value, and then deal with his shirt not following along with the mirroring. xD


Be pro, hide it.
Or manually flip the graphic.
 

Users who are viewing this thread

Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.