kumarin
Engaged Member
- Feb 19, 2022
- 2,396
- 3,882
beelzebub has never released uncensored. the Steam version is no exception. the textures are baked.
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?beelzebub has never released uncensored. the Steam version is no exception. the textures are baked.
this plugin working on BepInEx.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?
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, sorrythis plugin working on BepInEx.
BepInEx is supportingYou must be registered to see the links.
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.
there are two main ways to mosaic game graphics: soft/hard.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
that game made by UnrealEngine 5.Can this game be uncensored?
You must be registered to see the links
game:You must be registered to see the links
Pw: kimochi.info
thanks. i think i need read 3dmigoto guide now~~~XDthat game made by UnrealEngine 5.
if you know 3dMigoto, disable the shader with
hash = 8102dfe23646b068
handling = skip
and run game with "-dx11" option.
Hibeelzebub has never released uncensored. the Steam version is no exception. the textures are baked.
may be you're playing Mansha 300% series. those game's textures are baked. not use a soft-censor. and those textuers are encrypted.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
Nop is just a testing in Mansha 3. But why this texture pp is more censord in game ?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.
your image is like a thumbnail. when you click play movie,Nop is just a testing in Mansha 3. But why this texture pp is more censord in game ?
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);
}
}
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;
}
}
Thank you for your reply. I didn't make the connection. I'm always trying to learn a little about several things like this.your image is like a thumbnail. when you click play movie,
there is GetMovieFileName().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); } }
may be this movie file exists at bundle_0 or bundle_1 file.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; } }
it's censored several images(for animation). not your image.
check the JSK Studio UNITY EDITS post's [JSK Studio] 27 I Wanna Make This Overconfident Magical Girl v1.2 AIO1.1魔法少女(メスガキ)はやっぱりバトルで分からないを無修正にしたく、BepInEx Unity (Mono) Windows (x64) ゲーム用をDLし、その後ここにあったDumbRendererDemosaic.dllのファイルをpluginsに入れましたが機能しません。素人で説明不足かもしれませんが解決方法を教えてください。
くまりん、投稿: 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を使用しても問題ありません。
[/引用]
![]()
![]()
教えてもらった記事を見ながらやりましたが。うまくいきませんでした
もっと詳しく教えてもらえることは可能ですか?
今は画像通りになっております。
SW_Decenser_BE6.dllはプラグインの中にあります
分からなければ無視で結構ですすみません、ファイルをダウンロードから別の場所に移すと反映されなくなりましたダウンロードに入れても大丈夫ですが、これについての解決方法も教えてくれれば幸いです。
なければ、無視して良いです。
丁寧に教えていただきありがとうございました
反映する
View attachment 4719457 View attachment 4719463
上記の場合のように自分で作ったファイルの場合反応しない
BepInEx 5 mono type has an issue.分からなければ無視で結構です
丁寧に教えていただきありがとうございます。