summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-01-11 19:22:40 -0500
committerAndrew Opalach <andrew@akon.city> 2026-01-11 19:22:40 -0500
commit43683023fa06414ffd356cf9b5f8df41d8e5bfe4 (patch)
tree3ea3ede1c5619d200060b83a57695209886d6078 /Config.cs
parentf68ae091abb6870f04f1ce2774ec64c254b74341 (diff)
downloadNewCamera-43683023fa06414ffd356cf9b5f8df41d8e5bfe4.tar.gz
NewCamera-43683023fa06414ffd356cf9b5f8df41d8e5bfe4.tar.bz2
NewCamera-43683023fa06414ffd356cf9b5f8df41d8e5bfe4.zip
Tons of WIP stuff for the people
Signed-off-by: Andrew Opalach <andrew@akon.city>
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;
}
}