HTML Java [WIP] Dream Academy [v0.020] [Mantis]

Would you like girls to have not only static images but also GIFs, allowing them to move ?

  • Yes

    Votes: 10 83.3%
  • No

    Votes: 2 16.7%

  • Total voters
    12
  • Poll closed .
Aug 7, 2025
57
23
My objective is to create advanced scripts which can scan a girl's entire body and customize clothing size to her body. I've already created a detection function already, but when I try to put on a bra, sometimes (when i change girls models) clothing scale is weird.
1755681835810.png
 
Aug 7, 2025
57
23
Clothing is finally rendering on the models. At this stage it looks flat, just stretched color with no depth. The next step is to implement shading and fabric textures to achieve a more realistic look.
1755959998253.png
 
Aug 7, 2025
57
23
Hey guys, I want to tell you what I’ve been working on this week. I spent around 6–8 hours every day trying to find a solution.

From what I know, no real-porn game has solved the problem with clothes for models. Even with just simple items like socks, shoes, panties, bras, shirts, pants… you already get hundreds of combinations. I decided to work on this problem, and now I can show you my solution.

At first I thought a simple JavaScript script would be enough – ended up wasting 2-3 days on that. Then I tried using AI models to generate this kind of content – total fail. Along the way I had a few smaller ideas that didn’t work either… until one morning I just woke up, jumped straight in without overthinking, and it finally clicked. Look!

One of the steps was body masking. This way we can pull out every detail – from body part positions to shapes and shadows. There are a lot of these masks, here are just 3 of the ones I used.​



body_map.png body.png body_normal.png
Of course the clothes had to look good too, so they got their own masks!​
top_map.png top.png top_normal.png
On top of that, there are dozens of little modules and other bits I had to write to make the body look realistic… but I’ll keep those to myself :D


Thanks to this, every girl can be dressed any way we want. I want the system to work kind of like in Skyrim – you’ll be able to steal their clothes, or even offer to buy them back. Of course, those clothes can then be sold in places where respect isn’t exactly a priority. On top of that, NPCs will buy clothes for themselves and dress up, and every outfit they wear will actually be in their inventory. This gives a ton of possibilities, both for future modders and for me to keep delivering content! Now I just need to polish the details and write scripts to automate generating maps for the models. The goal is for modders to drop in a single body photo and let the magic do the rest.

Within a week you can expect something really impressive – something never seen before in real-porn type games – along with an update to version 0.030 and a solid changelog! Thanks for your patience, this was a really tough task.
You don't have permission to view the spoiler content. Log in or register now.
 
Aug 7, 2025
57
23
I only need to make few more scripts now, the ones for put clothes on models. Last days I was working mostly on make it more simple to put clothes and also on make shading look better.