- Feb 19, 2022
- 1,871
- 2,659
I recommend using SW_Decensor instead.Source is uploaded at
You must be registered to see the links
Sorry for dirty sources and korean comments.
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 must be registered to see the links
.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
for MONO (BepInEX 5) : DumbRendererDemosaic_v1.4.6.0
for IL2CPP (BepInEx BE #6xx) : DumbRendererDemosaicIl2Cpp_v1.4.6.0
for MONO (BepInEX 5) : DumbRendererDemosaic_v1.4.6.0
for IL2CPP (BepInEx BE #6xx) : DumbRendererDemosaicIl2Cpp_v1.4.6.0
It is based on
You must be registered to see the links
It's plugin for
You must be registered to see the links
. 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
BepInEx 6.0.0-pre.1 or BE under #600 uses an unhollow. but unhollow is no longer supported.
use
You must be registered to see the links
latest version(#600 later) and DumbRendererDemosaicIl2Cpp_v1.4.5.0.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: