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