"Silent Hill 2: Remastered Edition (SILENT HILL 2)", as a remastered version, the image quality of this game has been greatly improved, but it is still troublesome to further optimize it. The first thing is related to image quality and clarity [Disabled Chromatic aberration, motion blur, lens movement ghosting, distortion and less obvious depth of field]
How to optimize the image quality of Silent Hill 2
The optimization of "Silent Hill 2: Remastered" this time is already very good among the large forces of Unreal 5.
I had no lag before and after optimization. It was just that the GPU was 90 degrees at the beginning of the game, which worried me. After optimization, it was about 80 degrees.
It will be easier and more obvious after entering Silent Hill.
There is already an animation frame number unlocking MOD, which should be regarded as a fake unlocking. I do not recommend using it. You can wait for subsequent updates.
========================
This optimization plan is mainly to ensure picture quality and save resources.
If the following methods are not enough, the best way is to reduce the resolution.
========================
Image quality and clarity related [disable chromatic aberration, motion blur, lens movement ghosting, distortion and depth of field are less obvious]
C drive\\Users\\Username\\AppData\\Local\\SilentHill2\\Saved\\Config\\Windows\\Engine.ini
Locate the Engine.ini file and back up this file first.
Then open it with Notepad, start a new line at the bottom, copy the following code and save it.
[SystemSettings]
r.SceneColorFringe.Max=0
r.SceneColorFringeQuality=0
r.motionblurquality=0
r.DepthOfFieldQuality=0
r.Distortion=0
r.DisableDistortion=1
======================== When you copy the code, don’t copy it too
Image quality settings [in-game]
Ray Chase = Off
Frame rate upper limit = 60 [Locking 30 frames at the start can greatly relieve the pressure on the computer, and then change it to 60 after entering Silent Hill]
Super sampling = DLSS [Balance and not lower than balance, the picture loss in performance mode is not small, make your own choice]
Renderer Quality Preset = Custom [Go to advanced quality settings below]
Shadow Quality = Medium
Shader Quality = Medium
Global Motion Blur = Off
SSR = Off
Remaining settings = Can all be set to Highest
========================
Finally, how to enable FSR3.0 frame generation
I personally do not recommend turning it on. Compared with DLSS, the frame generation of FSR will cause a huge loss of image quality. It depends on your choice.
Also find the above Engine.ini file and add the following code.
[SystemSettings]
r.FidelityFX.FI.Enabled=1
========================