From f6548381b4a104b3b93ec1eed8add8fe23057a48 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Wed, 1 Apr 2026 11:29:18 -0400 Subject: Track patch settings in config Signed-off-by: Andrew Opalach --- Config.cs | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'Config.cs') diff --git a/Config.cs b/Config.cs index 356c746..686e1c6 100755 --- a/Config.cs +++ b/Config.cs @@ -86,19 +86,18 @@ namespace WorldTuningTool return "Global (null)"; } - /* - public class StageExt + public struct PatchConfig { - Stage s { - get - { - } - set - { - } - }; + public bool TripleShadowResolution { get; set; } = false; + public bool FullResolutionVolumeBlur { get; set; } = false; + public bool HigherThanHighestVolumeRendering { get; set; } = false; + public bool DisableLODLimits { get; set; } = false; + public bool LargerFoliageSwayRange { get; set; } = false; + public bool DisableReducedRateAnimations { get; set; } = false; + public PatchConfig() {} } - */ + + public PatchConfig Patches { get; set; } = new PatchConfig(); public Dictionary> Overrides { get; set; } = new Dictionary>(); } -- cgit v1.2.3-101-g0448