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

eyerace1234

New Member
Feb 16, 2024
13
1
In the past 2–3 days, 3Dmigoto's shader identification feature has stopped working properly.
Pressing the numpad 0 key does not respond, and no logs are generated.

I suspected that a Windows update or a graphics card update might be the cause, so I rolled back to a previous version, but the issue persists.

Are there others experiencing the same problem? Also, what other possible causes could there be?
The mosaic removal feature after identifying shaders still works fine.
I resolved the issue on my own...
 

ValkyrieSCPD

Member
Nov 16, 2023
144
47
The game is file vomit, I spent half an hour bouncing around files to target but it seems to be a never ending cycle. Will probably just whip up a 3dmigoto for it since it's still dx11 and the devs file structure hurts my head. SO MANY unneeded asset packs...
Hey funnog,just asking how to know that which DX api an unreal engine game uses?
 

funog1

Member
Modder
Mar 2, 2017
448
2,462
Hey funnog,just asking how to know that which DX api an unreal engine game uses?
Nowadays it's mostly just dx12 by default and can confirm this if there is a D3D12 folder or d3d12core.dll in one of the win64 folders. If it doesn't it will probably be dx11.

You can get technical and debug it.
Just look for the highest d3dxx.dll you can find.
 
Last edited:

funog1

Member
Modder
Mar 2, 2017
448
2,462
funog1

Can you uncensor this game? Pleeeease.:)

https://f95zone.to/threads/taking-pictures-secretly-rj01335172.244235/#post-16172576

(Engine prefix is wrong, its UE5)
can but with bad news. censor has nothing behind it. the dev uses a "barbie" body with no genital modeling or textures.
1739350212209.png

Give it a shot if you want. Doesn't work with full visible male and I'm too lazy to make it work as the actual shaft is just a literal mosaic texture anyways...
1739355899772.png
So stick to blue ghost

Files go in the TSG\tsg\Content\Paks folder
 
  • Yay, update!
Reactions: DocRipper

DocRipper

Well-Known Member
Donor
Dec 27, 2021
1,693
1,600
can but with bad news. censor has nothing behind it. the dev uses a "barbie" body with no genital modeling or textures.
View attachment 4542147

Give it a shot if you want. Doesn't work with full visible male and I'm too lazy to make it work as the actual shaft is just a literal mosaic texture anyways...
View attachment 4542330
So stick to blue ghost

Files go in the TSG\tsg\Content\Paks folder
Eh..wow..really? Censored barbie..

But thanks for the effort. (y)
 

Sexually Challanged

New Member
Mar 12, 2024
5
0
should look like
Code:
[ShaderOverride CanNameThisAnythingYouWant]
hash = aee1fd9683aa674b
handling = skip
if you throw it at the bottom of the default d3dx.ini

the ; you have before hash completely ignores that line of code

if you want a smaller file and no enables afterwards, replace the text in the d3dx.ini with

Code:
[Logging]
calls=0
[System]
allow_create_device=1
[ShaderOverride CanNameThisAnythingYouWant]
hash = aee1fd9683aa674b
handling = skip
the shaderregexenable doesn't seem to be needed for this particular game and ends up using a little more power to hunt when on
i did try this, it doesnt work

it breaks if i try to run the original exe, and if i run the one with -dx11, it does nothing
 

Prick

Engaged Member
Jul 17, 2017
2,185
2,022
i did try this, it doesnt work

it breaks if i try to run the original exe, and if i run the one with -dx11, it does nothing
The original exe will not run the mod
You need to right click and create a shortcut of Win64-Shipping.exe found in the binaries folder
Right click < properties < target path - add -dx11 with one space after the end quote
The shortcut will now run with 3dmigoto enabled

If the shortcut is broken, you may be missing

[System]
allow_create_device=1

from your d3dx.ini file

Otherwise, I'm not sure. Could be your system, might be the patch.
 

Sexually Challanged

New Member
Mar 12, 2024
5
0
The original exe will not run the mod
You need to right click and create a shortcut of Win64-Shipping.exe found in the binaries folder
Right click < properties < target path - add -dx11 with one space after the end quote
The shortcut will now run with 3dmigoto enabled

If the shortcut is broken, you may be missing

[System]
allow_create_device=1

from your d3dx.ini file

Otherwise, I'm not sure. Could be your system, might be the patch.
there is no shipping.exe in my binaries, and im running a newer version than the one the had
 

Sexually Challanged

New Member
Mar 12, 2024
5
0
The original exe will not run the mod
You need to right click and create a shortcut of Win64-Shipping.exe found in the binaries folder
Right click < properties < target path - add -dx11 with one space after the end quote
The shortcut will now run with 3dmigoto enabled

If the shortcut is broken, you may be missing

[System]
allow_create_device=1

from your d3dx.ini file

Otherwise, I'm not sure. Could be your system, might be the patch.
i just made a shortcut of the actual game exe with the -dx11, and it worked i get the ui and when i start the game i can cycle through the shaders, but none of them appears to be the censor shader
 

Sexually Challanged

New Member
Mar 12, 2024
5
0
:FacePalm:
game folder \ (game title) \ Binaries \ Win64 \ Game-Win64-Shipping.exe

Look again
oh god, sorry for i am blind lol,

anyways, i still have the same issue earlier, i don't sseem to find the mosaic shader,how ever there is a shader that if disabled, i dont see the pixels anymore, but also breaks the character's textures
 

Prick

Engaged Member
Jul 17, 2017
2,185
2,022
anyways, i still have the same issue earlier, i don't sseem to find the mosaic shader,how ever there is a shader that if disabled, i dont see the pixels anymore, but also breaks the character's textures
I would recommend you continue by cycling through other shader types