This guide will show you some of the best tweaks that you can implement on your SPRAWL game. Sone of the tweaks include disabling motion blur, gamma improvements, anti-aliasing, などなど.
SPRAWL Tweaks
To make your visuals clearer and improve anti-aliasing, ガンマ, and other tweaks, add the following text to your Engine.ini file that can be fond in this directory:
Appdata/Local/SPRAWL/Saved/Config/WindowsNoEditor/Engine.ini
This should reduce the pitch-black appearance of dark levels.
[システム設定]
r.MaxAnisotropy=16
r.SSS.HalfRes=0
r.SSR.HalfRes=0
r.TemporalAACurrentFrameWeight=0
r.TemporalAASamples=32
r.TemporalAASharpness=1.0
r.TemporalAADynamicSharpen=1.0
r.TonemapperFilm=1
r.TonemapperGamma=2.2
r.MSAA.CompositingSampleCount=0
r.FastBlurThreshold=0
r.MotionBlurQuality=0
r.MotionBlur.Amount=0
r.MotionBlurSeparable=0
r.DepthOfFieldQuality=0
r.DepthOfField.FarBlur=0
r.DefaultFeature.MotionBlur=0
r.SceneColorFringe.Max=0
r.SceneColorFringeQuality=0
r.MotionBlur.Max=0
r.SceneColorFormat=4
r.EyeAdaptationQuality=3
r.FastVRam.EyeAdaptation=1
r.Emitter.FastPoolEnable=1
Keep in mind that this tweak will not fix any of your crashing problems. In case you experience random crashing issues before adding this tweak, you can refer to our exclusive SPRAWL troubleshooting guide. If your game suddenly crashed after adding this tweaks, then simply delete the newly added lines to restore it to the original settings.