Tutorial Unity How To Uncensor (Almost) Any Unity Game

DDC1234

Member
Aug 5, 2016
199
24

I tried the universal uncen patch dlls - it seems BepInEx5 just blackscreen game.
And BepInEx6 doesn't work
 

LucaThiago

Newbie
Oct 14, 2020
30
22
Why using the drm borked dlsite version of いたずら家庭教師 ~密室の猥褻指導~ ?

The none drm version was modded ages ago in hongfire and has uncensor.

You don't have permission to view the spoiler content. Log in or register now.
 

JellyOkarin

New Member
Jun 23, 2022
1
0
Hi, would you mind checking out if RJ140155 can be decensored? I looked at the files and there are a bunch of files named mosaic and modifying the shader content does not yield anything
 

Prick

Engaged Member
Jul 17, 2017
2,022
1,780
Hi, would you mind checking out if RJ140155 can be decensored? I looked at the files and there are a bunch of files named mosaic and modifying the shader content does not yield anything
2D games are almost always censored at the texture level.
And even if there is a shader, there's almost never any drawn details underneath the shader.
You should always use UAS to check the textures first.
 

Hub06

New Member
Mar 23, 2021
7
1
I now this isnt where to ask this but i dont now where so ye.
Can you uncensor rpgm games and if yes how?
 

LucaThiago

Newbie
Oct 14, 2020
30
22
Hub06

You can only decensor graphics for games when there is generic mosaic to hide details.

Everything beyond, such as images or pre rendered videos need either the uncensored
original data, machine ai (quality may sway) or someone skilled to draw.

RPG Maker is most likely just images or does contain webm/mp4.
 

Hub06

New Member
Mar 23, 2021
7
1
Hub06

You can only decensor graphics for games when there is generic mosaic to hide details.

Everything beyond, such as images or pre rendered videos need either the uncensored
original data, machine ai (quality may sway) or someone skilled to draw.

RPG Maker is most likely just images or does contain webm/mp4.
And how to do it with machine ai?
 

Prick

Engaged Member
Jul 17, 2017
2,022
1,780
And how to do it with machine ai?
That's a lengthy research paper and potentially a few hours of getting your PC setup to run a neural net, IE, installing CUDA.

If your GPU isn't at least in the 30 series, you should stop here. Deep learning algorithms rely on a powerhouse GPU with a ton of CUDA cores to function well. Without a modern GPU, it may be impossible, or take hours vs minutes per task.

As a start, we do have something called .
There's also but they both have heavy limitations.

I'm sure there are other solutions out there for deep learning decensoring, but AFAIK it's not that useful. Yet.

If you want to decensor a video, you would need to split it into frames via FFMPEG, uncensor each frame, and repack it into a video file. You can find examples of this by searching around porn sites under, "decensored" instead of "uncensored". The technology they're using is still pretty far behind. It just makes the mosaic look blurry, and only works well when the camera is up close.

Best case scenario, you manually edit the raw images individually, by hand.
Unless you're a master artist, it will probably look like shit and you'll only waste your time.
 

LucaThiago

Newbie
Oct 14, 2020
30
22
And how to do it with machine ai?
If your GPU isn't at least in the 30 series, you should stop here. Deep learning algorithms rely on a powerhouse GPU with a ton of CUDA cores to function well. Without a modern GPU, it may be impossible, or take hours vs minutes per task.
You don't need a 30 series, but a good GPU will help for sure to save time.
DeepMosaic is way better than DeepCreamPy / hentAI, but a 30 series uses CUDA 11 and might not work.
If you have the knowledge, even JavPlayer + DirectML can uncensor single images.
Machine AI will be never perfect, the quality can look acceptable or bad and blurry.
Most RPGM games are trash anyway and not worth the time to uncensor.
 
Last edited:

Prick

Engaged Member
Jul 17, 2017
2,022
1,780
Most RPGM games are trash anyway and not worth the time to uncensor.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I'm not that deep, haha, into AI stuff, so my answer is only from my own experience.

I managed to get Waifu2x to run on my old 2080, but compared to my 3080ti it's no competition.
 

Hub06

New Member
Mar 23, 2021
7
1
I found a published copy but after decensoring it adds a 0 at the end of the name and i have to change it back to the orignal name but it has over 1000 filels. Can you do it somehow quicker.
 
Nov 22, 2018
265
236
I found a published copy but after decensoring it adds a 0 at the end of the name and i have to change it back to the orignal name but it has over 1000 filels. Can you do it somehow quicker.
Show me your moves! … err… files.
I don’t know what you have done, but I can sure that unless you are redrawing gifs, you have do the wrong process as there is no need to edit so many files.
 

Prick

Engaged Member
Jul 17, 2017
2,022
1,780
I found a published copy but after decensoring it adds a 0 at the end of the name and i have to change it back to the orignal name but it has over 1000 filels. Can you do it somehow quicker.
I can recommend a piece of software known as , it has a batch renaming process for large amounts of files.
 

Bulhutz

Newbie
Jan 24, 2022
17
6
So, I'm currently looking into decensoring 2 games made by an artist by the name of Tukada. After a quick search, I was able to find multiple mosaic sprites, and a shader. However, disabling the shader didn't seem to do anything.

However, the games in question might be using live2d as all of the assets are in pieces, even to the point where I can find uncensored versions of genitalia for the male and female character. I ran out of time at the moment to take a deeper look for live2d related fields, but any other tips?