From a1225516f573e10ec70abc7ad8b622c4ae6b5271 Mon Sep 17 00:00:00 2001 From: Deigue Date: Wed, 21 Oct 2020 19:43:59 -0400 Subject: [PATCH] Updated docs and SynthesisMeta README to reflect changes. SynthesisMeta, no longer hide by default, since a functional patch can now be produced. --- CellEditorIDFixer/SynthesisMeta.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CellEditorIDFixer/SynthesisMeta.json b/CellEditorIDFixer/SynthesisMeta.json index 884ffea..96b578e 100644 --- a/CellEditorIDFixer/SynthesisMeta.json +++ b/CellEditorIDFixer/SynthesisMeta.json @@ -1,6 +1,6 @@ { "Nickname": "CellEditorIDFixer", - "HideByDefault": true, + "HideByDefault": false, "OneLineDescription": "Cell Editor ID Fixer", "LongDescription": "Automatically finds all Cell EDIDs having underscores, and fixes them by removing them. Worldspace CELLs are currently unsupported." } \ No newline at end of file diff --git a/README.md b/README.md index 1549a0a..daa1c68 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Skyrim SE Mutagen Patcher to fix CELL Editor IDs containing underscores in them. ### **NOTE:** Does not currently work with Worldspace CELLs. -> Worldspace CELLs will need to be excluded temporarily or removed manually until resolving the patcher to work with Worldspace CELLs. \ No newline at end of file +Worldspace cells are temporarily not supported. They will be logged in the console to review, and will be excluded from the patch. \ No newline at end of file