sby's loader imports (6 Viewers)

gollum

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

sby said:
well, the code i posted earlier solved most of the problem, but i found a proper way to add in the category to be like the others:

Code:
mydialogstateclass = main.eDOM.getDefinition("obj.dialogue.DialogueState") as Class;
g.dialogueControl.states["puke"] = new mydialogstateclass(320 + 80, 3);
the 320 + 80 is the "maxbuild" stuff, basically how long it will wait if she can't say it right off
the 3 is the priority, higher priority means it will be played first.

then later in the puke function, i can do:
Code:
g.dialogueControl.buildState("puke",210);
just like all of the other dialogs
this seriously works? I have to dig around to find my old code, but that looks exactly like what I did... :o
 

sby

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

currently, got these things added for dialog stuff:

dialog actions: [PUKE],[ADD_EFFECTIVE_CUM],[SUB_EFFECTIVE_CUM]
dialog triggers: puke,cumfrombreast,breastexpansion,bodyexpansion,bellyexpansion,breastreduction,bodyreduction,bellyreduction
 

Zan

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

sby said:
currently, got these things added for dialog stuff:

dialog actions: [PUKE],[ADD_EFFECTIVE_CUM],[SUB_EFFECTIVE_CUM]
dialog triggers: puke,cumfrombreast,breastexpansion,bodyexpansion,bellyexpansion,breastreduction,bodyreduction,bellyreduction
That sounds epic. I can't think of any others I'd want. Very much looking forward to the next release. :D
 

gollum

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

sby said:
animtooleditV2: create custom animations using tons of keys, then save them to use with animtoolloaderV2.

two notes, one question:

note 1:
could you remap the keys to keycodes below 186? I think that's the threshold were every keyboard is the same (except z/y on german keyboards). everything beyond that may not be reachable by all modders. (yes, I can do it myself, but since you released it, mine would be a personal version and not helpful to others ;) )

note 2:
"7 - position her torso" is incorrect, it should be "position her knees"

question:
could you make it possible to move her torso (including neck and head)? so far I can can only rotate it around her neck, but that screws up the neck and head... and I can only move it up...

maybe I missed something entirely, in that case, please enlighten me :D
 

sby

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

gollum said:
^ that stuff
remapped keys, tweaked version is now the download link
the keys are now letters,numbers,arrows,and home/end/space keys

changed 7's description

use 1 and 2 to pick starting and ending her animation using the mouse. then use 'space' to set them in place
this will move her around.

edit - forgot i also included the mirror him feature under 'x'. but it doesn't save yet so not too exciting.


edit 2 - uploaded penisrangeV1
 

Dotar

Vivacious Visitor
Joined
Apr 25, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

I downloaded the penisrangeV1, not sure if its just me but the penis starts to shake alot if I change it to bigger. Good job however, much appriciated ;D

Also if anyone feels like sharing positions that they have made with the animtooleditV2, that'd be cool.
 

gollum

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

Dotar said:
I downloaded the penisrangeV1, not sure if its just me but the penis starts to shake alot if I change it to bigger. Good job however, much appriciated ;D

Also if anyone feels like sharing positions that they have made with the animtooleditV2, that'd be cool.

any scaling outside the default ranges has some sideeffects
 

sby

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

Dotar said:
I downloaded the penisrangeV1, not sure if its just me but the penis starts to shake alot if I change it to bigger. Good job however, much appriciated ;D

Also if anyone feels like sharing positions that they have made with the animtooleditV2, that'd be cool.
yeah, gollum's right with the scaling effects.

the best advice i can offer right now is if your animtool position animation has her and him movements lines aligned (where minimal penis tilting required), then you can try turning off the 'adjustpenistilt' option. this may help with the vibration.

and yeah, i encourage people to share animtool positions. if there are lots of people putting them together, perhaps a thread should be started to gather them in 1 area. i added a couple i used for testing in the update.
i will try to collect the ones i see so as to include them in updates.
 

Lologram

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

sby you're a madman. These mods are great. I want to know if you can add a "cum out of pussy" feature in the next version of the BE mod (like the cum out of breasts). I usually play with Reverse Cowgirl and BE on top of each other so that would simulate her getting a creampie.
 

gollum

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

sby said:
currently, got these things added for dialog stuff:

dialog actions: [PUKE],[ADD_EFFECTIVE_CUM],[SUB_EFFECTIVE_CUM]
dialog triggers: puke,cumfrombreast,breastexpansion,bodyexpansion,bellyexpansion,breastreduction,bodyreduction,bellyreduction

sorry for this stupid question, but did you actually release it? can't see it in your mod list or being mentioned in the changelog
 

Zan

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

gollum said:
sby said:
currently, got these things added for dialog stuff:

dialog actions: [PUKE],[ADD_EFFECTIVE_CUM],[SUB_EFFECTIVE_CUM]
dialog triggers: puke,cumfrombreast,breastexpansion,bodyexpansion,bellyexpansion,breastreduction,bodyreduction,bellyreduction

sorry for this stupid question, but did you actually release it? can't see it in your mod list or being mentioned in the changelog
^this. I'm eager to start working with these if they're ready for release, sby.
 

sby

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

a bit late at night for a proper forum update, so here is a link for now:

- edit: download link + notes for be2_0 moved to main post
 

Curious

Potential Patron
Joined
Oct 1, 2011
Re: sby's loader imports; 8/09/2014: too much stuff to list here

This is probably a stupid question, but. *facepalms* I can't seem to get the penisrange mod working. I've tried loading it both through the vanilla and mod loader. (I've used the mod loader for folders before, so I do have a basic idea of how it works, but it keeps telling me that the mod loading failed.) Does it actually increase the length of the penis through use of the slider and I'm just missing something/screwing something up, or is it only in use with the animtool?

Sorry for the lame question. P:
 

Xsofresh

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

Curious said:
This is probably a stupid question, but. *facepalms* I can't seem to get the penisrange mod working. I've tried loading it both through the vanilla and mod loader. (I've used the mod loader for folders before, so I do have a basic idea of how it works, but it keeps telling me that the mod loading failed.) Does it actually increase the length of the penis through use of the slider and I'm just missing something/screwing something up, or is it only in use with the animtool?

Sorry for the lame question. P:
Well first, and foremost the mod is for 5.18+ so if you were using a older version of the vanilla or loader like I was it won't work. Secondly make sure you have it in the mods folder, and yes it increases lenth and width.
 

tanksk1

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

sby said:
a bit late at night for a proper forum update, so here is a link for now:

breastexpansionV2_0:

Not sure it it is just me or a bug but it seems that the body cannot be shrank rather it be puke, autoshrink, dialogue ect.

Also, I really like the dialogue options thanks!
 

Curious

Potential Patron
Joined
Oct 1, 2011
Re: sby's loader imports; 8/09/2014: too much stuff to list here

Well first, and foremost the mod is for 5.18+ so if you were using a older version of the vanilla or loader like I was it won't work. Secondly make sure you have it in the mods folder, and yes it increases lenth and width.

Ahh, that was precisely the problem, heh. I feel stupid. Thanks for the help!
 

sby

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

tanksk1 said:
sby said:
a bit late at night for a proper forum update, so here is a link for now:

breastexpansionV2_0:

Not sure it it is just me or a bug but it seems that the body cannot be shrank rather it be puke, autoshrink, dialogue ect.

Also, I really like the dialogue options thanks!
the body will not shrink unless it has expanded.
the effectivecum start/end for the body will determine when it can expand/shrink

by default, i don't have the body start to expand until 100 cuminside.

i am also assuming you have bodyexpansionactive=1
 

tanksk1

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

Nevermind my animspeedbody was too low to see a noticeable change.
 

Damn_Gurrrrl

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

It seems wrong that even just turning the penis mod on that the penis starts to vibrate when inserting, even when you don't make it any bigger, but I'm not a coder so sorry if I'm wrong.
 

Slingerbult

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

Could you elaborate a bit on how this mod works:

animtooleditV2: create custom animations using tons of keys, then save them to use with animtoolloaderV2. new keys.
https://www.box.com/s/wniz5h4c4youwxulf3ym

I guess I could just download it and try messing around with it, but I'm new to the loader so wanted to ask in advance. One thing I'd want to do with this mod if possible is to start her off in a standing, upright position with head cut off like the male in the intro part, and then have her kneel as normal later in the dia. All through scripted dialogue commands. Would that be possible using this mod? If not, please explain a bit more how it works.
 

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.