Tutorial Unity How To Uncensor (Almost) Any Unity Game

kumarin

Well-Known Member
Feb 19, 2022
1,522
2,074
I modified the duplicate name image_wormnestArr.png to image_wormnestArr1.png
You edited some files.
sharedassets1.assets file :
original : there are duplicated texture name. "image_wormnestArr". may be you want to identifying 2 textures.
in this case, texure_replacer(my plugin) can use MD5 value to identify.

If you press Alt-F11 on Gallery(no need open scene), textures are dumped.
you can find 2 files named "image_wormnestArr_blahblah.png". my pc(amd GPU) dumped 2 files as below.
  • image_wormnestArr_88156a81544dfbbd68561d12b426a4d9.png
  • image_wormnestArr_a2171711897c1921a629f545176db86e.png
(may be can different with yours. if you used the nvidia or intel GPU)

of course those are different. if you edit image_wormnestArr_88156a81544dfbbd68561d12b426a4d9.png file, save as "image_wormnestArr_88156a81544dfbbd68561d12b426a4d9.png" (same name)
texture_replacer will be check the MD5 and replace it.(match one)
It's function for duplicated named files.

If remove the MD5 part, don't check the MD5. (as your files) if texture has unique name, It's ok to not use MD5.

I will summarize your files. takes sometime.
 
  • Like
Reactions: nekonick123

kumarin

Well-Known Member
Feb 19, 2022
1,522
2,074
I modified the duplicate name image_wormnestArr.png to image_wormnestArr1.png
Uncensor plugin pack for HACHINA (ハチナ怪異譚)
It's tested on nvidia, amd and intel GPU.
below files has duplicated name.
  • image_evileyeArr
  • image_wormnestArr

This pack needed test on nvidia GPU. (may be works)
F12 toggles base / EX mode.

nekonick123 / there 2 files(listed on above) had a same texture name. I will get MD5 values on nvidia and update this pack. updated.
I think that you made 2 type images. just uncensored and more uncensored + transparent.
I don't know if I handled it the way you thought.

Thanks for your works.

edit. file is removed. nekonick123 will upload the file.
 
Last edited:

SecondMeta

New Member
Oct 11, 2023
6
0
Incredible looking guide, OP. Seems like a lot of work, though. Which games are best to look at to see how people have uncensoered them?
 

Prick

Well-Known Member
Jul 17, 2017
1,997
1,733
Incredible looking guide, OP. Seems like a lot of work, though. Which games are best to look at to see how people have uncensoered them?
Mostly older Unity games.

The manual methods for removing mosaics is not only obsolete today, but is going to be completely ineffective for all of the new games releasing via DLsite. Today we have plugin based patches, which accomplish the same goal with minimal effort and without the need to redistribute any modified game files.

Unfortunately, just as demosaic patches have became relatively easy thanks to user created plugins, we are now faced with artwork modifications which are much more challenging for the average person.

The shader removal methods will stay the same as long as Unity games are structured as they are now.
 
  • Like
Reactions: SecondMeta

PervMASTER

New Member
Aug 27, 2018
8
2
Is there a "easy" method to uncensor videos?
Off Post #101, I'm getting discouraged in even bothering with my mediocre Windows 7 laptop.

With today's improvement, isn't there great AI tools that can greatly decensor videos?
I'm a novice to this and non-PC-"wizard", so I don't expect to be successful if my PC can't even try.
Although, I did try DeepMosaics which did not work for whatever reason. Nothing happens, but anyway.

A user from Rule34video vaguely sent me here I guess, from his memory.
I'm hoping to find a simple method to decensor videos. Be it from a software or website I guess.

Whatever decensors the best like how the user did for Flim13's Mitsuki.
 

Prick

Well-Known Member
Jul 17, 2017
1,997
1,733
Is there a "easy" method to uncensor videos?
Off Post #101, I'm getting discouraged in even bothering with my mediocre Windows 7 laptop.

With today's improvement, isn't there great AI tools that can greatly decensor videos?
I'm a novice to this and non-PC-"wizard", so I don't expect to be successful if my PC can't even try.
Although, I did try DeepMosaics which did not work for whatever reason. Nothing happens, but anyway.

A user from Rule34video vaguely sent me here I guess, from his memory.
I'm hoping to find a simple method to decensor videos. Be it from a software or website I guess.

Whatever decensors the best like how the user did for Flim13's Mitsuki.
I think the most well known would be JAV Player, but I think it's paid software and isn't even that good.
(Better at upscaling low quality videos with low pixel density.)

As of right now, we do have webui plugins for Stable Diffusion- "vid2vid" or "gif2gif".
The problem arises between the generation of one frame to the next.
I am yet to see a proper AI tool with temporal consistency from frame to frame.
Currently if you run a video or gif through stable diffusion, the output is just a hot mess.

I've played around with trying to demosaic this game, but the results are just incomparable to the original.
The dick changes shape, size, color, texture, etc - with every frame and just looks like shit.
I would probably need to train my own model to have any real success.

This tech is still being worked on, definitely stay tuned.
Nvidia has a really impressive demo of their own version of "text to video", you should definitely check that out.


Also just for clarity, for running DeepMosaic did you install all of the prerequisites?

As listed the GitHub page :

Python 3.6+
ffmpeg 3.4.6
Pytorch 1.0+
CPU or NVIDIA GPU + CUDA CuDNN

If your GPU isn't CUDA capable, I wouldn't even bother.
 
  • Like
Reactions: PervMASTER

nekonick123

Newbie
Mar 16, 2019
52
115
This is a demosaic MOD for HACHINA ~Ghost Story~

The author of the third scene has completed the repair. So it has also been corrected.
Several other scenes are also demosaic completed.
Someone said they wanted the scene with breasts, so I only modified the parts with the same texture.
This should be the final version.

Thanks to kumarin for helping me solve the problem of duplicate images and organize the content.

Use bepinex_x86_5.4.22 and then put this mod

Press F12 to toggle transparency effect

I just discovered that I used the wrong Texture_Replacer version, and that version of MD5 will not be able to catch it.
If pressing F12 does not switch the effect of scenes 4 and 12, you need to download it again.

1. First download BepInEx_x86_5.4.22.0.zip
2. Unzip BepInEx_x86_5.4.22.0.zip and place it in the game root directory
3. Execute the game once to let BepInEx generate \BepInEx\plugins
4. Close the game and unzip HCN_boobs_uncen_plugins.zip into \BepInEx\plugins
5. done. You can start the game.
 
Last edited:

Cristiany

Active Member
Dec 3, 2017
511
191
The author of the third scene has completed the repair. So it has also been corrected.
Several other scenes are also demosaic completed.
Someone said they wanted the scene with breasts, so I only modified the parts with the same texture.
This should be the final version.

Thanks to kumarin for helping me solve the problem of duplicate images and organize the content.

Use bepinex_x86_5.4.22 and then put this mod

Press F12 to toggle transparency effect

I just discovered that I used the wrong Texture_Replacer version, and that version of MD5 will not be able to catch it.
If pressing F12 does not switch the effect of scenes 4 and 12, you need to download it again.
How do i can apply this mod?,i just extract this mod on main folder of the game but it not uncensor nothing.
Edit: i install bepinex_x86 in the game but i dont know where drag the files,what folder it go,i tried extract your whole rar on plugin folder of bepinex_x86 but it not work..
(i download the last version of bepinex_x86,extract that on main folder game and run exe game,it is what i done for install bepinex_x86 )
1697341671346.png
 
Last edited:

nekonick123

Newbie
Mar 16, 2019
52
115
How do i can apply this mod?,i just extract this mod on main folder of the game but it not uncensor nothing.
Edit: i install bepinex_x86 in the game but i dont know where drag the files,what folder it go,i tried extract your whole rar on plugin folder of bepinex_x86 but it not work..
(i download the last version of bepinex_x86,extract that on main folder game and run exe game,it is what i done for install bepinex_x86 )

I'm not sure if the version here works for this game.
You can try something starting with BepInEx-Unity.Mono-win-x86
But I don’t know if the patch is compatible
 

kumarin

Well-Known Member
Feb 19, 2022
1,522
2,074

I'm not sure if the version here works for this game.
You can try something starting with BepInEx-Unity.Mono-win-x86
But I don’t know if the patch is compatible
My texture_replacer plugin is not ready for BepInEx 6 mono( ). (il2cpp is ready)
use . if game is il2cpp type, use .
 

kumarin

Well-Known Member
Feb 19, 2022
1,522
2,074
Can anyone help with this game :
...
how to enter that scene ?
in case dev's another game. . i tried many ways to solve with SW only. but failed.
You will succeed this way. with asset edit tool (UABEA ?) remove the shader. "CommandBuffer/mosaic" (PathID 53)
this way is very simple. was success too.
but all textures are baked already. Your video is strange. It's like it's not censored original textures.
 

NEWtimmer

Member
Apr 12, 2020
110
203
how to enter that scene ?
in case dev's another game. . i tried many ways to solve with SW only. but failed.
You will succeed this way. with asset edit tool (UABEA ?) remove the shader. "CommandBuffer/mosaic" (PathID 53)
this way is very simple. was success too.
but all textures are baked already. Your video is strange. It's like it's not censored original textures.
haha you recognized the art style, very cool ! :LOL:

Its another game from the same developer

1697442874152.png

If you had success with the other game, can you look into this one as well ? It maybe different to uncensor, or it may not.
 

kumarin

Well-Known Member
Feb 19, 2022
1,522
2,074
haha you recognized the art style, very cool ! :LOL:

Its another game from the same developer

View attachment 3009914

If you had success with the other game, can you look into this one as well ? It maybe different to uncensor, or it may not.
the dev is and I had those games.
and are almost same type. may be work as which I said. (remove shader)
is different type. I made plugin for it.

's textures are baked already. so I was not edited that game. but your clip movie's texture seems not baked.(and don't know how to see the scene)
 

NEWtimmer

Member
Apr 12, 2020
110
203
the dev is and I had those games.
and are almost same type. may be work as which I said. (remove shader)
is different type. I made plugin for it.

's textures are baked already. so I was not edited that game. but your clip movie's texture seems not baked.(and don't know how to see the scene)
So is it possible to uncensor it ? I tried UABE and didnt find the right file responsible for the mosaic, maybe UAS could help ?

this is what i found in resources.assets using UABE
1697444853711.png
 
Last edited: