From ac2d9be99497acd464cfd24cfdde489b33a64894 Mon Sep 17 00:00:00 2001 From: Poisoned-Honey Date: Thu, 28 Apr 2022 21:42:22 -0700 Subject: [PATCH] Config --- .../forgetmenot/pipelines/forgetmenot.json5 | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/assets/forgetmenot/pipelines/forgetmenot.json5 b/assets/forgetmenot/pipelines/forgetmenot.json5 index a1f9f1bd..aff83c21 100644 --- a/assets/forgetmenot/pipelines/forgetmenot.json5 +++ b/assets/forgetmenot/pipelines/forgetmenot.json5 @@ -172,33 +172,28 @@ }, options: [ - { - includeToken: "forgetmenot:performance_config", - categoryKey: "config.forgetmenot.category.performance", - elements: { - sky_resolution: { - define: "SKY_RESOLUTION", - default: "quarter", - choices: [ - "quarter", "half", "full" - ], - enum: true, - prefix: "RESOLUTION_", - nameKey: "config.forgetmenot.name.sky_resolution", - descriptionKey: "config.forgetmenot.desc.sky_resolution" - }, - sky_upsample_filter: { - default: false, - nameKey: "config.forgetmenot.name.sky_upsample_filter", - descriptionKey: "config.forgetmenot.desc.sky_upsample_filter" - }, - vanilla_lava: { - default: false, - nameKey: "config.forgetmenot.name.vanilla_lava", - descriptionKey: "config.forgetmenot.desc.vanilla_lava" - } - } - }, + // { + // includeToken: "forgetmenot:performance_config", + // categoryKey: "config.forgetmenot.category.performance", + // elements: { + // sky_resolution: { + // define: "SKY_RESOLUTION", + // default: "quarter", + // choices: [ + // "quarter", "half", "full" + // ], + // enum: true, + // prefix: "RESOLUTION_", + // nameKey: "config.forgetmenot.name.sky_resolution", + // descriptionKey: "config.forgetmenot.desc.sky_resolution" + // }, + // sky_upsample_filter: { + // default: false, + // nameKey: "config.forgetmenot.name.sky_upsample_filter", + // descriptionKey: "config.forgetmenot.desc.sky_upsample_filter" + // }, + // } + // }, { includeToken: "forgetmenot:clouds", categoryKey: "config.forgetmenot.category.clouds", @@ -234,7 +229,7 @@ }, cloud_lighting: { define: "CLOUD_LIGHTING", - default: "none", + default: "normals", choices: [ "none", "normals", "raymarched" ], @@ -308,6 +303,11 @@ nameKey: "config.forgetmenot.name.contrast", descriptionKey: "config.forgetmenot.desc.contrast" }, + vanilla_lava: { + default: false, + nameKey: "config.forgetmenot.name.vanilla_lava", + descriptionKey: "config.forgetmenot.desc.vanilla_lava" + } } }, {