Codex Lost

Codex Lost

Not enough ratings
Disable Motion Blur & Other Graphical Tweaks
By Cavou
Disable motion blur, depth of field and vignette for improved clarity, better performance, and less headaches!
   
Award
Favorite
Favorited
Unfavorite
Introduction
Greetings, Curators!
Codex Lost doesn't let the player individually change various graphical options, with all of them instead being part of the "Post Processing" setting.
Luckily, since it is an Unreal Engine game, we can modify those settings from outside of the game.
Following this guide will disable motion blur, depth of field, chromatic aberration, lens flare, and vignette (plus some small optimisations).
Engine.ini
Go to the following file directory on your PC:
Appdata > Local > Codex_Lost > Saved > Config > WindowsNoEditor
Open the Engine.ini file and add the following text to the bottom of the text contained within, with an empty line between the existing text and the new text:

[SystemSettings]
r.Tonemapper.Quality=1
r.TonemapperFilm=1
r.MotionBlurQuality=0
r.MotionBlur.Amount=0
r.MotionBlurSeparable=0
r.DefaultFeature.MotionBlur=0
r.MotionBlur.Max=0
r.FastBlurThreshold=0
r.SceneColorFringe.Max=0
r.SceneColorFringeQuality=0
r.DepthOfFieldQuality=0
r.DepthOfField.FarBlur=0
r.LensFlareQuality=0
r.MaxAnisotropy=16
r.SceneColorFormat=4
r.EyeAdaptationQuality=3
r.FastVRam.EyeAdaptation=1
r.Emitter.FastPoolEnable=1
r.TemporalAA.Algorithm=1
4 Comments
MadMax665 20 Nov, 2024 @ 12:14am 
Lossless Scaling app can bump it to 120+ without any side effects and it works pretty well with Codex Lost, very little artifacting and such with the Frame Gen turned on. I've been using it since I started playing and it helped my headaches immensely.
ilcuturgrass 17 Nov, 2024 @ 4:37am 
I understand, thanks for the reply
Cavou  [author] 17 Nov, 2024 @ 3:12am 
There is unfortunately no way to unlock the framerate that I am aware of. When I QA tested Codex Lost many things didn't function correctly above 60 fps anyways, such as enemies moving in fast motion, so as a result since it would take a massive amount of work for the developer to fix it to work above 60 fps, the framerate was capped to 60.
ilcuturgrass 17 Nov, 2024 @ 3:07am 
sweet, thank you.
any way to unlock the frame rate?