Create and Fuck your AI Slut -70% OFF
x

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

Ver Greeneyes

Newbie
Nov 26, 2019
85
104
241
Well, there's some extra magic going on with creating migoto patches for UE4 / UE5 games that is not included on the guide. Because I honestly have little understanding of how it really works.
From looking into this a bit, it basically says "for all shaders, check the (index buffer and vertex buffer) texture overrides and apply them".

In this case, instead of looking for pixel or vertex shaders you look for index buffers and/or vertex buffers and skip those with texture overrides.

Unfortunately the texture overrides don't seem to do much (if anything) by themselves in these games (although you can disable them easily while hunting), so you need to list specific shaders and then tell them to look for texture overrides to apply.

But since there's a lot of shaders, finding the ones that use these textures can be a big hassle (especially if hashes change between game versions), and so it's easier to just make all shaders look for texture overrides with a wildcard (using ShaderRegex without specifying any conditions).

For the game I was looking at, the buffer also seemed to contain the pussy textures, so removing it removed all definition from that area. Removing it from only some shaders removed the mosaic but made it flicker in and out of existence, and the texture had some very hard edges... which might just be because it wasn't designed to be used without the mosaic.
 
  • Like
Reactions: OuterACG

46471xp

Newbie
Feb 20, 2022
34
5
100
Is it possible to translate UE4/UE5 games? (either automatic or manual.) :unsure:
Is it possible to edit UE4/UE5 textures?


I didn't find a public "thread" here. I'm sorry
 

46471xp

Newbie
Feb 20, 2022
34
5
100
It's hard to translate UE4/UE5 games.
For UE4,if the game not use iostore,it has some tools to translate.
For UE5,all of the games use iostore,the games is hard to translate.If the game has the localization file,maybe it can be translated.If not,no ideas.
If you want to change the textures,you need to download the UE with the same version of the game,use the UE to cook the textures then make a mod file.

o_O What?!!! ....
I was expecting tools like "AssetStudio" "UABEA" but for "UE".... from what I have understood it does not seem an easy and fast task.

thanks for answering.
 
Last edited:

Prick

Engaged Member
Jul 17, 2017
2,301
2,171
477
o_O What?!!! ....
I was expecting tools like "AssetStudio" "UABEA" but for "UE".... from what I have understood it does not seem an easy and fast task.

thanks for answering.
Indeed, UE is not exactly mod friendly. You need to be a wizard to mod UE4/5 in the same way we mod Unity games.
There are some tools available, like and .
 
  • Like
Reactions: 46471xp

46471xp

Newbie
Feb 20, 2022
34
5
100
Indeed, UE is not exactly mod friendly. You need to be a wizard to mod UE4/5 in the same way we mod Unity games.
There are some tools available, like and .
Thanks for the information, I really didn't know about the tools... I'll try out what they do and how useful they are. UE sometimes seems like a headache.
 

eyerace1234

Newbie
Feb 16, 2024
19
3
46
" " work according to the "d3dx.ini" rewrite in the template of this thread.
I tried, but it won't start with the error message below.
By the way, the hunting was successful and the hash information was obtained, but with the usual code
Even if I paste it, it doesn't work.

I have tried UnrealEngine's mosaic eraser on multiple works.
I don't think this code will work.
Please tell me the cause and solution

I created a shortcut and "-dx11" is processing but does not start.

◆Error details at startup

スクリーンショット 2024-05-03 063309.png
 

eyerace1234

Newbie
Feb 16, 2024
19
3
46
You need to update your graphics card.
Thank you for your reply.
I am using GeForce GTX1660 and tried updating the graphics board from both the OS and GeForce EXPERIENCE, but there was no improvement.
There seems to be another factor
 

eyerace1234

Newbie
Feb 16, 2024
19
3
46
I see…
I can also start the 3D tool, hunt, and get the mosaic removal hash value, but even after writing the data below to ``d3dx.ini'' and running it, the game does not start.
I would like to check just to be sure, is there no problem with similar code?

スクリーンショット 2024-05-03 071226.png

スクリーンショット 2024-05-03 235603.png
 
  • Like
Reactions: Hugh Mungus Kok

eyerace1234

Newbie
Feb 16, 2024
19
3
46
If you use "3Dmigoto" to find the shader and find the hash, you can edit the "d3dx.ini" file following the code in thread number 1, but if it's an IB hash specified using "7 and 8" on the numeric keypad, you won't be able to remove the mosaic using the same method.
Does anyone know how to deal with this?
 

zxcv1245B

New Member
Aug 23, 2024
2
0
11
Can you make a detailed video tutorial?.I've been trying to do this for two days now, but it's so confusing that I can't do it.
 

Prick

Engaged Member
Jul 17, 2017
2,301
2,171
477
So anyone test the first post with UE5?
The guide technically works with UE4 and UE5, but my guide is missing some of the more technical aspects of patching.
It's not too difficult to locate the mosaic shader in 'hunting mode'. But fabricating the patch sometimes requires additional code as seen in some of the other patches shared around.

Best to tag someone like funog1 in an uncensor request.