ds14048

Content Creator
Joined
Nov 5, 2012
Thank You faceless,
Unless people comment on what is lacking or needs improvement lt may go overlooked and unused.
 

ds14048

Content Creator
Joined
Nov 5, 2012
New mods Today
uMrMZqr.jpg


Invader Tak from Invader Zim. This is a body mod with collar And Armwear.

2nd is Invader Tak from Invader Zim. With the eye drawn over in the hair layer.
This is a body mod with collar And Armwear.
S3TSlGG.jpg


Sometimes the tips of the eyelashes show.
 

ds14048

Content Creator
Joined
Nov 5, 2012
New mod Today,
Lapis Lazuli from Steven Universe.
ModTypes.TOP;
ModTypes.BOTTOMS;
Boolean = false;
And she is breast slider adjustable.
The Lapis hair in the pictures are not mine .
The Lapis hair in the pictures is not included in this mod.
Here is the link to the hair. Hair by sonic.
sonic hair imports
Here is the link to Steven Universe background by Wolfendesign
Steven Universe Hairs/dialogues/costumes/backgrounds?

aRCKpv2.jpg


CD5XWXi.jpg



3bQyazG.jpg

Enjoy
 

ds14048

Content Creator
Joined
Nov 5, 2012
Mind to support the charcode? Please?

Respectfully, Rudgar
here you go

charName:SD chan;mood:Normal;bodyScale:1;arms:back,back;throatResist:50;hair:sdchan,1,1;iris:normal,0,0,255,1;breasts:70;skin:light;nose:normal;ear:normal;lipstick:0,0,78,162,1;eyeshadow:0,0,137,1;sclera:255,255,255,1;blush:0,66,137,0.494;freckles:60,24,24,0.8,0;mascara:0,66,137,1,20;nailpolish:0,0,255,1;eyebrow:normal,89,67,51,1,0,0,0,1;hairhsl:0,1,1,1;skinhsl:145,1,1,1;hisskinhsl:0,1,1,1;bg:3;hisBody:male;hisPenis:0,1,1;balls:0,1;hisSkin:0;hisTop:shirt,238,242,245,1;hisBottoms:slacks,27,29,29,1;hisFootwear:loafers,0,0,0,1;collar:none,0,0,0,1,0,0,0,1;cuffs:none,0,0,0,1,0,0,0,1;gag:none,0,0,0,1,0,0,0,1;panties:none,255,255,255,1,0,0,0,1;top:none,255,255,255,1,0,0,0,1;armwear:none,0,0,0,1,0,0,0,1;legwear:none,0,0,0,1,0,0,0,1;footwear:none,0,0,0,1,0,0,0,1;eyewear:none,0,0,0,1,0,0,0,1;headwear:none,0,0,0,1,0,0,0,1;tonguePiercing:none,183,187,195,1,0,0,0,1;herTan:none,0
 

Faceless

Content Creator
Joined
Jun 12, 2011
I'd recommend tweaking the tops to get rid of that joint that shows up for larger breast sizes. Give the back object the same number of frames as the chest object, and use the gotoAndStop() method to jump to the proper frame. That's how my Mileena costume, for instance, managed breast slider support.
Code:
var clip:MovieClip = (MovieClip)(this.parent).chest.rgbFill;

addEventListener(Event.ENTER_FRAME, followBreastSlider);

function followBreastSlider(e:Event) {
   rgbFill.gotoAndStop(clip.currentFrame);
   band.gotoAndStop(clip.currentFrame);
}
Of course, that was a vanilla mod, so the code went directly to the Top Back instance. With the loader, you can adapt the underboob slider proxy method instead for slightly better performance than creating a new event listener.
 

ds14048

Content Creator
Joined
Nov 5, 2012
Thank You Faceless Faceless ,
I was looking for a method to improve my shapes across the back to chest border.I will definitely try the method of adding additional frames to the back. But I do not believe I have read anything about the underboob slider proxy method you mentioned.
 

Faceless

Content Creator
Joined
Jun 12, 2011
It's in my loader template. Here's the relevant code.
Code:
function initl(l) {
  //...initialization stuff

  registerUBoob();

  loader.unloadMod();
}

//updates underboob with breast slider
function registerUBoob() {
   var setBreasts = lProxy.createProxy(g.characterControl, "setBreasts");
   setBreasts.addPost(function():void {
       uboobslider();
   }, false);

   //initialize
   uboobslider();
}
function uboobslider() {
   uboob.gotoAndStop(g.characterControl.breastSize+1);
}
If you're using the extended vanilla template @sby made, it should still be possible to use this code, but you'll need to consult with him on how to properly initialize loader stuff.
 

aztlan

Casual Client
Joined
Sep 14, 2013
I like the slightly semi-transparent effect on your latest dresses - very nice. Was this done with an alpha value in the RGB settings?

What does the Boolean = false setting do? Prevent multiple layers of clothing of the same type (or permit it)?

Thanks for making some more "normal" clothes for Her. These are always appreciated. It would be even better if you added various states of undress for Her in these outfits - top pushed up or down exposing Her breasts or the bottoms either bunched up around her waist or pulled down around her thighs (exposing her ass in either case).
 

ds14048

Content Creator
Joined
Nov 5, 2012
I like the slightly semi-transparent effect on your latest dresses - very nice. Was this done with an alpha value in the RGB settings?

What does the Boolean = false setting do? Prevent multiple layers of clothing of the same type (or permit it)?

Thanks for making some more "normal" clothes for Her. These are always appreciated. It would be even better if you added various states of undress for Her in these outfits - top pushed up or down exposing Her breasts or the bottoms either bunched up around her waist or pulled down around her thighs (exposing her ass in either case).


The semi-transparent effect is a gradient layer set about 25% alpha just above the fill layer. Boolean = false allows you to layer clothing over the top of other clothing. I do have some ideas for various states of undress but unfortunately I find little time for my hobby. And Thank You for the review.
 

ds14048

Content Creator
Joined
Nov 5, 2012
My first release of my newest mod. I may revise it some later.
So here is our favorite Dorito shaped deepthroater Peridot.
ModTypes.TOP;
ModTypes.BOTTOMS;
Boolean = false;
And she is breast slider adjustable.
The Peridot hair in the pictures are not mine .
The Peridot hair in the pictures is not included in this mod.
Here is the link to the hair.
peridot static hair 2017-12-09 by metaleroda
peridot static hair
Misterboyg also has a hair. Steven Universe Hairs/dialogues/costumes/backgrounds?

And here is the char code I myself am using.
charName:SD chan;mood:Normal;bodyScale:0.95;arms:onlegs,onlegs;throatResist:50;hair:sdchan,1,1;iris:normal,0,134,0,1;breasts:0;skin:light;nose:normal;ear:normal;lipstick:0,0,255,0,0.969;eyeshadow:0,128,24,1;sclera:255,255,255,1;blush:0,135,0,1;freckles:60,24,24,0.8,0;mascara:0,255,0,1,20;nailpolish:0,255,0,0;eyebrow:normal,0,189,0,1,0,255,0,1;hairhsl:0,1,1,1;skinhsl:-72,2.68,0.69,2.08;hisskinhsl:0,1,1,1;bg:3;hisBody:male;hisPenis:0,0.8634999999999999,0.8634999999999999;balls:0,1;hisSkin:0;hisTop:shirt,238,242,245,1;hisBottoms:slacks,27,29,29,1;hisFootwear:loafers,0,0,0,1;collar:none,0,0,0,1,232,240,255,1;cuffs:none,0,0,0,1,0,0,0,1;gag:none,0,0,0,1,0,0,0,1;panties:none,255,255,255,1,0,0,0,1;top:none,255,255,255,1,0,0,0,1;armwear:none,0,0,0,1,0,0,0,1;legwear:none,0,0,0,1,0,0,0,1;footwear:none,0,0,0,1,0,0,0,1;eyewear:none,0,0,0,1,0,0,0,1;headwear:none,0,0,0,1,0,0,0,1;tonguePiercing:none,183,187,195,1,0,0,0,1;herTan:none,0


ZUPLHHU.jpg


EjUMr8W.jpg


x1Pc4Ar.jpg
 

ds14048

Content Creator
Joined
Nov 5, 2012
Something different today.
RGB Adjustable Love Doll Lips
This mod uses the Gag template
2r8I4fl.png


D5oiicO.png


9Er7C9j.png

Use the first Gag color slider
 

Globus1

Potential Patron
Joined
Feb 23, 2018
Oh yea. Man, i have an idea about Rick-and-Morty-themed dialog. And i will be glad if i can use this mods and you make Morty male/female replacer soon)
Well done!
 
Last edited:

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.