Tutorial Unity How To Uncensor (Almost) Any Unity Game

Prick

Engaged Member
Jul 17, 2017
2,004
1,752
Not surprised to see this happening more now. I do have to wonder if an internal team at DLsite is using the same tools as we are to decompile games and check the textures. I also wonder if Japan will ever adjust their laws on censorship, I always thought censoring pornography was silly.
 

Tychus123

New Member
Nov 1, 2020
4
0
This game has uncensored images.
It's a dlsite. as you knew, almost dlsite games are censored.
At game is run, setting the censor mode belong to publisher(dlsite).
I made a uncensored plugin(for BepInEx). No needed edit asset files.
It works on this game only. and works on next game updated. (game version independent)

Install
  • Install BepInEx. It's an IL2CPP type. use or . #6xx is not compatible with v5.x plugins.
  • Run game once. (takes some time at first run time)
  • Extract uncensor plugin file to BepInEx\plugins\ folder. If BepInEx\plugins\ folder is not exists, move game to another folder. (ex. "c:\Games\PantyCard\") and retry.

I tried MTL( ) plugin, but It isn't works. If someone success, notice me.
Can you check this game? BepInEx doesn't work
 

kumarin

Well-Known Member
Feb 19, 2022
1,562
2,116
Can you check this game? BepInEx doesn't work
That game's client is unity 2022.3.4 IL2CPP.
May be you knew that, over unity 2021.3 IL2CPP is sucks. BepInEx 5 is not working. must use 6.x. (good for lastest)
of course MTL( ) is not working. 'cause AutoTranslator plugin is working on BepInEx 5. 6 is not yet.
But some-where in F95, there are modded AutoTranslator plugin which working on BepInEX 6.
My plugins are not working on BepInEx 6 too.

That game's textures are baked already. and soft mosaic is added.
I made the plugin which remove the soft mosaic. But.. you may be feel that there are something wrong. The missing mosaic makes the graphics a bit weird.
This plugin is working on 6.x
 

Henry1887

Member
Aug 2, 2020
273
251
That game's client is unity 2022.3.4 IL2CPP.
May be you knew that, over unity 2021.3 IL2CPP is sucks. BepInEx 5 is not working. must use 6.x. (good for lastest)
of course MTL( ) is not working. 'cause AutoTranslator plugin is working on BepInEx 5. 6 is not yet.
But some-where in F95, there are modded AutoTranslator plugin which working on BepInEX 6.
My plugins are not working on BepInEx 6 too.

That game's textures are baked already. and soft mosaic is added.
I made the plugin which remove the soft mosaic. But.. you may be feel that there are something wrong. The missing mosaic makes the graphics a bit weird.
This plugin is working on 6.x
I wish they added support for BepInEx 6, like it cant be that hard(i think xD)
I have also already made my first plugin for the latest Bleding Edge Build finally lol
 

Zippix

Well-Known Member
Sep 7, 2017
1,626
1,092
May be you knew that, over unity 2021.3 IL2CPP is sucks. BepInEx 5 is not working. must use 6.x. (good for lastest)
of course MTL( ) is not working. 'cause AutoTranslator plugin is working on BepInEx 5. 6 is not yet.
But some-where in F95, there are modded AutoTranslator plugin which working on BepInEX 6.
Could you perhaps point me to some such thread or post, please (as in working modded XUAT for IL2CPP)?
 
Last edited:

Zippix

Well-Known Member
Sep 7, 2017
1,626
1,092
Last edited:

kumarin

Well-Known Member
Feb 19, 2022
1,562
2,116
Yup, I missed it. Already disappeared - as well as the other, more recent linked things from that thread. And the full-game thread OP doesn't have BepInEx in it for some reason (guess it was patched some other way).

Maybe perhaps you have a DL of it? Will ask the user you linked, too. (also, was it an x64?)
This is modded XUnity.AutoTranslator BepInEx il2cpp. It's not include BepInEx. use latest .
The BepInEx plugin doesn't matter x64/x32.
The plugin uses hooks. It can be misdiagnosed as a virus. so I packed with password. password is "1111"
 
Last edited:
  • Like
Reactions: Zippix

Tychus123

New Member
Nov 1, 2020
4
0
That game's client is unity 2022.3.4 IL2CPP.
May be you knew that, over unity 2021.3 IL2CPP is sucks. BepInEx 5 is not working. must use 6.x. (good for lastest)
of course MTL( ) is not working. 'cause AutoTranslator plugin is working on BepInEx 5. 6 is not yet.
But some-where in F95, there are modded AutoTranslator plugin which working on BepInEX 6.
My plugins are not working on BepInEx 6 too.

That game's textures are baked already. and soft mosaic is added.
I made the plugin which remove the soft mosaic. But.. you may be feel that there are something wrong. The missing mosaic makes the graphics a bit weird.
This plugin is working on 6.x
Thank you so much! I learned a lot
 

quc vnh

Newbie
Jul 13, 2017
30
19
Can you help me with ? I can't even read the content of asset files.
 

Prick

Engaged Member
Jul 17, 2017
2,004
1,752
Can you help me with ? I can't even read the content of asset files.
Try setting up a bepinex environment with .

There is a newer release of , make sure you try the latest version.
 
  • Like
Reactions: quc vnh