summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.cs')
-rwxr-xr-xConfig.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.cs b/Config.cs
index de29aa4..83635fa 100755
--- a/Config.cs
+++ b/Config.cs
@@ -117,12 +117,16 @@ namespace MHWNewCamera
public float ShadowRadiusOffset { get; set; } = 0.0005f;
public bool ApplyShadowRadius { get; set; } = false;
public bool HigherShadowDetailInHoarfrost { get; set; } = false;
+ public bool SSAOAdjustments { get; set; } = false;
public bool DisableLodLimits { get; set; } = false;
public bool ApplyLodFactors { get; set; } = false;
public float FoliageLodBias { get; set; } = 3.0f;
public float TerrainLodBias { get; set; } = 6.0f;
+ public float SnowLodBias { get; set; } = 32.0f;
public float FoliageLodFactor { get; set; } = 0.0f;
public float TerrainLodFactor { get; set; } = 0.0f;
public bool LargerFoliageSwayRange { get; set; } = false;
+ public bool DisableReducedRateAnimations { get; set; } = false;
+ public bool HQMode { get; set; } = false;
}
}