newConfigDescription("Your desired minimum FOV value. Default is 50",
newAcceptableValueRange<int>(1,149)));
MaxFov=Config.Bind(
"Main Section",
"Max FOV Value",
150,
newConfigDescription("Your desired maximum FOV value. Default is 75",
newAcceptableValueRange<int>(1,150)));
HudFov=Config.Bind(
"Main Section",
"HUD FOV `Value`",
0.05f,
newConfigDescription("Pseudo-value for HUD FOV, it will actually change your camera position relative to your body. The lower the value, the further away the camera is, meaning more hands and weapon in your field of view. Default is 0.05",