-
Notifications
You must be signed in to change notification settings - Fork 245
Unreal Engine Tweaks
TheRazerMD edited this page Jan 24, 2026
·
16 revisions
Tip
Regarding Engine.ini
- To locate the game's
Engine.ini, the easiest way is to go to PCGW and look at theConfiguration file(s) locationsection.-
Example - for Clair Obscur Expedition 33, it's located in
%LOCALAPPDATA%\Sandfall\Saved\Config\Windows, create if missing -
Example - for Witchfire,
%LOCALAPPDATA%\Witchfire\Saved\Config\WindowsNoEditor
-
Example - for Clair Obscur Expedition 33, it's located in
- If the
Engine.inidoesn't exist, you'll have to create it, and possibly make itRead-Onlyif the game deletes it on boot or doesn't work in general.
Edit Engine.ini and add
[SystemSettings]
r.NGX.DLSS.DilateMotionVectors=0
r.Streamline.DilateMotionVectors=0Edit Engine.ini and add
[SystemSettings]
r.FidelityFX.FSR2.UseNativeDX12=1Edit Engine.ini and add
[SystemSettings]
r.FidelityFX.FSR3.UseNativeDX12=1Edit Engine.ini and add
[SystemSettings]
r.FidelityFX.FSR3.UseNativeDX12=1
r.FidelityFX.FSR3.UseRHI=0Edit Engine.ini and add
[SystemSettings]
r.FidelityFX.FI.OverrideSwapChainDX12=1Edit Engine.ini and add
[SystemSettings]
r.ngx.dlss.enable=1 ; Enable DLSS
r.Streamline.InitializePlugin=1 ; Init Streamline
r.Streamline.DLSSG.Enable=1 ; Enable DLSS-G
t.Streamline.Reflex.Enable=1 ; Enable ReflexEdit Engine.ini and add
[SystemSettings]
r.AntiAliasingMethod=4 ; TSR
r.TemporalAA.Upscaler=1 ; Enable upscaler plugin