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

Shine

Global Moderator
Global Moderator
Contributor
Elite Member
Trusted Member
Apr 13, 2011
110,623
3
36,192
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

DynaYotei wrote on ramori's profile.
There are no more planned bug fixes. The final version has been released. Ver1.0.10 (may be listed as Ver1.0.9)
Update Please!

https://www.anime-sharing.com/threa...ル性活♡-rj01415588-ver1-08.1794161/#post-7256547
crasher07 wrote on Lebedev's profile.
Can you reupload part 4 and 7?
https://www.anime-sharing.com/threads/1216289/
The Riddler wrote on ramori's profile.
Hello, sorry for disturbing! If you have it, could you please upload [EBIロデオ商会][RJ01478683] 天狗の花嫁 ?

Thank you in advance!