The Caligula Effect: Overdose

The Caligula Effect: Overdose

Not enough ratings
Graphics Tweaks & Anti-Aliasing
By iriyap
How to get rid of the jaggies and make the game look better.
2
   
Award
Favorite
Favorited
Unfavorite
Instructions
This is an Unreal Engine 4 game, so it's possible to tweak various hidden graphics settings via INI files.

Press WinKey + R, copy & paste the following address string: %localappdata%\COD\Saved\Config\WindowsNoEditor\

Open the Engine.ini file, add the following to the bottom::
[SystemSettings] r.DefaultFeature.AntiAliasing=2 r.PostProcessAAQuality=6 r.TemporalAASamples=16 r.TemporalAACurrentFrameWeight=0.125 r.Tonemapper.Sharpen=0.85 r.MaxAnisotropy=16

This will enable temporal anti-aliasing and anisotropic filtering with little to no performance impact. If your PC is beefy enough, you can also add r.ScreenPercentage=120 (or any value up to 200). This is supersampling, as in the game will render at 120% of your display resolution, further improving image quality.
Screenshots
2 Comments
刀持ち 29 Oct, 2022 @ 1:27am 
Thanks it looks a little better, i like the game but the graphics look like they escaped from zukaborgs meta universe, they could be a lot better....
Patches 18 Oct, 2022 @ 4:21am 
Thanks for this!