Tutorial Unity How To Uncensor (Almost) Any Unity Game

kumarin

Engaged Member
Feb 19, 2022
2,458
4,028
Mar 11, 2020
137
431
Ok, I figured it out(I have no idea why this works.) For some obscure exoteric black magic reason, changing renaming "winhttp.dll" to "version.dll" lets the game run without crashing now.
 
Nov 22, 2018
324
299
Just a mention, unfortunately this patch seems to make one of the game touch points disappear, it will prevent the player from complenting a game mission and make the game stuck
View attachment 4303776 View attachment 4303787 View attachment 4303777
remmember do not add the patch back before you finish the mission
I also faced your problem before. If you are using bleeding edge builds, update it. It's now #729. It should fixes the problem.
Also, you need to wait for a very long time(in minutes) for the first run. Don't close the game before the setup is completed. You may also need to press "enter" in the dos screen to make the installation run....
 
  • Like
Reactions: 123454321

Prick

Engaged Member
Jul 17, 2017
2,260
2,128
Dunno if anyone's had a chance to tinker with

But I was able to dump the raw textures, there's no baked mosaic.
Body_base_957971aea09ddc546904c19ddd0f26fc.png

However, the shader and body textures appear to be obfuscated in the streaming assets folder which neither UAS or UABE can mess with. No luck with bepinex removal.

Need a wizard to look at the assembly or other potential methods.
 
  • Like
Reactions: OuterACG

kumarin

Engaged Member
Feb 19, 2022
2,458
4,028
Dunno if anyone's had a chance to tinker with

But I was able to dump the raw textures, there's no baked mosaic.
View attachment 4310047

However, the shader and body textures appear to be obfuscated in the streaming assets folder which neither UAS or UABE can mess with. No luck with bepinex removal.

Need a wizard to look at the assembly or other potential methods.
People started talking about the game on this page.
answer is
use a SW_Decensor plugin and edit a BepInEx\config\SW_Decensor_il2cpp.ini file. remove all setting and
"remove all setting" means
RendererOnlyCheckMode = false
Keywords =
RemoveKeyWords =
ShaderPropertiesFloat =
ShaderPropertiesVector =
maximumLOD = 1
ShaderReplace =
LayerReplace =
and edit
RemoveKeyWords = Shader Graphs/dum0_p, Shader Graphs/dum_m_NotEqual, Shader Graphs/dum_m_LEqual
 
Last edited:

yuumura

Member
Jul 28, 2017
290
488
May be this patch works on only AMD GPU..
if game is no more updated & texture names are duplicated, I recommend that edit assets files.
uabe taking more space than bepinex 2,4 GB vs 1,88 GB
its 11 2D textures with 5 duplicates (40 MB) but bloated to 400 MB in uabe
1.jpg
here's the raw for UABE you know the drill
 
Last edited:
  • Like
Reactions: kumarin

kkicho

Member
Feb 9, 2022
374
753
People started talking about the game on this page.
answer is

"remove all setting" means
and edit
Umm.. Could you please share the battle-ready patch?
I'm struggling with this one a lot :ROFLMAO:

Also - Has anyone managed to get MTL to work? This game really doesn't want to be modified...
 
Last edited:

kumarin

Engaged Member
Feb 19, 2022
2,458
4,028
Umm.. Could you please share the battle-ready patch?
I'm struggling with this one a lot :ROFLMAO:

Also - Has anyone managed to get MTL to work? This game really doesn't want to be modified...
file attached at post.
 

kkicho

Member
Feb 9, 2022
374
753
file attached at post.
Well I feel stupid
I tried Bepl 5, 6, these "IL2s". The plugins folder is not created after starting the game, so of course the config folder is not either. I tried to simply create both folders (First of course, just the plugins folder with SW to see if it works and no, it doesn't create a config ), I insert the specified config and the bird is still in pixel art
 
Last edited:

kumarin

Engaged Member
Feb 19, 2022
2,458
4,028
Well I feel stupid
I tried Bepl 5, 6, these "IL2s". The plugins folder is not created after starting the game, so of course the config folder is not either. I tried to simply create both folders (First of course, just the plugins folder with SW to see if it works and no, it doesn't create a config ), I insert the specified config and the bird is still in pixel art
use
if console window is stuck as
https://f95zone.to/threads/how-to-uncensor-almost-any-unity-game.17914/post-15555642
try rename winhttp.dll to version.dll. if don't success, try with VPN.
 
  • Heart
Reactions: kkicho

kkicho

Member
Feb 9, 2022
374
753
Last edited:
  • Like
Reactions: Regafanglepi