CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Tutorial Unity How To Uncensor (Almost) Any Unity Game

ku2333

Member
Oct 22, 2023
161
114
Use attached file. It's plugin of BepInEx.
Source is simple.
C:
        [HarmonyPatch(typeof(MosaicSystem), "Add")]
        public class MosaicSystem_Add
        {
            [HarmonyPrefix]
            public static bool Prefix()
            {
                return false;
            }
        }
If you want to not use BepInEx, Edit Assembly-CSharp.dll file is more simple. just delete source in MosaicSystem.Add().
Why did I use it but it didn't work, or could you please send me the Assembly-CSharp.dll file
 

kumarin

Well-Known Member
Feb 19, 2022
1,978
2,857
Why did I use it but it didn't work, or could you please send me the Assembly-CSharp.dll file
your attached file looks like 3dMigoto. if it works well, use it.
you can edit the Assembly-CSharp.dll files with the dnSpy easily.
 

ku2333

Member
Oct 22, 2023
161
114
your attached file looks like 3dMigoto. if it works well, use it.
you can edit the Assembly-CSharp.dll files with the dnSpy easily.
Mainly because he doesn't work
Mainly because he doesn't work, and I don't know English and I'm not good at operating software
 

Prick

Engaged Member
Jul 17, 2017
2,147
1,956
Hi. Is it possible to get text from the game using this method?
Not sure if you can extract the raw text, never tried.

You should probably look into the auto translation software via BepInEx.
I believe you can dump the game text with the plugin, and manually translate it, instead of MTL.
If that's what you're trying to do.
 

Loli_Kyn

Newbie
Jan 29, 2020
51
3
Not sure if you can extract the raw text, never tried.

You should probably look into the auto translation software via BepInEx.
I believe you can dump the game text with the plugin, and manually translate it, instead of MTL.
If that's what you're trying to do.
I'd hate to have to translate everything through an auto-translator.

I thought there will be a folder “StreamingAssets” with files in which will be the text of the game as in the game ntr house