From c17ae36a78425647a44fd4303e01468c17476518 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 23 May 2026 16:29:15 -0400 Subject: Bare minimum to avoid duplicate names Until I work out a better solution. Signed-off-by: Andrew Opalach --- Plugin.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugin.cs b/Plugin.cs index cac2757..9f9ba3a 100755 --- a/Plugin.cs +++ b/Plugin.cs @@ -1256,7 +1256,7 @@ namespace WorldTuningTool private Hook? updateDofParams; private nint dofObject = 0x0; private static Parameter[] dofParameters = { - new Parameter("Enabled", 0x1DD, ParameterType.BOOL, false), + new Parameter("Dof Enabled", 0x1DD, ParameterType.BOOL, false), new Parameter("New Version", 0x1DC, ParameterType.BOOL, false), new Parameter("F Number", 0x1A0, ParameterType.FLOAT, true, 0.001f), new Parameter("Sensor Size", 0x1A4, ParameterType.FLOAT, true, 0.001f), @@ -1302,13 +1302,13 @@ namespace WorldTuningTool private Hook? destroyBloomObject; private nint bloomObject = 0x0; private static Parameter[] bloomParameters = { - new Parameter("Enabled", 0x14, ParameterType.FLAG, false, (1 << 1)), + new Parameter("Bloom Enabled", 0x14, ParameterType.FLAG, false, (1 << 1)), new Parameter("Threshold", 0x204, ParameterType.FLOAT, false), new Parameter("Renormalize", 0x208, ParameterType.FLOAT, false), new Parameter("Dispersion for CBR", 0x210, ParameterType.FLOAT, false), new Parameter("is SRGB Gamut", 0x214, ParameterType.BOOL, false), new Parameter("Enable Optimize", 0x215, ParameterType.BOOL, false), - new Parameter("Color", 0x200, ParameterType.COLOR, false), + new Parameter("Bloom Color", 0x200, ParameterType.COLOR, false), new Parameter("Dirt Color", 0x230, ParameterType.FLOAT, false), new Parameter("Flip Dirt Intensity", 0x240, ParameterType.BOOL, false), new Parameter("Downsample Count", 0x168, ParameterType.INT, false), -- cgit v1.2.3-101-g0448