Overview
Are you stuggling to see whats shooting at you due to the fog?Easily remove the fog from your game by following these steps1. Browse to C:Users[your user name]AppDataLocalMadnessSavedConfigWindowsNoEditor2. open Engine.ini in your favourite text editor3. add the follwing line “r.Fog=0” under [SystemSettings]4. save the file.5. Enjoy being able to see.** – note – **if you dont have [SystemSettings] – just add it to your engine.ini file, here is a example of what I added to mine, if you have disabled things like motion blur, it will already be there.[SystemSettings]r.MotionBlurQuality=0r.FastBlurThreshold=0r.BlurGBuffer=0r.Fog=0
How to remove the fog
Easily remove the fog from your game by following these steps
1. Browse to C:Users[your user name]AppDataLocalMadnessSavedConfigWindowsNoEditor
2. Open Engine.ini in your favourite text editor
3. Add the following line “r.Fog=0” under [SystemSettings] with out the quotes
4. Save the file.
5. Enjoy being able to see.