CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Tool Unity [BepInEx][plugin] Texture Replacer v1.0.8.0

newer1988

New Member
May 9, 2024
6
0
From what I heard, they will support Chinese and Korean within two months.

if want to japanese version to uncensored now, it requires a bit of complicated work.
There are two main directions: one is to replace the assets file, and the other is to use texture_replacer.
Basically, you need the original images (mosaic) and the uncensored images.

Although it is explained in a complicated way in OP, another way is to extract the textures of each version with a tool like AssetRipper, and compare them with a tool like WinMerge to extract the images to be replaced.
It will be more of a headache if there are duplicate texture names, but the textures in this game do not seem to have duplicate names. (H scenes)
Just add "_" to the file name of the images to be replaced and put them in the ModImages folder. (the extension is .png)
I tried everything but it was too much for me.:cry:
 

kumarin

Well-Known Member
Feb 19, 2022
1,978
2,859
run AssetRipper and "Open Folder" a jap game folder.
"Export - Export All Files"
select folder(I select "r:\1"), Export Primary Content
1733642099444.png
do same work with eng version. (I select "r:\2")

run WinMerge.
1733642347925.png
untick "Tree Mode" at "View" menu.
1733642556959.png
click "Comparion result" to descend order.
1733642759907.png
The files that appear against a yellow background are the ones that have differences.
select yellow items. (click top item, press shift + PgDn)
right click, Copy, Right to...
1733643051174.png
select folder to copy. (I select "r:\3")
run PowerShell and go to work folder. (in my case it is "r:\3")
forfiles /S /M *.png /C "cmd /c rename @file @fname_.png"
browse files and delete which not needed replaced.
install texture_replacer plugin and run game once.
move work folder to "BepInEx\plugins\ModImages\"
end.
 
  • Like
Reactions: newer1988

newer1988

New Member
May 9, 2024
6
0
run AssetRipper and "Open Folder" a jap game folder.
"Export - Export All Files"
select folder(I select "r:\1"), Export Primary Content
View attachment 4310085
do same work with eng version. (I select "r:\2")

run WinMerge.
View attachment 4310088
untick "Tree Mode" at "View" menu.
View attachment 4310091
click "Comparion result" to descend order.
View attachment 4310093
The files that appear against a yellow background are the ones that have differences.
select yellow items. (click top item, press shift + PgDn)
right click, Copy, Right to...
View attachment 4310097
select folder to copy. (I select "r:\3")
run PowerShell and go to work folder. (in my case it is "r:\3")

browse files and delete which not needed replaced.
install texture_replacer plugin and run game once.
move work folder to "BepInEx\plugins\ModImages\"
end.
I was able to successfully make it uncensored! Thank you.
However, it takes a while for the image to be replaced.