Any plans for future mods coming up?
Didn't want to make a commitment in responding to this until I had something concrete to use. I have something concrete to use, so now I'm going to go making a commitment.
Salem's next.
Hair's done so far. I intend to make this 3 mods total - hair mod, a body mod for the "vein" markings (with some artistic license taken, mainly on her upper arms and to a lesser degree on her torso/legs because as far as I'm aware we don't actually know how expansive these veins are) so that she can be accurate while naked, and a costume mod for her robe (which will be slightly annoying because I haven't decided how to deal with her feet yet, since her robe completely hides her feet as far as I've been able to tell from half paying attention to this aspect of her wardrobe).
In any case: here's the hair:
Salem Hair.png
The code I used here is as follows:
charName:Salem;mood:Angry;bodyScale:1;arms:back,back;throatResist:50;iris:normal,199,0,0,1;breasts:105;skin:light;nose:normal;ear:normal;lipstick:0,0,0,0,0;eyeshadow:55,26,99,1;sclera:0,0,0,1;blush:0,0,0,0;freckles:60,24,24,0.8,0;mascara:0,0,0,1,20;nailpolish:0,0,0,0;eyebrow:normal,89,67,51,1,0,0,0,1;hairhsl:0,1,1,1;skinhsl:0,0,1.03,1.28;bg:2;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;panties:none,255,255,255,1;top:none,255,255,255,1;armwear:none,0,0,0,1;bottoms:jeans,0,0,0,1,84,0,6,1;tops:shirt,0,0,0,1;legwear:shortsock,0,0,0,1,0,0,0,1;footwear:school,0,0,0,1,0,0,0,1;eyewear:none,0,0,0,1;headwear:none,0,0,0,1,0,0,0,1;tonguePiercing:none,183,187,195,1;herTan:none,0
The key takeaways from the code (i.e. the stuff that actually matters to making Salem) would probably be this:
charName:Salem;bodyScale:1;iris:normal,199,0,0,1;breasts:105;skin:light;nose:normal;ear:normal;lipstick:0,0,0,0,0;eyeshadow:55,26,99,1;sclera:0,0,0,1;blush:0,0,0,0;freckles:60,24,24,0.8,0;mascara:0,0,0,1,20;nailpolish:0,0,0,0;eyebrow:normal,89,67,51,1,0,0,0,1;hairhsl:0,1,1,1;skinhsl:0,0,1.03,1.28;herTan:none,0
This second character code is the baseline stuff necessary to recreate Salem where it matters (to the same specifications that I used in my model above) - that being mainly the eyes, the breasts, and the skin tone.
EDIT: Changed images to be in line with updates (i.e. Salem's markings are now present).