Unity None Yami-Yami City

dirtydan69

Newbie
Apr 25, 2018
20
9
103
1762021372224.png

I couldnt find any working bepinex for this game cause it's unity ilcpp and I think this game is on the latest version of unity..
Even tried it to get working with Melon Loader but it is not translating everything.
You can get the game at Ryuugames:

Also if someone manages to decensor the game might as well share it with us, ty <3

Edit: I managed to get the game decensored. Just download the file here or here and replace it inside of Yami-Yami-City_Data. Enjoy.


Edit Edit: Outdated by newest version of the game. Please refer to the latest posts under this thread made by DocRipper. He made an for the latest version (1.1.0).
 
Last edited:

supersaiyanguts

New Member
Jun 16, 2022
6
1
70
im not sure if im doing it wrong, but it seem like the decensor thing isn't working. I've put the resources.assets into the Yami-Yami-City_Data and replaced it.
 

Hi-FiMan

Member
Jun 10, 2019
100
110
148
I think we need an updated decensor. The game was patched recently so it probably broke. How are you guys decensoring this anyways?
 

Hi-FiMan

Member
Jun 10, 2019
100
110
148
I tried changing the colmask values in the mosaic shader to 1.0 and 0.0 and it just crashes the game... If anyone knows how to do this, I appreciate the help.
 

dirtydan69

Newbie
Apr 25, 2018
20
9
103
Hi guys, i just tested it myself just to verify if the file might be corrupted but it is still working after replacing it again. Please check if you have the same version as on ryuugames (V25.10.27)
 

Hi-FiMan

Member
Jun 10, 2019
100
110
148
If someone has the updated version then pls upload it here so I can decensor it again
I have the updated version but how did you decensor it? Every time I mess with the mosiac shader it crashes the game. Nothing I did in resources.assets file did anything. Everything seemed to be in sharedassets0.assets.
 

dirtydan69

Newbie
Apr 25, 2018
20
9
103
in resources.assets there should be a material asset called mosaic (No.)
You need to export the dump and look at the m_shader number at the beginning. Should be Shader with path id 2944.
Export the dump again. Now search and replace everything that has 0 float val =15 with 0 float val = 0
 
Last edited:

DocRipper

Engaged Member
Donor
Dec 27, 2021
2,809
3,604
396
View attachment 5399087

I couldnt find any working bepinex for this game cause it's unity ilcpp and I think this game is on the latest version of unity..
Even tried it to get working with Melon Loader but it is not translating everything.
You can get the game at Ryuugames:

Also if someone manages to decensor the game might as well share it with us, ty <3

Edit: I managed to get the game decensored. Just download the file here or here and replace it inside of Yami-Yami-City_Data. Enjoy.

I also make uncensor "patch". People were asking for an uncensor before the thread was created. :D



https://f95zone.to/threads/how-to-uncensor-almost-any-unity-game.17914/post-18498628



Also.Yeah. BepInEx and auto-translator is unusable. IL2CPP plugin exists, The problem is in the "security patch" + new Unity6000. Almost all games are broken. There shouldn't be a problem with older Unity versions and IL2CPP games.
 
  • Heart
Reactions: dirtydan69

Hi-FiMan

Member
Jun 10, 2019
100
110
148
in resources.assets there should be a material asset called mosaic (Nr.)
You need to export the dump and look at the m_shader number at the beginning. Should be Shader with path id 2944.
Export the dump again. Now search and replace everything that has 0 float val =15 with 0 float val = 0
What tool are you using? I've tried AssetStudioModGUI and UABEAvalonia and I can't find any mosaic material; only gameobjects and monobehaviors. If I look in sharedassets0.assets I can see two mosaic materials called Mosaic 64 and Mosaic 65. When I went to the shader they referenced and edited all colmask values to 0 or 1, the game just crashed on start.

I can try to upload the game somewhere so you can see what I am talking about. Perhaps they changed the mosaic on one of the updates...
 

DocRipper

Engaged Member
Donor
Dec 27, 2021
2,809
3,604
396
What tool are you using? I've tried AssetStudioModGUI and UABEAvalonia and I can't find any mosaic material; only gameobjects and monobehaviors. If I look in sharedassets0.assets I can see two mosaic materials called Mosaic 64 and Mosaic 65. When I went to the shader they referenced and edited all colmask values to 0 or 1, the game just crashed on start.

I can try to upload the game somewhere so you can see what I am talking about. Perhaps they changed the mosaic on one of the updates...
Your method is ok.
However, it depends on what version of the game you have. If the game is updated, you will need to repeat the process because the structure may have changed.