Tutorial Unity How To Uncensor (Almost) Any Unity Game

Nov 22, 2018
265
235
NOTE: The first method used didn't work for version 1.21, I think it was made to prevent it
Before reading this thread, I learned another method to decensor.
However, I don't know the theory of that method, and it doesn't work well on games nowadays.

asset.jpg

I use hex editor such as Frhed to edit the assets file.
BACK UP THE FILE FIRST before editing.
After opening the file, search "MosaicField" or other name that the mosaic function material is.
Select the "ÿÿÿÿ" before "_BlockSize" that after the "MosaicField", and the "ff" on left hand side will also be selected.
Click on the "ff" and edit the "ff ff ff ff" to "00 00 00 00", and it's done.

I'd be glad to know how that method actually works....

Ah yes, the decensored patch for 1.21 is included.
 

Prick

Engaged Member
Jul 17, 2017
2,014
1,761
anyone know how to uncensor this 1?
Judging by the preview, looks like the censors are bright white shaders applied over the textures. Likely possible, but will make the appearance worse than with the censor. Aside from that, monster porn is not my cup of tea, so you'll have to wait and see if someone else makes a patch.
 

Rogulair

New Member
Mar 1, 2020
12
15
I'm trying to uncensored this

There are more than just Mozaic, Mozaic_soft that censored stuff, any idea what else ?
 

Prick

Engaged Member
Jul 17, 2017
2,014
1,761
I'm trying to uncensored this

There are more than just Mozaic, Mozaic_soft that censored stuff, any idea what else ?
I think these games have multiple shaders for censoring genitals and gore. Try disabling all of them with the colmask method.
 
  • Like
Reactions: Gengu and Rogulair

cenok67351

New Member
Nov 10, 2019
3
2
Tried to uncensor RJ279387 but haven't managed to completely remove censor.
I managed to remove x-ray and main character censor but other objects are still censored.
Checked all the files and tried disabling the shader as instructed but it didn't help.
 

Prick

Engaged Member
Jul 17, 2017
2,014
1,761
Tried to uncensor RJ279387 but haven't managed to completely remove censor.
I managed to remove x-ray and main character censor but other objects are still censored.
Checked all the files and tried disabling the shader as instructed but it didn't help.
I've been down the road of uncensoring one of their games before. I kept getting pink shaders or CTDs with my methods.
Remember this when you fail, sometimes imagination is better than what's actually there. In other words, it might not even be worth uncensoring :b
 
  • Like
Reactions: Rogulair

TNR

New Member
Mar 27, 2019
11
2
Hi, i had a question, is there had another way to extract / import file inside unity file, Devxunity only can buy... so i curious is there had another application that can be use?
Edit: Nvm, i had found UABE can extract the folder
Edit: sorry i had a question again, about how to compress back the file to mask after i unpack it (original file was cg.mask)
issue.PNG
 
Last edited:

Prick

Engaged Member
Jul 17, 2017
2,014
1,761
. . . how to compress back the file to mask after i unpack it
I have no idea, never seen that prompt before.
Check the context bar at the top of UABE and see if there is anything for compression.
 
  • Like
Reactions: TNR

Bloxx

Newbie
Jun 1, 2017
27
10
It is very difficult to find the file to remove the censorship of this game Tobihime. Who can help me? T_T
 

Prick

Engaged Member
Jul 17, 2017
2,014
1,761
It is very difficult to find the file to remove the censorship of this game Tobihime. Who can help me? T_T
Screenshot doesn't tell me anything. More information is needed, RJ#, link to DLsite, something.
 

Prick

Engaged Member
Jul 17, 2017
2,014
1,761
This
This is a 2D pixel based game, with 2D CG artwork.
The pixel / sprite art is almost always drawn with the censor, no shader is being used.
The CGs are almost always censored after being drawn, then packed into the game.

If you want to uncensor this game, you need to redraw every pixel / sprite asset individually, and draw over the original CG artwork. Unless you are a master artist, this is next to impossible to do and maintain the flavor of the original artwork.

Read the thread before you post, this topic has been covered.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Sad
Reactions: Perine

Gengu

Newbie
May 11, 2017
85
109
how do i find a walkthrough for this method?
Check on post#77 on page 4 method number 2
Basically, I locate the Mozaic_soft in sharedassets4 view data find shader's path id number, it's path id 273.
next locate the shader file in the path id 273 export and change all the colMask value to 0 save and import it back.
 
  • Like
Reactions: timmys666

timmys666

Member
Jul 8, 2017
267
165
Check on post#77 on page 4 method number 2
Basically, I locate the Mozaic_soft in sharedassets4 view data find shader's path id number, it's path id 273.
next locate the shader file in the path id 273 export and change all the colMask value to 0 save and import it back.
thx
 

Bloxx

Newbie
Jun 1, 2017
27
10
Help me, I found the file "mosaic" on UABE but I don't know what value to change, and I think there are several.



1584073129028.png
 
Last edited:
Nov 22, 2018
265
235
Help me, I found the file "mosaic" on UABE but I don't know what value to change, and I think there are several.

No need to try as the CGs themselves are already censored.
You may just try to extract cgXXX_Atlas0 to see.

p.s. Is there a way to make those texture atlas become normal CGs?
 
  • Like
Reactions: TNR

Prick

Engaged Member
Jul 17, 2017
2,014
1,761
Help me, I found the file "mosaic" on UABE but I don't know what value to change, and I think there are several.



View attachment 585171
You extracted a monoscript, you need a material export for the methods shared here, for #1.
#2, the game you are referencing is all CG artwork which means the censor is not handled by a shader, it's baked directly into the artwork. This means you need to manually edit the pictures yourself and then import them back in. That is a shit ton of work, and unless you are a master artist it would probably look like shit (or at least not to the original artist's standards) even if you managed to pull it off.

This is the second time you have posted in this thread without taking the time to consider what you are looking at.
Please take your time, read the main post carefully.
 
Last edited:
  • Like
Reactions: Skyzenski