summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.cs')
-rwxr-xr-xConfig.cs7
1 files changed, 5 insertions, 2 deletions
diff --git a/Config.cs b/Config.cs
index 1d78110..b8c1943 100755
--- a/Config.cs
+++ b/Config.cs
@@ -112,9 +112,9 @@ namespace MHWNewCamera
public Dictionary<String, SavedPosition> Positions { get; set; } = new Dictionary<String, SavedPosition>();
public bool TripleShadowResolution { get; set; } = false;
- public float ShadowRangeOffset { get; set; } = 0.5f;
+ public float ShadowRangeOffset { get; set; } = 0.7f;
public bool ApplyShadowRange { get; set; } = false;
- public float ShadowRadiusOffset { get; set; } = 0.0005f;
+ public float ShadowRadiusOffset { get; set; } = -0.0001f;
public bool ApplyShadowRadius { get; set; } = false;
public bool HigherShadowDetailInHoarfrost { get; set; } = false;
public bool SSAOAdjustments { get; set; } = false;
@@ -129,5 +129,8 @@ namespace MHWNewCamera
public bool ApplyLODFactors { get; set; } = false;
public bool LargerFoliageSwayRange { get; set; } = false;
public bool DisableReducedRateAnimations { get; set; } = false;
+ public bool DisableVolumetricDownsample { get; set; } = false;
+
+ public bool OverrideViewMode { get; set; } = false;
}
}