【转】原子之心PC版手动画面优化/调整/加强

转自reddit by KeinZantezuken,PC手动画面优化/调整/加强(去除下蹲时暗角等)
先找到Engine.ini文件:
[XGP版本]
用户\LOCAL\APPDATA\AtomicHeart\Saved\Config\WinGDK\
[Steam版本]
用户\LOCAL\APPDATA\AtomicHeart\Saved\Config\WindowsNoEditor\
在文件最底下添加[SystemSettings]然后回车
复制黏贴下面内容后保存,按需调整:
; Disables Bloom, LensFlare and MotionBlur(光晕炫光,棱镜效果,动态模糊)
r.MotionBlurQuality=0
r.MotionBlur.Scale=0
r.BloomQuality=0
r.LensFlareQuality=0
; Disables Tonemapper/Vignette at the edges of the screen(潜行时的暗角)
r.Tonemapper.Quality=0
; Sharpen (game's default is 0.5), dont confuse with FidelityCAS in-game(锐利度)
r.Tonemapper.Sharpen=0.7
; Enable Gen5 TAA (more costly than default TAA @ High, but cleaner results)(抗锯齿)
r.DefaultFeature.AntiAliasing=2
r.TemporalAA.Algorithm=1
r.TemporalAACatmullRom=1
r.PostProcessAAQuality=5
; These two might need tweaking if you notice some image jitter/instability(如有贴图闪动要调整此项)
r.TemporalAASamples=8
r.TemporalAACurrentFrameWeight=0.1
; Disable ChromaticAbberation-like effer(色差)
r.SceneColorFringeQuality=0
r.SceneColorFringe.Max=0
; Settings below are for very powerful GPUs(显卡够好才需要此项)
; Increase Shadow draw distance and StatisMesh transition(增加阴影距离和远景)
r.Shadow.DistanceScale=1.5
r.StaticMeshLODDistanceScale=0
; If you have 12-16Gb VRAM you can increase Streaming pool(显存有12-16Gb可调高)
; As far as I can see they use merged pool so mesh streaming taps into this too
r.Streaming.PoolSize=4000
; 超分辨率
; 有FSR/DLSS不需要这部分
r.ScreenPercentage=200