Tool Unity UniversalUnityDemosaics v1.4.6.0

kumarin

Well-Known Member
Feb 19, 2022
1,763
2,492


Demo.I use UniversalUnityDemosaics to remove soft-censored mosaics and use Texture Replacer to replace the hard-censored textures, the textures replace successfully,but some mosaics still on the top of the textures,can you test it and make a plugin.

View attachment 3804424
Previous game(Compare):
View attachment 3804430
The uncensored texture:
View attachment 3804437
I think it's resolution related.
The current texture resolution is 256x256, but I think you will get better results if you raise it to 2048x2048 and process it smoothly.
 

ivyxyn

Newbie
Jan 29, 2020
38
40
I think it's resolution related.
The current texture resolution is 256x256, but I think you will get better results if you raise it to 2048x2048 and process it smoothly.
Not the texture resolution problem.The previous game(Insult Order) uses the same texture resolution,the uncensored version is clear,maybe the author add some new codes in the new game.
 
Last edited:

kumarin

Well-Known Member
Feb 19, 2022
1,763
2,492
uncensor plugin for RJ365188 (夏のサカり)

censored textures are caused by "Miconisomi_ASE_Miconisomi_VerTex_Moza" shader.

Fortunately, there are "Miconisomi_ASE_Miconisomi_VerTex" shader in game. this plugin is replace the shader.

used texture_replace plugin and ivyxyn's image. thanks.
UniversalUnityDemosaics is no needed.


edit. made by another method.
edit "Miconisomi_ASE_Miconisomi_VerTex_Moza" 's values.
material.SetFloat("_X1", 1024);
material.SetFloat("_Y1", 1024);

edit2. all done.
edit3. VIRUS marked from F95. reupload with pass. PW:1111
 
Last edited:

ivyxyn

Newbie
Jan 29, 2020
38
40
uncensor plugin for RJ365188 (夏のサカり)

censored textures are caused by "Miconisomi_ASE_Miconisomi_VerTex_Moza" shader.

Fortunately, there are "Miconisomi_ASE_Miconisomi_VerTex" shader in game. this plugin is replace the shader.

used texture_replace plugin and ivyxyn's image. thanks.
UniversalUnityDemosaics is no needed.


edit. made by another method.
edit "Miconisomi_ASE_Miconisomi_VerTex_Moza" 's values.
material.SetFloat("_X1", 1024);
material.SetFloat("_Y1", 1024);
The plugin doesn't work.
 
Last edited:

oaklash

Member
Jun 5, 2017
101
126
I tried to install the uncensor update for Summer Sacrifice with Bepinex and it's still uncensored, and when trying with the op, it's not using the special textures. Does it need to be installed using ReiPatcher instead, or in different locations?
 

kumarin

Well-Known Member
Feb 19, 2022
1,763
2,492
I tried to install the uncensor update for Summer Sacrifice with Bepinex and it's still uncensored, and when trying with the op, it's not using the special textures. Does it need to be installed using ReiPatcher instead, or in different locations?
BepInEx is not works with ReiPatcher.
 
Last edited: