the body will have to be colour able like any other clothing in the game.
Clothing is normally re-colored using RGB sliders. Skin is normally re-colored using the HSLC sliders.
The easiest way to implement your idea as a vanilla mod would be to create BODY-type mods (with
var overwrite:Boolean = true;). They would then respond to the HSLC sliders rather than the RGB sliders. You could potentially create new clothing mods to fit these bodies (or use existing loose-fitting clothes); any such clothing would use the RGB sliders as usual.
You should probably describe the requirements in more detail, though. The characters appear somewhat androgynous to me. If you expect them to have prominent breasts (or to be compatible with the SDT breast slider) then you should definitely say so.
THE HEAD WILL BE THE EASIEST PART
Creating a flat or nose-less face is a bit tricky. If I was in charge of the project then I would prefer to use a Loader mod which can easily
remove the nose and then draw a smooth patch of skin in its place.
You can achieve a somewhat-similar result with vanilla modding (by drawing patches of skin above and below the existing nose, so that the prominent nose looks more like a thick "bump" in the face), but you might not be happy with the results.
ALSO I DO NOT USE THE LOADER, SO IT WILL HAVE TO BE COMPATIBLE WITH THE NORMAL BROWSER VERSION.
Using the vanilla version of the game is fine, but I would encourage you not to run the game in a web browser window. Browser developers have been incrementally withdrawing support for Flash, and aspects of the SDT game (such as "ability to save characters") may suddenly become broken due to a browser security patch.
If you use the
Flash Player Projector application then you're much less vulnerable to policy changes.
It's best to host your images offsite. The Undertow fileserver is gradually filling up, so we'd like to use it mainly for persistent content (such as stories, games, and mods created by members of the website). It's especially important as a repository for adult-oriented content which is vulnerable to takedown when it's hosted elsewhere.
Reference images are usually needed for a short time (i.e. until the mod project is complete) and they can usually be hosted elsewhere (on image sites such as postimage) so there's no need to attach them. The particular images used in this thread are work-safe, so there's no harm in hosting them elsewhere.
I've moved your reference images for now. But I would also encourage you to find
more images. Body mods are somewhat tricky to create. The modder needs to maintain alignment and attachment of the limbs, even if the new body type differs from the human frame (e.g. the limbs are longer or more slender). Providing high-resolution
side-view references makes the modder's job easier, and increases the likelihood that your project will be completed.
I personally wouldn't be able to create this mod as-is, because the modder would need to draw new artwork for a few missing/hidden sections and I'm terrible at drawing.
If you'd like to try the project on your own, then there are templates available in
vector and
raster format. You would need to draw the new body parts onto the appropriate layers of the canvas, then ask a Flash modder to import and publish your work.