Tool Unity UniversalUnityDemosaics v1.4.6.0

Wong4u

New Member
Dec 15, 2020
2
0
beelzebub has never released uncensored. the Steam version is no exception. the textures are baked.
I have a question, so does this uncensor works for games that are none unity? how do I uncensor games like those? I'm trying to uncensor https://f95zone.to/threads/the-nigh...he-devil-v1-7-1-sakuranbo-milk-school.200830/ but I followed your instructions, on a post prior downloaded BepInEx-Unity.IL2CPP-win-x64-6.0.0-be.670+42a6727, started the game, then in the plugins, put in CinematicUnityExplorer.BepInEx.Unity.IL2CPP.CoreCLR, but it was no avail, and what do you mean when you say use a vpn? I have a vpn, but how does that helps?
 

kumarin

Engaged Member
Feb 19, 2022
2,396
3,882
I have a question, so does this uncensor works for games that are none unity? how do I uncensor games like those? I'm trying to uncensor https://f95zone.to/threads/the-nigh...he-devil-v1-7-1-sakuranbo-milk-school.200830/ but I followed your instructions, on a post prior downloaded BepInEx-Unity.IL2CPP-win-x64-6.0.0-be.670+42a6727, started the game, then in the plugins, put in CinematicUnityExplorer.BepInEx.Unity.IL2CPP.CoreCLR, but it was no avail, and what do you mean when you say use a vpn? I have a vpn, but how does that helps?
this plugin working on BepInEx.
BepInEx is supporting .

that game made with a Kirikiri engine. can't support that game. of course this plugin is not a panacea. just can remove a soft-censor.
 

Wong4u

New Member
Dec 15, 2020
2
0
this plugin working on BepInEx.
BepInEx is supporting .

that game made with a Kirikiri engine. can't support that game. of course this plugin is not a panacea. just can remove a soft-censor.
Just can remove it? Or cannot remove the censor? what does a soft censor mean? Does that mean the censor is easier to remove? Or the censor cannot be removed at all? I don't know what panacea means, sorry
 

kumarin

Engaged Member
Feb 19, 2022
2,396
3,882
Just can remove it? Or cannot remove the censor? what does a soft censor mean? Does that mean the censor is easier to remove? Or the censor cannot be removed at all? I don't know what panacea means, sorry
there are two main ways to mosaic game graphics: soft/hard.
soft is a software-based method that mosaics in real time using renderers or shaders, while hard is a method that mosaics the texture/image itself.

software-based methods can be erased relatively simply(?) by modifying the executable file, modifying the shader, deleting it, etc., but hardcoded textures can only be redrawn.

that game has mosaics applied in a hardcode way and since it is a Kirikiri engine, you have to extract them with Kirikiri extractor/repacker and then re-draw each image. (It may look like a video, but surprisingly, it consists of hundreds of images.)
 

forum_player

Newbie
Sep 1, 2018
22
8
Can this game be uncensored?



game:

Pw: kimochi.info
 

kumarin

Engaged Member
Feb 19, 2022
2,396
3,882
Can this game be uncensored?



game:

Pw: kimochi.info
that game made by UnrealEngine 5.
if you know 3dMigoto, disable the shader with
hash = 8102dfe23646b068
handling = skip
and run game with "-dx11" option.
 

User8941

New Member
Jun 18, 2023
3
0
beelzebub has never released uncensored. the Steam version is no exception. the textures are baked.
Hi
I think there is a thumbnail, I don't know how to modify the source file but the image found does not correspond to the image censored in games. How can I test by deleting these textures for example? LDR_LLL1

Li_40_cr_00_6b3.png no censor texture
LDR_LLL1_26.png multiple ldr_lll1 texture found
 

kumarin

Engaged Member
Feb 19, 2022
2,396
3,882
Hi
I think there is a thumbnail, I don't know how to modify the source file but the image found does not correspond to the image censored in games. How can I test by deleting these textures for example? LDR_LLL1

View attachment 4692543 no censor texture
View attachment 4692544 multiple ldr_lll1 texture found
may be you're playing Mansha 300% series. those game's textures are baked. not use a soft-censor. and those textuers are encrypted.
It has nothing to do with LDR_LLL1.
 

User8941

New Member
Jun 18, 2023
3
0
may be you're playing Mansha 300% series. those game's textures are baked. not use a soft-censor. and those textuers are encrypted.
It has nothing to do with LDR_LLL1.
Nop is just a testing in Mansha 3. But why this texture pp is more censord in game ?
 

kumarin

Engaged Member
Feb 19, 2022
2,396
3,882
Nop is just a testing in Mansha 3. But why this texture pp is more censord in game ?
your image is like a thumbnail. when you click play movie,
C:
using System;
using UnityEngine;

// Token: 0x0200003F RID: 63
public partial class Recall : MonoBehaviour
{
    // Token: 0x06000213 RID: 531 RVA: 0x00036678 File Offset: 0x00034878
    public void ClickMovieStart()
    {
        this.isMoviePlaying = true;
        this.movieIDBig = SingletonMonoBehaviour<MovieManager>.Instance.PlayMovie(this.GetMovieFileName(), true, this.uiMovieSelect.transform.Find("PlayMovieRawImage").gameObject);
        this.uiMovieSelect.transform.Find("PlayMovieRawImage").gameObject.SetActive(true);
        this.uiMovieSelect.transform.Find("MovieThumbnail").gameObject.SetActive(false);
        this.uiMovieSelect.transform.Find("PanelScenario_BG").gameObject.SetActive(false);
        this.uiMovieSelect.transform.Find("PanelMovie").gameObject.SetActive(false);
        this.uiMovieSelect.transform.Find("ButtonStart").gameObject.SetActive(false);
    }
}
there is GetMovieFileName().
C:
using System;
using UnityEngine;

// Token: 0x0200003F RID: 63
public partial class Recall : MonoBehaviour
{
    // Token: 0x06000211 RID: 529 RVA: 0x00036580 File Offset: 0x00034780
    private string GetMovieFileName()
    {
        int partTableNo = this.getPartTableNo(this.nowParts);
        string text = "40_cr_" + this.nowCharacter.ToString("D2") + "_" + this.actionFileStr[partTableNo, this.nowAction];
        if (this.nowMovieTime == 1)
        {
            text += "_n";
        }
        return text;
    }
}
may be this movie file exists at bundle_0 or bundle_1 file.
it's censored several images(for animation). not your image.
 

User8941

New Member
Jun 18, 2023
3
0
your image is like a thumbnail. when you click play movie,
C:
using System;
using UnityEngine;

// Token: 0x0200003F RID: 63
public partial class Recall : MonoBehaviour
{
    // Token: 0x06000213 RID: 531 RVA: 0x00036678 File Offset: 0x00034878
    public void ClickMovieStart()
    {
        this.isMoviePlaying = true;
        this.movieIDBig = SingletonMonoBehaviour<MovieManager>.Instance.PlayMovie(this.GetMovieFileName(), true, this.uiMovieSelect.transform.Find("PlayMovieRawImage").gameObject);
        this.uiMovieSelect.transform.Find("PlayMovieRawImage").gameObject.SetActive(true);
        this.uiMovieSelect.transform.Find("MovieThumbnail").gameObject.SetActive(false);
        this.uiMovieSelect.transform.Find("PanelScenario_BG").gameObject.SetActive(false);
        this.uiMovieSelect.transform.Find("PanelMovie").gameObject.SetActive(false);
        this.uiMovieSelect.transform.Find("ButtonStart").gameObject.SetActive(false);
    }
}
there is GetMovieFileName().
C:
using System;
using UnityEngine;

// Token: 0x0200003F RID: 63
public partial class Recall : MonoBehaviour
{
    // Token: 0x06000211 RID: 529 RVA: 0x00036580 File Offset: 0x00034780
    private string GetMovieFileName()
    {
        int partTableNo = this.getPartTableNo(this.nowParts);
        string text = "40_cr_" + this.nowCharacter.ToString("D2") + "_" + this.actionFileStr[partTableNo, this.nowAction];
        if (this.nowMovieTime == 1)
        {
            text += "_n";
        }
        return text;
    }
}
may be this movie file exists at bundle_0 or bundle_1 file.
it's censored several images(for animation). not your image.
Thank you for your reply. I didn't make the connection. I'm always trying to learn a little about several things like this.
 

hotkun

New Member
Apr 6, 2025
5
0
魔法少女(メスガキ)はやっぱりバトルで分からないを無修正にしたく、BepInEx Unity (Mono) Windows (x64) ゲーム用をDLし、その後ここにあったDumbRendererDemosaic.dllのファイルをpluginsに入れましたが機能しません。素人で説明不足かもしれませんが解決方法を教えてください。
 

kumarin

Engaged Member
Feb 19, 2022
2,396
3,882
魔法少女(メスガキ)はやっぱりバトルで分からないを無修正にしたく、BepInEx Unity (Mono) Windows (x64) ゲーム用をDLし、その後ここにあったDumbRendererDemosaic.dllのファイルをpluginsに入れましたが機能しません。素人で説明不足かもしれませんが解決方法を教えてください。
check the JSK Studio UNITY EDITS post's [JSK Studio] 27 I Wanna Make This Overconfident Magical Girl v1.2 AIO1.1
if don't needed MTL, remove BepInEx\plugins\XUnity.AutoTranslator\ , BepInEx\plugins\XUnity.ResourceRedirector\ & r:\BepInEx\Translation\ folders.
he used a "DumbRendererDemosaic.dll". but it's ok to use a SW_Decensor too.
 

hotkun

New Member
Apr 6, 2025
5
0
くまりん、投稿: 16657190、メンバー: 4679867 said:
JSK Studio UNITY EDITSの投稿をチェックしてください [JSK Studio] 27 自信過剰の魔法少女を作りたい v1.2 AIO1.1
MTL が必要ない場合は、BepInEx\plugins\XUnity.AutoTranslator\、BepInEx\plugins\XUnity.ResourceRedirector\、r:\BepInEx\Translation\ を削除します。
彼は「DumbRendererDemosaic.dll」を使用しましたが、SW_Decenserを使用しても問題ありません。
[/引用]
1743927169714.png
1743927210973.png
教えてもらった記事を見ながらやりましたが。うまくいきませんでした
もっと詳しく教えてもらえることは可能ですか?
今は画像通りになっております。
SW_Decenser_BE6.dllはプラグインの中にあります
 

kumarin

Engaged Member
Feb 19, 2022
2,396
3,882
use a BepInEx 5 ( game client type is x86) & SW_Decensor_BE5.dll. SW_Decensor_BE6.dll is used with mono type,
many people uses a . but MTL plugin dosn't support a mono type not yet.
 

hotkun

New Member
Apr 6, 2025
5
0
すみません、ファイルをダウンロードから別の場所に移すと反映されなくなりましたダウンロードに入れても大丈夫ですが、これについての解決方法も教えてくれれば幸いです。
なければ、無視して良いです。
丁寧に教えていただきありがとうございました
反映する
1743947851147.png 1743947994670.png
上記の場合のように自分で作ったファイルの場合反応しない
 
Last edited:

hotkun

New Member
Apr 6, 2025
5
0
すみません、ファイルをダウンロードから別の場所に移すと反映されなくなりましたダウンロードに入れても大丈夫ですが、これについての解決方法も教えてくれれば幸いです。
なければ、無視して良いです。
丁寧に教えていただきありがとうございました
反映する
View attachment 4719457 View attachment 4719463
上記の場合のように自分で作ったファイルの場合反応しない
分からなければ無視で結構です
丁寧に教えていただきありがとうございます。
 

kumarin

Engaged Member
Feb 19, 2022
2,396
3,882
分からなければ無視で結構です
丁寧に教えていただきありがとうございます。
BepInEx 5 mono type has an issue.
game path must have just latin-characters.
BepInEx 6( ) was fixed this issue.

you used "ダウンロード" special window's folder. the absolute path is "c:\Users\ユーザー名\Download".
if user name has multi-bytes characters(not latin), BepInEx 5 mono type failed to load.
some example.
c:\ゲーム\ゲーム名 - NG
c:\ゲーム\GameName - NG
c:\Games\ゲーム名 - OK
c:\Games\GameName - OK