Create and Fuck your AI Slut -70% OFF
x

Tutorial Unreal Engine How To Uncensor (Almost) Any Unreal Engine Game

calc88

New Member
Aug 26, 2021
3
4
127
Hoshimori no Rein (RJ01375061)
(got it from ryuugames)

possible to uncensor?
 

funog1

Member
Modder
Mar 2, 2017
496
2,835
508

can it be uncensored RJ01284847
I'll take a look, also...
1755311410334.png 1755311758290.png
Why do i see Gru from Despicable Me?

Edit: The answer is no. This dev used Unreal Engine to make a video player that makes your computer run hot. All the scenes are just prebaked video files with censors in them, can't do anything there. 4.47GB of bk2 and 500MB for program, what a waste.
1755312063134.png
ShukiGoshu\Content\Movies
and

if you want to see them all yourself.
 
Last edited:

ValkyrieSCPD

Member
Nov 16, 2023
217
74
161
I'll take a look, also...
View attachment 5150630 View attachment 5150636
Why do i see Gru from Despicable Me?

Edit: The answer is no. This dev used Unreal Engine to make a video player that makes your computer run hot. All the scenes are just prebaked video files with censors in them, can't do anything there. 4.47GB of bk2 and 500MB for program, what a waste.
View attachment 5150640
ShukiGoshu\Content\Movies
and

if you want to see them all yourself.
Thanks for reminder.Anyway,could you remake the Emilia's playroom patch that is dx12 compatible?I am about to buy this game on steam.
 

chocolate52

Newbie
Jan 14, 2024
20
7
89
I'll take a look, also...
View attachment 5150630 View attachment 5150636
Why do i see Gru from Despicable Me?

Edit: The answer is no. This dev used Unreal Engine to make a video player that makes your computer run hot. All the scenes are just prebaked video files with censors in them, can't do anything there. 4.47GB of bk2 and 500MB for program, what a waste.
View attachment 5150640
ShukiGoshu\Content\Movies
and

if you want to see them all yourself.
sad. thank you !
 

funog1

Member
Modder
Mar 2, 2017
496
2,835
508
Thanks for reminder.Anyway,could you remake the Emilia's playroom patch that is dx12 compatible?I am about to buy this game on steam.
I forgot about the bearded ladies game. Yeah I updated it, I think. This game was structured by a schizo, there are at least 70 different bodies scattered throughout the files when they all seem to be the same body just set for different scenes. This game could have been SOOOO much smaller...

I hate you. Because of you, I can't fap-use this game anymore.
Glad I could be of service. o7
1755423891194.png
 

ValkyrieSCPD

Member
Nov 16, 2023
217
74
161
I forgot about the bearded ladies game. Yeah I updated it, I think. This game was structured by a schizo, there are at least 70 different bodies scattered throughout the files when they all seem to be the same body just set for different scenes. This game could have been SOOOO much smaller...


Glad I could be of service. o7
View attachment 5155082
PS:You might forget adding _P for each files to make it work.
 

ErogeRpg990

Newbie
Aug 9, 2024
15
7
62
this work to uncensor this game

View attachment 4891031
thanks!
it needs the

Code:
[System]
allow_create_device=1
added on the top, then run the game from the created shortcut with added "-dx11" to make it work
Hey! Do you still have the game? Could you pass me the saved files to unlock the whole gallery
 

gnihtyreve

Member
Sep 29, 2020
338
426
238
unreal engine pussy is getting boring, it's almost the same
but some of the UE game makers has a decent touch of gential
 

funog1

Member
Modder
Mar 2, 2017
496
2,835
508
RJ01432071

This game can be uncensored?
I used 3Dmigoto not work.
Yup

夏ノ音。ギャルと、オタクと、秘密の放課後。 (Natsu no Oto. Gyaru to, Otaku to, Himitsu no Houkago)
RJ01432071
Decensored
1756017074900.png
As always, extract all files in GalHome_uncen.zip to the GalHome\Content\Paks folder. If possible change the folder names to English to prevent possible issues.
Version: 1.00
 
Last edited:

funog1

Member
Modder
Mar 2, 2017
496
2,835
508
Yo
I know this isn't the right thread, but is there any chance of a quick MTL? Is it possible to do it in a relatively simple way, like with Unity or RPGM?
short answer: not really

long answer: This and this. I did look into this one because there was a tool pointed out that under normal circumstances could scrape text and then manually translate but doesn't catch even a quarter of this games text, not to mention some can't even be localized properly because of the dev hard-coding some of the text(dialogue choices). So it would involve doing the slow way anyways... at which point I gave up.

Saw this earlier and it does exactly what I describe in my 1st 2 links, but for chinese. And it seems to break some choices in game. Someone has more patience or free time than I.

If you want the scraped text translating here it is. But like I said, not much. Mainly some UI stuff, no dialogue.
1756082544440.png
to
1756082682113.png
Extract it into the GalHome\Content so it should look like GalHome\Content\Localization\Game\en\Game.locres
Even this isn't quick. It requires unpacking the game assets, extracting the text from said assets, translating the text, checking to make sure every line of translation isn't going to break the game, then packing the translation. So no, "chance of a quick MTL" not really a thing.

I could be wrong though, if someone wants to point me into a better direction. Localization is new to me yet.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

shimakazevn

New Member
Jul 25, 2023
2
0
11
short answer: not really

long answer: This and this. I did look into this one because there was a tool pointed out that under normal circumstances could scrape text and then manually translate but doesn't catch even a quarter of this games text, not to mention some can't even be localized properly because of the dev hard-coding some of the text(dialogue choices). So it would involve doing the slow way anyways... at which point I gave up.

Saw this earlier and it does exactly what I describe in my 1st 2 links, but for chinese. And it seems to break some choices in game. Someone has more patience or free time than I.

If you want the scraped text translating here it is. But like I said, not much. Mainly some UI stuff, no dialogue.
View attachment 5182201
to
View attachment 5182202
Extract it into the GalHome\Content so it should look like GalHome\Content\Localization\Game\en\Game.locres
Even this isn't quick. It requires unpacking the game assets, extracting the text from said assets, translating the text, checking to make sure every line of translation isn't going to break the game, then packing the translation. So no, "chance of a quick MTL" not really a thing.

I could be wrong though, if someone wants to point me into a better direction. Localization is new to me yet.
You don't have permission to view the spoiler content. Log in or register now.
can you give me some basic instructions for packing the translation? i'm having trouble testing packing UI and game translation...
 

ivyxyn

New Member
Jan 29, 2020
12
81
133
Yup

夏ノ音。ギャルと、オタクと、秘密の放課後。 (Natsu no Oto. Gyaru to, Otaku to, Himitsu no Houkago)
RJ01432071
Decensored
View attachment 5179018
As always, extract all files in GalHome_uncen.zip to the GalHome\Content\Paks folder. If possible change the folder names to English to prevent possible issues.
Version: 1.00
test.jpg
It does not work.You modify the Material M_Mosaic,right?
This game looks like using blueprints to control the mosaics.

(The game Emilia's Playroom,it looks like using blueprints to control the mosaics too,you modify the models of mosaics to uncensor,right?)