# FOV Increased FOV ## Overview Increases the range of FOV selection in the settings menu, combining my previous HUD "FOV" mod which allows you to move the FP camera relative to your body You can change some settings like minimum and maximum value in ConfigurationManager, to open it, press F12 on your keyboard in the game and expand SamSWAT.FOV section. If you launched eft with this mod at least once, you can find `com.samswat.fov.cfg` file in the `BepInEx/config/` and change settings here too. ## How to install 1. Download the latest release here: [link](https://dev.sp-tarkov.com/SamSWAT/FOV/releases) -OR- build from source (instructions below) 2. Extract the zip file `SamSWAT.FOV` somewhere. 3. Copy `SamSWAT.FOV.dll` into `BepInEx/plugins` folder. ## How to build from source 1. Download/clone this repository 2. VS2019 > File > Open solution > `SamSWAT.FOV.sln` 3. VS2019 > Build > Rebuild solution 4. `SamSWAT.FOV.dll` should appear in `bin\Debug` directory 5. Copy the .dll into the `BepInEx/plugins` folder 6. That's it, you have a working release of this mod.