Tool Unity UniversalUnityDemosaics v1.4.3.0

kumarin

Well-Known Member
Feb 19, 2022
1,505
2,065
Source is uploaded at
dev tool is VS2019.
Sorry for dirty sources and korean comments.

This version(v1.4.3.0) is last update of F95. after updates are occurs on github. But may be there are no changes on github. 'cause I will make new plugin for decensor. may be someday. v1.4.4.0's config file location is moved to BepInEx/Config folder.


This is the plugin of BepInEx what can some uncensored unity games. (soft uncensor)

Overview:
General Demosaics for Unity (BepInEx plugin)
This is UNOFFICIAL plugin. I was steal the source from .


You don't have permission to view the spoiler content. Log in or register now.


Features:
Removes mosaics on several games.

Installation:
copy correct dll file(mono/IL2CPP) to BepInEx \ plugins

Download : DumbRendererDemosaic_v1.4.3.0.zip
or
Download:

And
DumbRendererDemosaic V1.4.4.0 for BepInEx 6 IL2CPP

It is based on
It's plugin for . So need BepInEx.
Linked file has below files.
  • DumbRendererDemosaic.dll - for general unity games.
  • DumbRendererDemosaicIl2Cpp.dll - for IL2CPP processed unity games.

About IL2CPP version of BepInEx
Recently, release #6xx versions. But #6xx version is not compatible with BepInEx plugins(5.x ver).
Use #577.
Or use

BepInEx 6.0.0-pre.1 or BE under #600 uses an unhollow. but unhollow is no longer supported.
use latest version(#600 later) and DumbRendererDemosaic net6 ver.

Tested on
  • IL2CPP : Holy Knight Ricca, Succubus Heaven, AiKagura
  • Mono : AGH(奉課後輪姦中毒), Rambo Hentai(Rampant Pervert vs the Public Discipline Committee), SecretSurvey, Fallen Princess Knight, Object Control(may be no need, It has patched resource), MGBuster(魔法少女(メスガキ)はやっぱりバトルでわからせたい by JSK Koubou), Imperial Harem, Oni Boku, 代わりの女 , Yami’s Wonder Mansion, OshikakeShoujo, Masochistic Male Bullying Classroom 3D, 父と娘のすやすやセックス, SuccubusReborn, ...

May be works on other unity games. And It makes little bit frame drop.

Put it on plugins folder(BepInEx \ plugins) and run game, config file is created on plugins folder. It's like
[Config]

## Parts of strings what compared with. (Ricca needs VColMosaic)
# Setting type: String
# Default value:
FilterStrings = mozaic,mosaic,mozaik,mosaik,pixelate,censor,cenzor,masaike

## Find Unlit material and replace censored one with unlit shader what found. (Fallen Princess Knight)
# Setting type: Boolean
# Default value: false
UseUnlitMaterial = false

## To must remove material or shader's filter (Elf Knight Giselle needs 'MoveMoza')
# Setting type: String
# Default value:
ForceRemoveFilter = movemoza

## Dumps materials and shaders name. Once runned, changed it to 'false'.
# Setting type: Boolean
# Default value: false
NameDumpMode = false



May be don't need to edit. Options are...

FilterStrings
The keywords what will be searched. You can add/remove keywords. ScanType = 0 uses default value as
Some games are must to be edited.
ex) Ricca need just "VColMosaic". Rambo hentai is need to remove "mosaic ". It removes building on title screen.

UseUnlitMaterial
Some games uses Live2D and uses Unlit shader. If set to true, save a unlit shader and replace it to shader which name have a censored one.
MICO games, and some games uses that method.
If games was uncensored, but precious things are disappeared from screen, use this option. (ex. Succubus Reborn)

ForceRemoveFilter
Force to remove filters. ex) 'Elf Knight Giselle' has uncensored textures. but shader isn't. Can remove "moza" FilterStrings.
but Giselle' important area is blocked by another texture. So use "movemoza" to ForceRemoveFilter, It can be resolved.

NameDumpMode
You can dump materials/shaders names to file. If once used, The value is changed to "false".
 
Last edited:

bwebrwkerw

Active Member
Sep 23, 2017
621
1,648
wow a new universal uncensor to play with!!!! many thanks!

i tested this for the sake of it and there is the result...
using ricca 1,16 and BepInEx_UnityIL2CPP_x64_fa9b1ab_6.0.0-be.553
got this using defualt value:
Snap4.jpg
as you can see there are pratically the same......so good job!

hey wait a moment:
FilterStrings
The keywords what will be searched. You can add/remove keywords. ScanType = 0 uses default value as
FX/Censor,FX/Censor (Masked Smooth),FX/Censor (Masked Cutout),FX/CensorMask,Custom\Pixelate
Some games are beed to edit.
ex) Ricca need just "VColMosaic". Rambo hentai is need to remove "mosaic ". It removes building on title screen.

this mean i can change the ini and don't have to swap EVERY SINGLE uncensor if they FAIL????
like these: Snap5.jpg just wow!!!

edit: just adden to the post if you don't like mega and cannot download...
 
Last edited:
  • Like
Reactions: Mister Secso

kumarin

Well-Known Member
Feb 19, 2022
1,505
2,065
wow a new universal uncensor to play with!!!! many thanks!

i tested this for the sake of it and there is the result...
using ricca 1,16 and BepInEx_UnityIL2CPP_x64_fa9b1ab_6.0.0-be.553
got this using defualt value:
View attachment 1787916
as you can see there are pratically the same......so good job!

hey wait a moment:
FilterStrings
The keywords what will be searched. You can add/remove keywords. ScanType = 0 uses default value as
FX/Censor,FX/Censor (Masked Smooth),FX/Censor (Masked Cutout),FX/CensorMask,Custom\Pixelate
Some games are beed to edit.
ex) Ricca need just "VColMosaic". Rambo hentai is need to remove "mosaic ". It removes building on title screen.

this mean i can change the ini and don't have to swap EVERY SINGLE uncensor if they FAIL????
like these: View attachment 1787940 just wow!!!

edit: just adden to the post if you don't like mega and cannot download...
YES.
Don't need Combine..., CubismModel..., DumbType..., FxCensor..., MaterialReplace... and May be ShaderReplace. I'm never seened ShaderReplaceDemosaic. But I think it must be don't need it.

As I explained, Can edit Keywords. But there is be effort to find keyword(material name, shader name or renderer name).
And I tried to make plugin "How to don't slow the game?". I don't know if you felt it, but it will have less frame drops than other demosaic plugins.
 

bwebrwkerw

Active Member
Sep 23, 2017
621
1,648
you mean LESS??? SO This is a improved VERSION? with BETTER performance?

also there is the shader replacer give a look cuz i don' know code..i just collect universal uncensor i found.....for future use....

also i dunno know than they give a frame drop......

does i need a exact value for each type of he old uncensor type? maybe need a better readme/faq a this point....
 
Last edited:

kumarin

Well-Known Member
Feb 19, 2022
1,505
2,065
you mean LESS??? SO This is a improved VERSION? with BETTER performance?

also there is the shader replacer give a look cuz i don' know code..i just collect universal uncensor i found.....for future use....

also i did know than they give a frame drop......

does i need a exact value for each type of he old uncensor type? maybe need a better readme/faq a this point....
May be works on many games with default setting.
You can comapare FPS with other plugin. succubus heaven, ranbo hentai, and so on.
 

kumarin

Well-Known Member
Feb 19, 2022
1,505
2,065
tested both plugins on Oshikake Shoujo and didn't work, like the mosaics are baked. Any help pls?
Do you say about the red boxed zone?
1652205134852.png
This is all mosaics are removed. That is an original texture.
And man's one is also baked. Same as it.
And check the plugin ver. I was edited several times. Current file is latest.
 
Last edited:

Randomguy5613

Newbie
Apr 21, 2021
23
14
Do you say about the red boxed zone?
View attachment 1804099
This is all mosaics are removed. That is a original texture.
And man's one is also baked. Same as it.
And check the plugin ver. I was edited several times. Current file is latest.
So it's literally baked, I once uncensored the game with manual method by following https://f95zone.to/threads/how-to-uncensor-almost-any-unity-game.17914/ then gave up as i thought it wasnt work, it brought the same result as the one you attached. Now I understand, thanks for your help, turns out this game was the first game I have ever uncensored successfully.
 

kumarin

Well-Known Member
Feb 19, 2022
1,505
2,065
plugin updated. sorry.. T.T
Found not worked with the game "Father and Daughter's Sleepy Sex" (父と娘のすやすやセックス). so Fixed it.

It was used "shader replace" method. That method is reply of bwebrwkerw (attached file)
Saving the shader what name start with "Unlit". And detect mosaic shader, replace it with "Unlit" shader.
But this way is not used frequently. 'cause there are must exists "Unlit" shader.

That game has "Unlit" named shader. Which's full name is "Live2D Cubism/Unlit".
So I check the name "Cubism" too.
So tiny changed.
 
  • Yay, new update!
Reactions: bwebrwkerw

kumarin

Well-Known Member
Feb 19, 2022
1,505
2,065
Tried with Sexpaland (alpha version of new game by emaidplus). unfortunately not working
I can't find the info of Sexpaland. (U said alpha ver)

I tested below games just before.
  • Riona'sNightmare_v1.02 : Working
  • Little Life 1.0 : Working
  • Black Market v1.2.10 : already patched. May be work.
  • Survival Game 220424 test: Working
May be new game from E-made+ would be worked..
Can I get that files?
 
Last edited:

deadhatred

Newbie
Sep 13, 2019
74
40
I can't find the info of Sexpaland. (U said alpha ver)

I tested below games just before.
  • Riona'sNightmare_v1.02 : Working
  • Little Life 1.0 : Working
  • Black Market v1.2.10 : already patched. May be work.
  • Survival Game 220424 test: Working
May be new game from E-made+ would be worked..
Can I get that files?
Its 3d unity open world game currently onhold. Some info exist on ci-en.