Better Fog of War Mod
What it does:
- Removes FoW "clouds"
- Makes FoW brighter
- Disables dimming of FoW
- IRONMAN compatible
- Patch 1.24.x compatible
— If you like this mod please remember to rate it with a thumbs up as it’ll help others find it as well! —
This simple mod makes planning your next move much easier. It removes the clouds from the Fog of War (FoW) while making the FoW brighter, thus easier to observe provinces that are covered in FoW. It also removes the shifting in intensity of the darkness of the FoW, no more waiting for 2-3 seconds again just to be able to read a province name. And if that was not enough, it saves your scroll wheel from goin’ bust, no more constant zooming in to read province names. All in all, it makes the FoW Better.
If you would like to change the brightness of the FoW to make it darker, follow these instructions;
Find the mod in ""username"DocumentsParadox InteractiveEuropa Universalis IVmod". There is a betterfow.zip there. Unpack it and go to "betterfow/gfx/FX", there is the file "standardfuncsgfx.fxh".
On line 186 it should look like this:
float vShade = vFoWDiffuse + 0.5f;
Change the last number "0.5f" to a lower number to make the FoW darker. For example "0.3f" for slightly darker, "0,1f" for much darker, and "0.01f" for something close to black. It should look like this instead:
float vShade = vFoWDiffuse + 0.1f;
Once you’ve changed it you need to pack the files up again. Make sure the zipfile is called betterfow.zip and that there isn’t a folder called "betterfow" in the .zip, The contents of the .zip should be two folders called "gfx" and "map" and a file called "descriptor.mod".
Alternative download and older versions for pre patch 1.8 compatibility available at Paradox forum thread[forum.paradoxplaza.com] for this mod.
Thank you to DVolk for inspiration from his FoW mod["http]!
If for some reason this mod fails to work, or I haven’t updated this mod to work with a new update, check out "Simple Fog of War" by xioben, as a substitute as it does pretty much the same thing.
Enjoy!
// Safir