RoboCop: Rogue City
0 of 0

File information

Last updated

Original upload

Created by

Fahad

Uploaded by

Fahadbh

Virus scan

Safe to use

Tags for this mod

About this mod

Remove Scan Lines - DOF - Lens Flare - Bloom

Permissions and credits
There are 5 versions of this mod :
1- Remove Scan Lines from HUD
2- Remove Depth of Field.
3- Remove Scan Lines and Depth of Field
4- Remove Lens Flare and Bloom.
5- Remove Scan Lines , DOF, Lens Flare, Bloom.

How to install :

open “Run” by pressing “Win+R” on your keyboard.

Then type:

%Localappdata%\RoboCop\Saved\Config\Windows

Hit enter.

now extract one of the mods to this location, ( overwrite when asked )


or :

you can add these lines manually to the end of ( Engine.ini ) text file located in same location above :

To remove depth of field add :

[/script/engine.renderersettings]
r.DepthOfFieldQuality=0

To remove 
Scan Lines add:

[/script/engine.renderersettings]
r.postprocessing.disablematerials=1

To remove lens flare and bloom add:

[/script/engine.renderersettings]
r.DefaultFeature.LensFlare=0
r.LensFlareQuality=0
r.BloomQuality=0

To remove all above ( Scan Lines and DOF and Lens Flare and Bloom ) add :

[/script/engine.renderersettings]
r.postprocessing.disablematerials=1
r.DepthOfFieldQuality=0
r.DefaultFeature.LensFlare=0
r.LensFlareQuality=0
r.BloomQuality=0