I fiddled a little bit with the fog settings. As the engine is the same of Elex 1 you can apply all settings to Elex 2.
Config Location
You have to edit the “ELEX2/data/ini/ConfigDefault.xml” and search for “<Fog”.
There you can overright any setting you want. I saved fog off to “Low” and my preferred setting to “Ultra”.
Fog Off Settings
If you want to turn it off use these settings:
<Low
Depth="1"
SizeFactor="12"
MaxViewRange="128000.0f"
ExpDistributionBias="256"
/>
My Preferred Setting
If you still want to keep light fog in the distance to get a smoother transition but still want to get rid of near fog, try this setting:
<Ultra
Depth="8"
SizeFactor="8"
MaxViewRange="160000.0f"
ExpDistributionBias="256"
/>
Comparison
Default High:
Preferred:
Off:
Default High:
Preferred:
Off:
Be the first to comment