sby's loader imports (7 Viewers)

sby

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

Titan said:
I downloaded the most recent version of animtools..but it keeps telling me the settings.txt file cannot be found. I think i may have messed up my folder some how
it does expect the correct version number on the settings file, if you are trying to use your old one



for those that use moreclothing and stuff:
i have been testing out some other body mods and adding more functionality to the mod. with some other attempts at overwriting body mods, i realized that i forgot about a few things in the V2 release. been trying to get the vanilla straitjacket mod working in moreclothing, and i think i finally got it after fixing some tan and hiding body work arounds.

ended up creating an alternative to the vanillaarmpatch using some of the same code because the body mods will not act the same with the patch, either way i think the new way will be good.

oh yeah, and now i got mod combining and mod piece removing functionality in moreclohing ;D just needs some more testing before i upload a new version.
 

aztlan

Casual Client
Joined
Sep 14, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

Nice. Did you have any luck getting PantiesOnOneLeg to work with it?
 

sby

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

aztlan said:
Nice. Did you have any luck getting PantiesOnOneLeg to work with it?
nope, but only because what i decompiled seems to make flash cs5 break xD

not sure if it would be better if it was a bottoms modtype so it layers over legwear, or a panties modtype to guarantee layering under the bottoms. most likely bottoms since i don't imagine using them with other bottoms that would overlap would make sense ~pants. even if i did get it working, i don't know how to get the panties hue slider to be used instead of the bottoms slider, so it would still be kinda meh.
 

americanole

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

I've changed panties around one leg so that now they're in panties modtype with a hueslider. I think I could make them bottoms using panties hueslider like sby suggested but I thought that this way you were potentially able to use some skirts together with it which was nice AND you wouldn't get into situation where you have two panties (one from panties second from bottoms).
 

Attachments

Grimey-PantiesAroundOneLeg(P).swf
11.7 KB · Views: 987

aztlan

Casual Client
Joined
Sep 14, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

Very nicely done. I agree about using the panties slot.

Thanks.
 

americanole

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

Hello sby, I have a question about allalphasliders mod. I would like to ask if that's possible to remove an alpha slider from Top modtype(or make it togglable) (I know it's sort of the opposite of what mod does but I assumed you looked into that).

Why? Because randomisation option really screws with it, especially if there are clothing with two pieces (top and bottom), they end up not matching and I feel like I'm setting alpha to max each time anyway. The only alpha I would like to add is probably gloves (but they look weird with low opacity because of how template is I assume).
 

sby

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

americanole said:
I've changed panties around one leg so that now they're in panties modtype with a hueslider. I think I could make them bottoms using panties hueslider like sby suggested but I thought that this way you were potentially able to use some skirts together with it which was nice AND you wouldn't get into situation where you have two panties (one from panties second from bottoms).
i was gonna put it on the panties menu like:
panties.swf=leg panties:CostumeBottoms>CostumePanties

so that would eliminate having two panites, it is the matter of choosing which layer to put it on. this probably works fine though



americanole said:
Hello sby, I have a question about allalphasliders mod. I would like to ask if that's possible to remove an alpha slider from Top modtype(or make it togglable) (I know it's sort of the opposite of what mod does but I assumed you looked into that).

Why? Because randomisation option really screws with it, especially if there are clothing with two pieces (top and bottom), they end up not matching and I feel like I'm setting alpha to max each time anyway. The only alpha I would like to add is probably gloves (but they look weird with low opacity because of how template is I assume).
i can make an update to it that has a setting file to choose which ones to add.
settings solve everything!!


edit - or i can modify shuffle so it doesn't use the new huesliders, which would probably be a better choice
edit edit ^ yeah i did that for next release of it


was thinking of adding a couple of the mlp tails to moreclothing, anyone have suggestions or votes?
dante made a good chunk of them that i was looking at: http://www.sdtmods.com/index.php?topic=3132.0
or you can dive through the mlp thread: http://www.sdtmods.com/index.php?topic=1504.0
 

americanole

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

i can make an update to it that has a setting file to choose which ones to add.
settings solve everything!!
edit - or i can modify shuffle so it doesn't use the new huesliders, which would probably be a better choice
Either of those would be amazing, if it's not too hard to do, I'd really appreciate.
i was gonna put it on the panties menu like:
panties.swf=leg panties:CostumeBottoms>CostumePanties
Not quite sure why though, if they're drawn in bottoms and you add them into panties, then it would overlap and look unpretty with any bottoms item, this way it layers as it's supposed to be (it can be under skirt a little, completely hidden under jeans, completely visible with miniskirt etc). Still, if you prefer it under bottoms, I can change it pretty easy, I would need to tie sliders to panties then though, I might need to have an empty(or almost empty) 'panties' modtype for that, ( to use that thing faceless told me about in costume guide thread).
panties.swf=panties:CostumePanties:CostumeBottoms>CostumePanties

+

import flash.events.Event;
import flash.display.MovieClip;

addEventListener(Event.ENTER_FRAME, followColorSlider);
function followColorSlider(e:Event)
{

pantiesbot.back.rgbFill.transform.colorTransform = emptpant.back.rgbFill.transform.colorTransform;
pantiesbot.chest.rgbFill.transform.colorTransform = emptypant.back.rgbFill.transform.colorTransform;
//pantiesbot - the actual clothing item - panties around one leg with rgbfill drawn into bottoms template
//emptypant - like a pixel of rgbfill in panties template
}


On the topic (not really) , with you adding all those sliders, does that mean it's possible (not asking you to do it), to add more sliders to existing clothing? rgbfill2 to panties, rgbfill3 to bottoms etc.?
 

sby

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

americanole said:
On the topic (not really) , with you adding all those sliders, does that mean it's possible (not asking you to do it), to add more sliders to existing clothing? rgbfill2 to panties, rgbfill3 to bottoms etc.?
not sure how feasible it would be to add them, and even if i were to add them, they wouldn't do anything because all of the mods are made according to the existing sliders.

the panties are fine as is, don't bother changing them
 

Dotar

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

love yours mods :)

Question about deepthroatactionsV3

What would be the exact settings to make her not pass out so fast?

I have changed values at passoutfactors & breathelevelincreases

but she still passes out way too fast :(
 

sby

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

Dotar said:
love yours mods :)

Question about deepthroatactionsV3

What would be the exact settings to make her not pass out so fast?

I have changed values at passoutfactors & breathelevelincreases

but she still passes out way too fast :(
setting these will disable the passout factor increases and the breathlevel increases


passoutfactorincreaseondeepthroat=0
passoutfactorincreaseinthroat=0

breathlevelincreaseondeepthroat=0

passoutfactorincreaseonhilt=0
passoutfactorincreaseinhilt=0

breathlevelincreaseonhilt=0
breathlevelincreaseinhilt=0

edit - it seems i made a mistake in the settings file, there should be this line that exists:
breathlevelincreaseinthroat=0
 

Lizoran

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

Hey sby did you ever think about officially releasing this dialogue now that the mod is out?

sby said:
whole dialog in its current state (won't properly work for people cause i hacked in the != functionality, and my animtools with the dominant variable is not released as of posting)
dialogue_name:"Default"

all:"CLEAR"
interrupt:"-!"
interrupt:"-ghch!"
interrupt:"-ghmph!"
interrupt:"-mmb!"
interrupt:"-mmbh!"
interrupt:"-mmbh!"
interrupt:"-mmn!"
interrupt:"-mnh!"
interrupt:"-mph!"
interrupt:"-mphh!"
interrupt:"-ng!"
interrupt:"-nngh!"
cum_in_nose:"[COUGH][SWALLOW][WINCE] [DROOL]That was a giant mass of cum!"
cum_in_nose:"[SHOCK] You blew your load right through me!"
cum_in_nose:"[SWALLOW][WINCE] [DROOL]My head is loaded with your cum. ."
cum_in_nose:"[WINCE][LOOK_UP][COUGH] [DROOL]I couldn't contain your load."
intro:"Are you ready to punish me?"{"held":"true"}
intro:"Do you want me to beg?"{"held":"true"}
intro:"Do you want to abuse my pussy?"
intro:"Do you want to feel the inside of my throat?"
intro:"Do you want to fuck me . . ?"
intro:"How do you want me?"{"held":"false"}
intro:"I want to take you all the way down. ."
intro:"I'm going to devour your cock. ."{"held":"false"}
intro:"I've been a naughty girl. . ."
intro:"My throat is aching for your cock. ."{"held":"true"}
intro:"Should i spread open my thighs to take this further . .?"{"held":"true"}
intro:"Want me to take it deeper?"{"held":"false"}
intro:"Youl'll need to go deeper in me if you want to enjoy my throat. . "{"held":"true"}
intro:"I'm going to swallow the entire thing."{"held":"false"}
intro:"How deep do you think i can take it?"{"held":"false"}
pull_off:" [DROOL]Why not shove that in my other holes?"
pull_off:"I ache for your cock in me."
pull_off:"I'm so wet, [WINCE] please fuck me!"
pull_off:"J-[SWALLOW] just bend me over and give it to me!"
pull_off:"Just pin me down and screw me!"
pull_off:"That's really deep!"
pull_off:"You make me take it so deep!"{"held":"true"}
pull_off:"You push it in so deep!"{"held":"true"}
pull_off:"You really know how to punish a girl. ."{"held":"true"}
pull_off:"[COUGH] Your torture makes me wet. ."{"held":"true"}
pull_off:"[COUGH][DROOL]You like it when i punish myself?"{"held":"false"}
pull_off:"[LOOK_DOWN] Your cock's so stiff, it won't stay down!"{"held":"false"}
pull_off:"[TAP_HANDS] I'm ready to bend over and take it HARD. . "{"held":"true"}
pull_off:"[WINCE] I can't take anymore, ravish me!"{"held":"true"}
pull_off:"[WINCE] Just penetrate me already!"{"held":"true"}
pull_off:"[WINCE] Come on, violate me with your cock!"{"held":"true"}
resistance:"[COUGH] I'm not sure if it is gonna fit down there . ."{"held":"true"}
resistance:"[COUGH] [COUGH] Are you sure you don't wanna pound my ass? I swear it will be just as tight. ."{"held":"true"}
resistance:"I'm so tight, my throat is bulging. ."
resistance:"Mmm, ram it deeper into my throat. ."{"held":"true"}
resistance:"Mmm. .should i take it deeper?"{"held":"false"}
resistance:"You want me to.. push it deeper?"{"held":"false"}
resistance:"Don't be shy, shove your cock in .. deeper"{"held":"true"}
resistance:"You like it when i gag myself with your cock?"{"held":"false"}
resistance:"[COUGH][DROOL] [SWALLOW] . I think i'm going to gag. ."
resistance:"[SWALLOW] Want me to take it deeper?"
resistance:"[SWALLOW] You can shove it in MUCH deeper than that . ."{"held":"true"}
resistance:"[WINCE] I'm too tight, you'll have to force it down.[HOLD]"
wake:" [DROOL]That [DROOL]is some cock. ."
wake:"*YOU, *... you made me pass out!"{"held":"true"}
wake:"Wh- where..."
wake:"I think i just came from that rush.."{"held":"false"}
wake:"[COUGH][DROOL]Give it to me, i can take it!"
wake:"[WINCE][DROOL]My throat feels so sore.."
head_grabbed:" [DROOL]Oh yes, i'm ready for more . ."{"held":"true"}
head_grabbed:"Grip me firmly, it is hard to shove that down my tight throat. ."{"held":"true"}
head_grabbed:"I'm in your hands, and you should be in my throat . ."{"held":"true"}
head_grabbed:"I'm ready, thrust it in there DEEP. ."{"held":"true"}
head_grabbed:"Ready to abuse my throat some more?"{"held":"true"}
head_grabbed:"Your abuse is invigorating. ."
head_grabbed:"[TAP_HANDS] Ohh . .bracing me firmly for some rough pounding . .?"{"held":"true"}
first_dt:" [DROOL]I swallowed your entire cock. ."
first_dt:" [DROOL]I took it all [SWALLOW] , now how will you punish me?"{"held":"true"}
first_dt:" [SHOCK] It hurts to take it so deep. . .i want more."
first_dt:" [SHOCK] You forced it all the way in..."{"held":"true"}
first_dt:"[COUGH] . I don't think i can take another one of those. . "
first_dt:"[COUGH]My throat is loose, now hammer me!"{"held":"true"}
first_dt:"[WINCE] I can't believe you forced it all in. ."{"held":"true"}
first_dt:"[WINCE] Ugh . [COUGH] .that's a lot of cock."
first_dt:"[WINCE]I can't believe i swallowed the whole thing . ."{"held":"false"}
vigorous:"Keep going. . .i want more!"{"held":"true","check":{"atv_position":"==0"}}
vigorous:"Keep going. . .i want more!"{"check":{"atv_position":"==0","atv_dominant":"!=1"}}
vigorous:"[ADD_TEARS]My throat is going to swell up after that pounding. ."{"held":"true","check":{"atv_position":"==0"}}
vigorous:"[ADD_TEARS]Shove it down my throat harder!"{"held":"true","check":{"atv_position":"==0"}}
vigorous:"[ADD_TEARS]Tear up my throat!"{"held":"true","check":{"atv_position":"==0"}}
vigorous:"[ADD_TEARS]Yes, Yes! YES!!"{"held":"true","check":{"atv_position":"==0"}}
vigorous:"[ADD_TEARS]Yes, Yes! YES!!"{"check":{"atv_position":"!=0","atv_dominant":"!=1"}}
vigorous:"[COUGH] Yo- [COUGH] your thrusts are so brutal!"{"held":"true","check":{"atv_position":"==0"}}
vigorous:"[COUGH] Yo- [COUGH] your thrusts are so brutal!"{"check":{"atv_position":"!=0","atv_dominant":"!=1"}}
vigorous:"[COUGH] [DROOL]Oh yes . [COUGH] . punish me!"{"held":"true","check":{"atv_position":"==0"}}
vigorous:"[COUGH] [DROOL]Oh yes . [COUGH] . punish me!"{"check":{"atv_position":">1","atv_dominant":"!=1"}}
vigorous:"[COUGH]Do you like it rough?"{"held":"false","check":{"atv_position":"==0"}}
vigorous:"[COUGH]Do you like it rough?"{"check":{"atv_position":"!=0","atv_dominant":"!=2"}}
vigorous:"[COUGH]You like it when i gag myself?"{"held":"false","check":{"atv_position":"==0"}}
vigorous:"[DROOL]I like to punish myself with your cock. ."{"held":"false","check":{"atv_position":"==0"}}
vigorous:"[DROOL]I like to punish myself with your cock. ."{"check":{"atv_position":"!=0","atv_dominant":"==1"}}
vigorous:"[DROOL]Rough me up and pound my ass!"{"held":"true","check":{"atv_position":"==0"}}
vigorous:"[DROOL]Just drive your cock into my ass already!"{"held":"true","check":{"atv_position":"==0"}}
vigorous:"[SHOCK] I'm really loose after that pounding. ."{"held":"true","check":{"atv_position":"==0"}}
vigorous:"[SHOCK] I'm really loose after that pounding. ."{"check":{"atv_position":">1","atv_dominant":"!=1"}}
vigorous:"[WINCE] My throat aches. . .harder!"{"held":"true","check":{"atv_position":"==0"}}
vigorous:"[WINCE][DROOL]Pound my throat like you've always wanted!"{"held":"true","check":{"atv_position":"==0"}}
vigorous:"[WINCE][DROOL]Hammer my tits and blow your load into my face!"{"check":{"atv_position":"==1","atv_dominant":"!=1"}}
vigorous:"You ever had a titfuck like this before?"{"check":{"atv_position":"==1","atv_dominant":"==1"}}
vigorous:"[WINCE]OH YES! Abuse my body!"{"check":{"atv_position":">0","atv_dominant":"!=1"}}
vigorous:"OH YES! Punish my ass!"{"check":{"atv_dominant":"!=1","atv_position":"==3"}}
vigorous:"Oh god! You are going to tear my ass!"{"check":{"atv_dominant":"!=1","atv_position":"==3"}}
vigorous:"Oh yeah! Tear up my ass!"{"check":{"atv_dominant":"!=1","atv_position":"==3"}}
vigorous:"You like it when i push you deep into my ass?"{"check":{"atv_dominant":"==1","atv_position":"==3"}}
vigorous:"How deep do you think i can take it?"{"check":{"atv_dominant":"==1","atv_position":">1"}}
vigorous:"Slow down and I can build up a coating of spit for you plunge into.."{"held":"true","check":{"atv_position":"==0"}}
pulled_up:" [LOOK_UP] My face is better when it's coated in cum . ."{"held":"true"}
pulled_up:" [LOOK_UP] [DROOL] I'm going to make you wish i was bent over . ."{"held":"false"}
pulled_up:" [LOOK_UP]Are you ready to hammer my pussy?"
lick_penis:" [DROOL] [LOOK_UP] Now all i need is some yogurt to go with this. ."
lick_penis:" [DROOL] [LOOK_UP]Your cock is nice and slimy . ."
lick_penis:" [DROOL][LOOK_UP] Are you aching for me to put it back in?"{"held":"false"}
lick_penis:" [LOOK_UP]Can you feel my tongue roll over your bulging veins?"
lick_penis:" [LOOK_UP]Do you like it when i tease your cock?"{"held":"false"}
lick_penis:" [DROOL] It'll slide better with a bit of drool."{"check":{"atv_position":"==1"}}
pulled_down:" [LOOK_UP] Do you like it when i smear it all over my face?"{"held":"false"}
pulled_down:" [LOOK_UP]oh yes, smear it all over my face. ."{"held":"true"}
pulled_down:" [LOOK_UP]ooo . . your cock is nice and slimy from my throat. ."
swallow:" [DROOL]I'm choking on so much cum. ."{"check":{"atv_position":"==0"}}
swallow:"I can feel it stick to my throat."{"check":{"atv_position":"==0"}}
swallow:"I can still taste it."{"check":{"atv_position":"==0"}}
swallow:"I can't believe you made me drink it all."{"held":"true","check":{"atv_position":"==0"}}
swallow:"I can't believe you made me swallow it all."{"held":"true","check":{"atv_position":"==0"}}
swallow:"My stomach is so full. ."{"check":{"atv_position":"==0"}}
swallow:"[COUGH] So [COUGH] So much cum..."{"check":{"atv_position":"==0"}}
swallow:"[COUGH] [DROOL]It's clogging up my throat. ."{"check":{"atv_position":"==0"}}
swallow:"[SHOCK] That was a giant mass of cum . ."{"check":{"atv_position":"==0"}}
swallow:"[WINCE] It's going down hard, it needs a [WINCE] DEEP push . ."{"check":{"atv_position":"==0"}}
swallow:"[DROOL]I'm getting so wet, even my mouth wants action."{"check":{"atv_position":"!=0"}}
swallow:"[DROOL]Your penetration is making me salivate."{"check":{"atv_position":">1"}}
swallow:"[SHOCK]I can take it, keep going!"{"check":{"atv_position":">1","atv_dominant":"==0"}}
swallow:"[SHOCK]You really know how to punish a girl!"{"check":{"atv_position":">1","atv_dominant":"!=1"}}
swallow:"I yearn for your punishment"{"check":{"atv_position":">1","atv_dominace":"!=1"}}
cough:"-achf"
cough:"-ack"
cough:"-ackph"
cough:"-aghck"
cough:"-agph"
cum_on_face:"Drown me in cum!"
cum_on_face:"I'm drenched in cum, now feed it to me."{"held":"true"}
cum_on_face:"It's so hot and sticky."
cum_on_face:"Oh, did you want to coat my mouth? looks like i am going to have to keep going . . "{"held":"false"}
cum_on_face:"Smear it all over me. ."{"held":"true"}
cum_on_face:"Ugh... it's everywhere."
cum_on_face:"ahh . .it's so hot and sticky."
cum_on_face:"oo. .it's all over my face."
pre_cum:" [DROOL]Clog my throat with your cum!"{"check":{"atv_position":"==0"}}
pre_cum:" [DROOL]Fill me with your cum!"
pre_cum:"Blow your load into me!"{"check":{"atv_position":"!=1"}}
pre_cum:"Are you ready to coat me in cum?"{"held":"false","check":{"atv_position":"==0"}}
pre_cum:"Are you ready to coat me in cum?"{"check":{"atv_dominant":"!=2","atv_position":"!=0"}}
pre_cum:"Are you ready to flood me with cum?"{"held":"false","check":{"atv_position":"==0"}}
pre_cum:"Are you ready to flood me with cum?"{"check":{"atv_dominant":"!=2","atv_position":"!=0"}}
pre_cum:"Blow it all over my face!"{"check":{"atv_position":"==0"}}
pre_cum:"Blow your load all over me!"
pre_cum:"I can feel you throbbing, cum down my throat!"{"held":"true","check":{"atv_position":"==0"}}
pre_cum:"I'm getting wet, give it to me!"
pre_cum:"It's coming, how should i take it?"{"held":"false","check":{"atv_position":"==0"}}
pre_cum:"It's coming, how should i take it?"{"check":{"atv_dominant":"!=2","atv_position":"!=0"}}
pre_cum:"Make me choke on your cum. ."{"check":{"atv_position":"==0"}}
pre_cum:"Make my ass overflow with your cum!"{"check":{"atv_position":"==3","atv_dominant":"!=1"}}
pre_cum:"Make my ass ooze with your cum!"{"check":{"atv_position":"==3","atv_dominant":"!=1"}}
pre_cum:"Oh yeah, you're going to cum all over these luscious tits!"{"check":{"atv_position":"==1","atv_dominant":"==1"}}
pre_cum:"Coat my tits with your sweet icing!"{"check":{"atv_position":"==1"}}
pre_cum:"Blow it deep into my ass!"{"check":{"atv_position":"==3","atv_dominant":"!=1"}}
pre_cum:"Cream deep into my ass!"{"check":{"atv_position":"==3","atv_dominant":"!=1"}}
pre_cum:"Get ready to blow your load deep into my ass.."{"check":{"atv_position":"==3","atv_dominant":"!=2"}}
general:"Am i tight enough for you?"{"check":{"atv_position":"!=0"}}
general:"Is my throat tight enough for you?"{"check":{"atv_position":"==0"}}

general:"Drive your cock deep into me!"{"held":"true","check":{"atv_position":"==0"}}
general:"Drive your cock deep into me!"{"check":{"atv_dominant":"!=1","atv_position":"!=1"}}
general:"Give it to me rough!"{"held":"true","check":{"atv_position":"==0"}}
general:"Give it to me rough!"{"check":{"atv_dominant":"!=1","atv_position":"!=1"}}
general:"I bet you dreamt of this for a long time."
general:"I can bend over, if you 'know' what i mean. . ."{"check":{"atv_position":"!=3"}}
general:"I want you to gag me with your cock."{"held":"true","check":{"atv_position":"==0"}}
general:"I've been a naughty girl, punish me!"{"held":"true","check":{"atv_position":"==0"}}
general:"I've been a naughty girl, punish me!"{"check":{"atv_dominant":"!=1","atv_position":"!=0"}}
general:"Make me choke on your cock!"{"held":"true","check":{"atv_position":"==0"}}
general:"My other holes are just as tight. . ."{"check":{"atv_position":"!=1"}}
general:"Want to try out my other holes?"{"check":{"atv_position":"!=1"}}
general:"My panties are wet for your cock. ."{"check":{"atv_position":"<2"}}
general:"Shove it deep into my throat!"{"held":"true","check":{"atv_position":"==0"}}
general:"Shove it deep into my ass!"{"check":{"atv_dominant":"!=1","atv_position":"==3"}}
general:"Shove it deep into my pussy!"{"check":{"atv_dominant":"!=1","atv_position":"==2"}}
general:"Grind your cock between my tits!"{"check":{"atv_dominant":"!=1","atv_position":"==1"}}
general:"I am going to grind your cock with my tits until you blow it all over my face."{"check":{"atv_dominant":"==1","atv_position":"==1"}}
general:"Do you like to slide your cock between my tits?"{"check":{"atv_dominant":"!=1","atv_position":"==1"}}
general:"Mmhm, I'm going to bury your cock between my tits."{"check":{"atv_dominant":"==1","atv_position":"==1"}}
general:"These tits haven't been abused like this before.."{"check":{"atv_dominant":"!=1","atv_position":"==1"}}
general:"My tits are going to be sore after this pounding.."{"check":{"atv_dominant":"!=1","atv_position":"==1"}}
general:"Spread me wide and fuck me!"{"check":{"atv_dominant":"!=1","atv_position":"<2"}}
general:"Spread me wide and fuck me harder!"{"check":{"atv_dominant":"!=1","atv_position":">1"}}
general:"Tie me down and ravish me!"
general:"[COUGH] Ohh, i'm ready for you to plunge that deep into me. ."{"held":"true","check":{"atv_position":"==0"}}
general:"[COUGH] Ohh, i'm ready for you to plunge that deep into me. ."{"check":{"atv_position":">1","atv_dominant":"!=1"}}
general:"Violate me with your cock!"{"held":"true","check":{"atv_position":"==0"}}
general:"Violate me with your cock!"{"check":{"atv_dominant":"!=1","atv_position":"!=0"}}
general:"Want me to bend over?"{"check":{"atv_position":"<2"}}
held:" [DROOL]I like it when you hold me down. ."{"held":"true"}
held:" [LOOK_UP] My turn yet? I want you between my thighs. ."
held:"That's . [SWALLOW] That's quite a throatload!"
held:"You really know how to punish a girl . ."{"held":"true"}
held:"[COUGH] That's a lot to hold in . ."
held:"[SHOCK] You force it down so hard. ."{"held":"true"}
held:"You like it when i choke myself with your cock?"{"held":"false"}
bodycontactspaceheldpush:"ohHH GOD that's deep!"{"check":{"atv_position":">1"}}
bodycontactspaceheldpush:"oh yeahh, push it deeper into my ass!"{"check":{"atv_dominant":"!=1","atv_position":"==3"}}
bodycontactspaceheldpush:"stretch out my pussy with that huge cock!"{"check":{"atv_dominant":"!=1","atv_position":"==2"}}
bodycontactspaceheldpush:"OH YES, punish me with your cock!"{"check":{"atv_dominant":"!=1","atv_position":">1"}}
bodycontactspaceheldpush:"I can feel it hitting my stomach!"{"check":{"atv_position":">1"}}
bodycontactspaceheldpush:"I can feel my ass stretch inch by inch."{"check":{"atv_position":"==3"}}
bodycontactspaceheldpush:"Lets see how deep i can take this.."{"check":{"atv_dominant":"==1","atv_position":">1"}}
bodycontactspaceheldpush:"How far do you think i can take it..?"{"check":{"atv_dominant":"==1","atv_position":">1"}}
bodycontactspaceheldpush:"I'm going to shove this deeper until i feel it in my stomach."{"check":{"atv_dominant":"==1","atv_position":">1"}}
bodycontactspaceheldpush:"How deep are you planning to go ..?"{"check":{"atv_dominant":"==2","atv_position":">1"}}
bodycontactspaceheldpush:"How much deeper are you going..?"{"check":{"atv_dominant":"==2","atv_position":">1"}}
cuminher:"I can feel it flowing through my ass.."{"check":{"atv_position":"==3"}}
cuminher:"Keep pumping my ass full of your cum"{"check":{"atv_position":"==3"}}
cuminher:"Mmhm, now that my ass is coated with your fluids, you should try some of my other holes.."{"check":{"atv_position":"==3"}}
cuminher:"Ooo, now my pussy's all caked up and loose, you'll need to get dirty if you want something .. tighter."{"check":{"atv_position":"==3","atv_dominant":"!=1"}}
cuminher:"Ooo, now my pussy's all caked up and loose, guess I'll need to put your cock somewhere .. tighter."{"check":{"atv_position":"==3","atv_dominant":"==1"}}
cuminher:"Oh yeah, pump it into my ass!"{"check":{"atv_position":"==3"}}
cuminher:"I can feel it flowing through my vagina.."{"check":{"atv_position":"==2"}}
restart:"Still hard? I crave another pounding. ."
restart:"ohh, you can certainly go another round; what if i bent over and fingered my ass?"
restart:"[COUGH]Ready for another ramming?"
restart:"[SWALLOW] How about another round?"
restart:"[SWALLOW] I think i can take some more. . "
restart:"[WINCE] Your smearing the cum all over my throat."
restart:"Oh god yes keep thrusting that cock in my throat!"{"held":"true"}
cum_in_mouth:" [LOOK_UP] [DROOL]You like it when i play with it?"
cum_in_mouth:" [LOOK_UP]You want me to swallow it?"
cum_in_mouth:"[CLOSE_EYES][WINCE][ADD_TEARS][OPEN_EYES][LOOK_UP]Drink it?"
cum_in_mouth:"[COUGH] [DROOL]It's too th [COUGH] thick to swallow!"
cum_in_mouth:"[COUGH] [DROOL]Swallow?"
cum_in_mouth:"[WINCE][LOOK_UP]Swallow it?"
cum_in_throat:" [ADD_TEARS][COUGH][COUGH] [DROOL] [COUGH] [COUGH][DROOL] You [DROOL] came in-[SWALLOW] into my lungs!"{"held":"true"}
cum_in_throat:"- [WINCE] [SWALLOW] I'm gonna need my stomach pumped after that load. ."
cum_in_throat:"- [WINCE]You came straight into my stomach."
cum_in_throat:"[COUGH] [WINCE] [DROOL] You coated my throat in cum . ."{"held":"true"}
cum_in_throat:"[COUGH] [WINCE] [DROOL]My throat is - [WINCE] clogged with your cum. ."
cum_in_throat:"[COUGH] I could feel you throb "
cum_in_throat:"[COUGH] Now I'm all loaded with cum, [DROOL]you'll have to fill my other holes . ."
cum_in_throat:"[SWALLOW] How does it feel to cum straight into my stomach?"
cum_in_throat:"[SWALLOW] How does it feel to be forced to cum through my throat?"{"held":"false"}
cum_in_throat:"[SWALLOW] [DROOL]My stomach is so full. .[DROOL]"
cum_in_throat:"[SWALLOW]I can feel it all inside me."
cum_in_throat:"[SWALLOW]I can feel it oozing down my throat."
first_throat:" [ADD_TEARS]Can you feel my warm throat?"
first_throat:" [ADD_TEARS]Oh yes. . [COUGH] . push it all the way in!"{"held":"true"}
first_throat:" [ADD_TEARS]I can't take any more, shove it all in!"{"held":"true"}
first_throat:" [ADD_TEARS]Want me to . [WINCE] . take it all the way?"{"held":"false"}
first_throat:" [ADD_TEARS][SWALLOW] That's quite a mouthful . ."
first_throat:" [ADD_TEARS][WINCE] Just a little further. ."
first_throat:" [ADD_TEARS][WINCE]I want to take it all the way. ."{"held":"true"}
first_throat:"I hope you like your throats wet. ."{"held":"false"}
cum_in_eye:" [ADD_TEARS]Do you like it coating my face?"{"held":"false"}
cum_in_eye:" [ADD_TEARS]I like when i'm covered in your cum . ."{"held":"false"}
cum_in_eye:" [ADD_TEARS]Oh yes, punish as you wish!"{"held":"true"}
drool:"How about another?"
drool:"I couldn't swallow it all* YOU*."
drool:"I'm overflowing with cum."
drool:"I'm such a dirty girl. ."
drool:"It's oozing all over the place."
drool:"You like it when i let it drip all over me?"
finish:"CLEAR"
finish1:"once"
finish2:"twice"
finish3:"three times"
finish4:"four times"
finish5:"five times"
finish6:"six times"
finish7:"seven times"
finish8:"eight times"
finish9:"nine times"
finish10:"ten times"
finishOther:"that many times"
 

aztlan

Casual Client
Joined
Sep 14, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here


sby said:
americanole said:
On the topic (not really) , with you adding all those sliders, does that mean it's possible (not asking you to do it), to add more sliders to existing clothing? rgbfill2 to panties, rgbfill3 to bottoms etc.?
not sure how feasible it would be to add them, and even if i were to add them, they wouldn't do anything because all of the mods are made according to the existing sliders.

I would like to see some two tone (rgbfill2) panties and bras. Would modders find clever things to do with them? Dante has some nice striped ones I think.

Would it justify the additional overhead? Not sure...
 

sby

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

Fenrir said:
Hey sby did you ever think about officially releasing this dialogue now that the mod is out?
eagerrough9
i added it in other downloads section, not sure if it changed much since that post



aztlan said:
sby said:
americanole said:
On the topic (not really) , with you adding all those sliders, does that mean it's possible (not asking you to do it), to add more sliders to existing clothing? rgbfill2 to panties, rgbfill3 to bottoms etc.?
not sure how feasible it would be to add them, and even if i were to add them, they wouldn't do anything because all of the mods are made according to the existing sliders.

I would like to see some two tone (rgbfill2) panties and bras. Would modders find clever things to do with them? Dante has some nice striped ones I think.

Would it justify the additional overhead? Not sure...
i can't quite justify putting the menus there because the regular clothing would not use them, and i doubt the usage of the couple extra rgb fills would be used. artists and such tend to stick to vanilla mods for maximum compatibility.
 
A

AndreParle

Re: sby's loader imports; 8/09/2014: too much stuff to list here

I've found my personal heaven!! You, sir, are a boon on mankind!!
Great job man, newbie here, but this is just overwhelming! :O :D
 

Zalord

Content Creator
Joined
Jun 12, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

sby said:
zalord said:
Hey sby,
Do you have a more recent version of the decompiled sdt actionscript references? The one you have posted is v5.21.
most of the good stuff is for the decompilation of the sdt game itself, which hasn't changed in forever. the only reason you might want the loader is to look at some of the public stuff it was available on it. the loader itself doesn't change too much, but i can do an updated decompilation of the latest loader if for some reason you want to look at it.

mg, last sauce i have seems to be 5.33, if you wish to share file so others have copies of your stuff.
i usually don't look at it (the single decompiled .as works well enough for me to look at loader things, this just reminded me of it)
would be purely for your (little more) peaceful state of mind

I was mainly asking because I wanted to look at the source code for proxies. There were some errors in the documentation. I've since sorted out what I was originally looking for with ModGuy.

Also, surely MG has the original source code of the loader that he can share, not something that's been decompiled? I don't even know why I'm asking you this since it's MG I should be talking to.
 

sby

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

zalord said:
Also, surely MG has the original source code of the loader that he can share, not something that's been decompiled? I don't even know why I'm asking you this since it's MG I should be talking to.
we can only hope that he does xD

i know proxies had a re-over when we were still deciding on them, so that could be why the doc was a bit off.
 

ModGuy

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

Would you guys believe that I actually rebuilt from a decompiled loader at one point.
 

Zalord

Content Creator
Joined
Jun 12, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

Oh the stuff you find in source code...
From autohuereg:
Code:
if(loadedthroughvantab)			//loaded through sdt tab
{
    //main.updateStatus("used usename:"+usename);
    main.registerForHueShift("L"+nummods+"::"+usename, myarray);
    usename = "niggerniggerniggernigger";
    loadedthroughvantab = false;
}
 

sby

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

zalord said:
Oh the stuff you find in source code...
From autohuereg:
Code:
if(loadedthroughvantab)			//loaded through sdt tab
{
    //main.updateStatus("used usename:"+usename);
    main.registerForHueShift("L"+nummods+"::"+usename, myarray);
    usename = "niggerniggerniggernigger";
    loadedthroughvantab = false;
}
the important part is that if a bug related to this is found, i will hear about it xD
 

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.