Tool Unity UniversalUnityDemosaics v1.4.6.0

lookcat3

New Member
Aug 27, 2021
10
0
you can extract textures with or .
Thank you again.
As you pointed out, I checked with AssetRipper and was able to find the png file. However, since the image had already been edited, I think it would be difficult to replace it.
 

yuls

Newbie
Jul 1, 2022
47
21
can someone help me uncensor this game that i found?

its a japanese unity game, i figured it might be possible to uncensor this game, maybe im just not doing the right thing/missing some steps.
 

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,172
3,292
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,172
3,292
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
17
6
Can this game be uncensored?



game:

Pw: kimochi.info
 

kumarin

Engaged Member
Feb 19, 2022
2,172
3,292
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,172
3,292
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,172
3,292
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.