Tutorial Unity How To Uncensor (Almost) Any Unity Game

yuumura

Member
Jul 28, 2017
292
502
278
Last edited:
  • Like
Reactions: throwacclol

ku2333

Member
Oct 22, 2023
226
174
176

yuumura

Member
Jul 28, 2017
292
502
278
Thank you, buddy. You did a great job. Do you have any plans for the next game?!, I think this is pretty good:giggle:

I got the game and it's on my list, but currently fiddling with 4 games (and big ones)
 
  • Like
Reactions: ku2333

yuumura

Member
Jul 28, 2017
292
502
278
IF IT DOESN'T WORK...

I'm using AMD, I don't give a fuck what kind of PC you are using :cautious: (NOT MY PROBLEM)

I'm saving space, so "modifying asset" need more space than "bepinex" :sneaky:

It works, the screenshot don't lie ;)

SO... trace back and use the "modified image" inside modimage

this is caused by "Texture_Replacer .MD5" (different names between AMD and INTEL/NVDIA, IDK I'm not a programmer)

2 ways to fix this :

1. UABE/UABEA - asset edit (need more space)

2. BEPINEX - dump image using texture replacer and copy the .MD5, then rename the image inside modimage attachment
 
Last edited:

Prick

Engaged Member
Jul 17, 2017
2,301
2,172
477
Updated version:

Can someone uncensor this? shaderassets or any uncensor plugins doen't help.
I was able to create a semi-demosaic using artwork from the previous release, but they did bake all of the new artwork, so the new sex scene is still censored.

The two images below can be added to "BepInEx\Plugins\ModImages"
With the texture replacer plugin active + SW_uncensor
 
  • Like
Reactions: kkicho

yuumura

Member
Jul 28, 2017
292
502
278
1. keep the modified images somewhere safe
2. download fresh bepinex (mind the version)
3. put it inside your game folder (with .exe file)
4. download texture_replacer and SW_decensor
5. put it inside bepinex plugins
6. launch the game, go to the scenes (in this case you need 2 scenes to dump) and dump the images (alt+f11)
7. open the dump images and look at "point 1", find the similar files, copy this and look at the .MD5 value (this is what you need)
8. just rename (point 1) with (point 7)
9. profit ;)
 
  • Like
Reactions: YasuR

YasuR

New Member
Aug 20, 2017
3
0
215
1. keep the modified images somewhere safe
2. download fresh bepinex (mind the version)
3. put it inside your game folder (with .exe file)
4. download texture_replacer and SW_decensor
5. put it inside bepinex plugins
6. launch the game, go to the scenes (in this case you need 2 scenes to dump) and dump the images (alt+f11)
7. open the dump images and look at "point 1", find the similar files, copy this and look at the .MD5 value (this is what you need)
8. just rename (point 1) with (point 7)
9. profit ;)
Now it's worked, thanks.