diff options
Diffstat (limited to 'Config.cs')
| -rwxr-xr-x | Config.cs | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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;
}
}
|