Are you tired of the terrible NVGs and Thermal Sights that BSG has provided to us in their infinite wisdom? Well Look no further as Clear Vision is here to save the day! Named after a mod from the pre-hub days, it takes the original vision hehe of the mod and expands its scope haha to include thermal sights as well.
V2.0.0 and V2.0.1 have gamebreaking bugs currently, please refrain from using those versions and use V2.0.2 or V1.6.x instead.
If you are having issues with V2.0.2, try re-downloading the archive and deleting the CV config file from the bepinex folder.
Just simply drag the BepInEx and user folder into the main EFT folder. The inital install will not use bundles by default or change the server configuration in any way. See configuration for the modification of settings.
Config files for the server side can be found at user/mods/Limbo-ClearVision-X.X.X/cfg/config.json
Configuration is done through the client via the F12 menu.
Configuration file for the client mod can be found at BepInEx/config/com.LimboFPS.ClearVision.cfg
To enable the bundles and server side mod, first you must change the package.json file, line 8 normally reads"isBundleMod": false,
but this must be changed to "isBundleMod": true,. then the cfg file needs the global config entry to be edited to be true.
Example from GPNVG cfg section
"Enabled": true, Enable/Disable either sections or the entire mod. This will not affect bundles.
"Intensity": 2.3, Overall brightness of the colors, lower is darker.
"NoiseIntensity": 0.0, Overall brightness of the noise generation, lower is less.
"NoiseScale": 0.0, Size of the noise generation, lower is less.
"DiffuseIntensity": 0.0, Overall brightness of the diffuse effect.
"Mask": "Anvis", Mask Overlay, options are Anvis (GPNVG), Thermal (T-7), Binocular (N-15 & PNV-10T) and OldMonocular (PVS-14)
"MaskSize": 1.5, Mask Overlay size, default value is 1.2. Smaller values are more coverage of the mask.
"Red": 0, Red color channel. 0-255 (int)
"Green": 200, Green color channel. 0-255 (int)
"Blue": 200, Blue color channel. 0-255 (int)
"Alpha": 254 Transparency channel. 0-255 (int)
Delete the ClearVision folder from your mods folder, and delete the ClearVision.dll file from bepinex/plugins.
Thanks to Kobrakon for his tutorial on client modding and examples.