Skittlelz

New Member
Jan 25, 2018
3
0
31
Mmm I'm not sure what happened but I had played it once after downloading the uncensor mod and I'm pretty sure I grabbed a save file as well. Now some week or two later I boot it up and the entire game is no longer translated to english and that save is not working.
 

SCP 001

Active Member
Aug 21, 2017
985
999
241
GensoLab's next game will release next week on Steam, and will release at the end of the month on DLSite!
also, they have an ad truck driving around Japan apparently

anyway, you can see the DLSite preview (with images and a video)

1741361559256.png
 
  • Yay, update!
Reactions: palapapa

LupuseDei26

Newbie
Jan 8, 2018
61
158
174
GensoLab's next game will release next week on Steam, and will release at the end of the month on DLSite!
also, they have an ad truck driving around Japan apparently

anyway, you can see the DLSite preview (with images and a video)
I can't even tell what the gameplay is supposed to be here. It's really a shame they moved away from action games, that category is severely starved for even half-decent content. And this game was peak, but I guess we won't be seeing any more like it.
 

Kazuka13

Active Member
Jul 24, 2017
630
475
186
I can't even tell what the gameplay is supposed to be here. It's really a shame they moved away from action games, that category is severely starved for even half-decent content. And this game was peak, but I guess we won't be seeing any more like it.
the girls try to femdom fuck their manager in secret. it's in the DL site tags and translated text
 
  • Like
Reactions: SCP 001

12435

Member
Jan 15, 2018
107
38
189
Is the next game just all 3D? Cause if it is, then that's a bit disappointing, cause I like the 2D scenes.
 
Sep 26, 2022
200
324
186
Not even a day has passed since the demo was out and someone already managed to remove parts of the demo locked content ? ... Gotta say that's a lot of dedication.
 

Uncle Eugene

Active Member
Modder
Respected User
Jun 6, 2020
610
4,607
426
Uncensor for new game is kinda ready, but it should be different on a full version, so I'll wait for the thread release
 
  • Like
Reactions: kumarin

Fatso999

Member
Jul 14, 2019
145
138
158
Not even a day has passed since the demo was out and someone already managed to remove parts of the demo locked content ? ... Gotta say that's a lot of dedication.
If you mean unlock access then that's not too surprising, same thing happened with his past 2 games
He's just not that good at locking the content
 

Uncle Eugene

Active Member
Modder
Respected User
Jun 6, 2020
610
4,607
426
I made it too. But I feel like the plugin you made is a bit better.
I ended up doing the same thing you do with dumb approach of collecting every single renderer when the scene changes and working from that. They do some crazy shit with materials assignment here
However, your universal plugin should not work here as easily, because they do use two materials / two passes for penis rendering which requires you to not disable the renderer, but force the pixelation pass to fail

Don't want to release it right now, since from the code I assume there should be some more scenes, probably even Live2D, in full version, that would require additional workarounds
 
  • Like
Reactions: kumarin

kumarin

Engaged Member
Feb 19, 2022
2,624
4,611
387
I ended up doing the same thing you do with dumb approach of collecting every single renderer when the scene changes and working from that. They do some crazy shit with materials assignment here
However, your universal plugin should not work here as easily, because they do use two materials / two passes for penis rendering which requires you to not disable the renderer, but force the pixelation pass to fail

Don't want to release it right now, since from the code I assume there should be some more scenes, probably even Live2D, in full version, that would require additional workarounds
SW_Decensor also worked well. This alone removed all the soft mosaics.
However, since texture_replacer is also used to replace the texture of the x-ray image, the game's FPS drops, so I created a dedicated plugin.

I hooked UdonController.UdonStart method.
disabled GameObjects which nams have "moza" & "mosaics".
edited SkinnedMeshRenderer which named "Penis".
setFloat("_Size", 0.00001f) Materials which name start with "moza" .
 
Last edited:
3.80 star(s) 16 Votes