[Japanese] ✨Shine✨[250126][けもみみしっぽの世界] 実体がない僕でも、けも娘のお世話がしたい。(Ver1.1.2) [RJ01330430]

Shine

Global Moderator
Global Moderator
Contributor
Elite Member
Trusted Member
Apr 13, 2011
113,019
3
36,497
Last edited:
The game has unremovable censorship through plugins, and also using unity exlorer didn't help remove it.It was a matter of honor.12 HOURS of war and I was able to remove the mosaic in this game. So, you need to install Unity Explorer, open the c# console and paste this code:

var body = GameObject.Find("体.001");
if (body != null)
{
var meshRenderer = body.GetComponent<MeshRenderer>();
if (meshRenderer != null)
{
foreach (var mat in meshRenderer.materials)
{
// Меняем материал на skin_肌 (или другой из твоего списка)
var newMaterial = Resources.FindObjectsOfTypeAll<Material>().FirstOrDefault(m => m.name.Contains("skin_肌"));

if (newMaterial != null)
{
mat.CopyPropertiesFromMaterial(newMaterial); // Копируем свойства из нового материала
Debug.Log("Материал заменён на skin_肌");
}
else
{
Debug.LogWarning("Материал skin_肌 не найден");
}
}
}
}
 
The game has unremovable censorship through plugins, and also using unity exlorer didn't help remove it.It was a matter of honor.12 HOURS of war and I was able to remove the mosaic in this game. So, you need to install Unity Explorer, open the c# console and paste this code:

var body = GameObject.Find("体.001");
if (body != null)
{
var meshRenderer = body.GetComponent<MeshRenderer>();
if (meshRenderer != null)
{
foreach (var mat in meshRenderer.materials)
{
// Меняем материал на skin_肌 (или другой из твоего списка)
var newMaterial = Resources.FindObjectsOfTypeAll<Material>().FirstOrDefault(m => m.name.Contains("skin_肌"));

if (newMaterial != null)
{
mat.CopyPropertiesFromMaterial(newMaterial); // Копируем свойства из нового материала
Debug.Log("Материал заменён на skin_肌");
}
else
{
Debug.LogWarning("Материал skin_肌 не найден");
}
}
}
}
Thank you! Did you complete the game? If so, could you share a save file? I'm trying to play it but it's a bit tedious.
 

Users who are viewing this thread

Latest profile posts

AGuy wrote on Esan's profile.
Hello, could you reup this game?
AGuy wrote on ramori's profile.
Hello, could you please reup this game?
Kanz0 wrote on Otokonoko's profile.
Hello, Could you reupload this?
https://www.anime-sharing.com/threads/1305404