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