summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-08-07 15:38:44 -0400
committerAndrew Opalach <andrew@akon.city> 2026-08-07 15:38:44 -0400
commit711137e40726578b8c62e959e1b9009b61cae50b (patch)
tree7a2815464ff66d512b45041e528e4b45196cc727 /Config.cs
parentd6822fe63f1023caf3c72bf3f9b654c8779c285a (diff)
downloadWorldTuningTool-711137e40726578b8c62e959e1b9009b61cae50b.tar.gz
WorldTuningTool-711137e40726578b8c62e959e1b9009b61cae50b.tar.bz2
WorldTuningTool-711137e40726578b8c62e959e1b9009b61cae50b.zip
Massively improve update hooks, work on lights
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Config.cs')
-rw-r--r--Config.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.cs b/Config.cs
index 4c253aa..0614912 100644
--- a/Config.cs
+++ b/Config.cs
@@ -22,6 +22,7 @@ namespace WorldTuningTool
InfinityOfNothing = 200,
SpecialArena = 201,
ChallengeArena = 202,
+ DebugMap2 = 296,
Astera = 301,
AsteraHub = 302,
ResearchBase = 303,
@@ -192,6 +193,8 @@ namespace WorldTuningTool
public PatchConfig() {}
}
+ public bool DisableLightsFeature { get; set; } = false;
+
public PatchConfig Patches { get; set; } = new PatchConfig();
public Dictionary<string, List<Override>> Globals { get; set; } = new Dictionary<string, List<Override>>();