summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.cs')
-rwxr-xr-xConfig.cs8
1 files changed, 1 insertions, 7 deletions
diff --git a/Config.cs b/Config.cs
index db17a07..cea23cb 100755
--- a/Config.cs
+++ b/Config.cs
@@ -76,14 +76,11 @@ namespace MHWNewCamera
public GraphicalTweaks()
{
TripleShadowResolution = false;
- SlightlyHigherShadowValues = true;
- ShadowRangeOffset = 0.7f;
+ ShadowRangeOffset = 0.6f;
ApplyShadowRange = false;
ShadowRadiusOffset = -0.0001f;
ApplyShadowRadius = false;
HigherShadowDetailInHoarfrost = false;
- SSAOAdjustments = false;
- SSRAdjustments = false;
EnableHQMode = false;
DisableLODLimits = false;
FoliageLODBias = 3.0f;
@@ -98,14 +95,11 @@ namespace MHWNewCamera
}
public bool TripleShadowResolution { get; set; }
- public bool SlightlyHigherShadowValues { get; set; }
public float ShadowRangeOffset { get; set; }
public bool ApplyShadowRange { get; set; }
public float ShadowRadiusOffset { get; set; }
public bool ApplyShadowRadius { get; set; }
public bool HigherShadowDetailInHoarfrost { get; set; }
- public bool SSAOAdjustments { get; set; }
- public bool SSRAdjustments { get; set; }
public bool EnableHQMode { get; set; }
public bool DisableLODLimits { get; set; }
public float FoliageLODBias { get; set; }