Mosaic Removal
It is possible to remove the mosaic censor in the Unity edition of the game (v2.20b~v3.40a), because it is a filter applied over the images. However, this method does not work for the Flash edition of the game (before v2.15) because the images are censored directly.
- Download the latest version of one of the following programs:
- Make a copy of
<dir>/Game_Data/sharedassets0.assets
. - Run UABE, and open your copy of
sharedassets0.assets
. - Find the asset named
CustomMosaic
, and click "Export Dump" to export a text file. - Find the asset named
Font Material
, and click "View Data". Then navigate toMaterial Base > m_Shader
and note the values ofm_FileID
andm_PathID
. - Open the text file created in step 4, and replace the values of
m_FileID
andm_PathID
with the values from step 5.- In v3.40a,
m_FileID = 2
andm_PathID = 10101
- In v3.40a,
- Scroll to the bottom of the text file and under
"_Color"
and"_EmissionColor"
, set both0 float a
to0
, then save the file. - Back in the asset list, select
CustomMosaic
, and clickImport Dump
, and choose the edited text file. - Select
File > Save
and save your modifiedsharedassets0.assets
file. - Replace the original file with your modified copy.