All Projects → ManlyMarco → UniversalUnityDemosaics

ManlyMarco / UniversalUnityDemosaics

Licence: GPL-3.0 license
A collection of universal demosaic BepInEx plugins for games made in Unity3D engine

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to UniversalUnityDemosaics

Illusion HeightBar
Plugin for measuring character height in Koikatu! and AI-Syoujyo chara maker
Stars: ✭ 15 (-66.67%)
Mutual labels:  game-plugin, bepinex
QuickAccessBox
Plugin for quickly searching through studio items in games by Illusion
Stars: ✭ 19 (-57.78%)
Mutual labels:  game-plugin, bepinex
MoreAccessoryParents
Mod for Koikatu! that adds additional attachment points for accessories
Stars: ✭ 14 (-68.89%)
Mutual labels:  game-plugin, bepinex
IllusionTrapMods
Mods for Illusion games that add traps or new trap features
Stars: ✭ 17 (-62.22%)
Mutual labels:  game-plugin, bepinex
KK Plugins
Various plugins for various Illusion games
Stars: ✭ 241 (+435.56%)
Mutual labels:  bepinex
HideAllUI
Hide UI with the press of a button
Stars: ✭ 11 (-75.56%)
Mutual labels:  bepinex
ModManager
Among Us Mod Manager
Stars: ✭ 44 (-2.22%)
Mutual labels:  bepinex
BepInEx.ConfigurationManager
Plugin configuration manager for BepInEx
Stars: ✭ 115 (+155.56%)
Mutual labels:  bepinex
CheepsAmongUsMods
This repo will contain modifications for the game Among Us using BepInEx
Stars: ✭ 42 (-6.67%)
Mutual labels:  bepinex
FPSCounter
FPS counter plugin for BepInEx - measure frame time and plugin performance
Stars: ✭ 27 (-40%)
Mutual labels:  bepinex
PoW-Loader
The Modloader for a community-driven English patch for the Chinese video game "Path of Wuxia"
Stars: ✭ 21 (-53.33%)
Mutual labels:  bepinex
IPALoaderX
IPA plugin loader for BepInEx
Stars: ✭ 29 (-35.56%)
Mutual labels:  bepinex
ModTemplateValheim
Valheim template for quickly writing mods using BepInEx
Stars: ✭ 13 (-71.11%)
Mutual labels:  bepinex
Among-Us-Love-Couple-Mod
Among Us Love Couple Mod
Stars: ✭ 45 (+0%)
Mutual labels:  bepinex
jotunnlib
A modding library for Valheim, with the goal of making the lives of mod developers easier.
Stars: ✭ 24 (-46.67%)
Mutual labels:  bepinex
KK
Koikatu遊戲外掛。 (Unity Game Plugins) https://blog.maki0419.com/2020/05/personal-koikatu-plugin.html
Stars: ✭ 40 (-11.11%)
Mutual labels:  bepinex
UltraKit
Custom Object Loader Menu based on Asset Bundles
Stars: ✭ 17 (-62.22%)
Mutual labels:  bepinex
Illusion-Overlay-Mods
Adds overlay texture (tattoo) support to games by Illusion
Stars: ✭ 78 (+73.33%)
Mutual labels:  bepinex

UniversalUnityDemosaics

A collection of BepInEx plugins for games made in Unity3D engine that are used to remove mosaic censoring. They are mainly targetted at Japanese 3D eroges (hentai games). They can work with some 2D games as well. Most of the plugins require the latest version of BepInEx 5.

You can see some examples of games demosaiced by these plugins here.

DumbRendererDemosaic

Basic "bread and butter" demosaic. It works with the largest amount of games and should be the first one to try. It works by disabling discrete mosaic objects and removing their textures.

DumbRendererDemosaicIl2Cpp

A version of DumbRendererDemosaic made for IL2CPP games. Needs latest version of BepInEx 6 for IL2CPP.

CombinedMeshDemosaic

A smarter version of DumbRendererDemosaic that works with games that use combined mesh renderers available in newer Unity versions (DumbRendererDemosaic doesn't work at all on those). Scans individual materials on all renderers for materials that could be mozaics and changes their shaders to be invisible. Useful when meshes are combined and not represented by transforms. Use together with DumbRendererDemosaic if there are any dedicated mosaic renderers.

MaterialReplaceDemosaic

A smarter version of DumbRendererDemosaic, uncensors some Live2D games where privates completely disappear with other demosaic plugins.

DumbTypeDemosaic

A variation of the DumbRendererDemosaic that check game code for possible mosaic methods and disables them. It rarely works but is required by some games.

CubismRendererDisableDemosaic

Demosaic targetted at games using the CubismModel framework. Usually DumbRendererDemosaic is good enough but some games might work better with this one.

How to use?

  1. Get the latest version of BepInEx 5 and install it to your game.
  2. Copy one of the demosaic .dll files to the BepInEx\plugins folder.
  3. See if the plugin load and have effect on the game. If not, remove it and try a different one.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].