diff --git a/QuestsAreInSkyrimPatcher/SynthesisMeta.json b/QuestsAreInSkyrimPatcher/SynthesisMeta.json index 69f7bec..28f0620 100644 --- a/QuestsAreInSkyrimPatcher/SynthesisMeta.json +++ b/QuestsAreInSkyrimPatcher/SynthesisMeta.json @@ -1,8 +1,8 @@ { "Nickname": "QuestsAreInSkyrimPatcher", - "Visibility": "Exclude", + "Visibility": "Include", "OneLineDescription": "Forwards Quests Are In Skyrim changes", - "LongDescription": "- Forwards the FormList condition from Quests Are In Skyrim to winning quest records", + "LongDescription": "- Forwards the FormList condition from Quests Are In Skyrim to winning quest records. Both USSEP and non-USSEP versions supported.", "PreferredAutoVersioning": "Default", "RequiredMods": [], "TargetedReleases": [ diff --git a/README.md b/README.md index 385e2f8..8405bae 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # QuestsAreInSkyrimPatcher -Synthesis patcher for [Quests are in Skyrim](https://www.nexusmods.com/skyrimspecialedition/mods/18416). The patcher forwards the formlist condition that QAIS adds to radiant quests to ensure subsequent quests are only assigned to locations within Skyrim and not mod-added worlds. This patcher is intended to allow QAIS to work alongside other quest mods such as [At Your Own Pace](https://www.nexusmods.com/skyrimspecialedition/mods/52704) and [Skyrim Realistic Conquering](https://www.nexusmods.com/skyrimspecialedition/mods/26396), which also edit radiant quests, without having to make complex combination patches manually for all affected quests. \ No newline at end of file +Synthesis patcher for [Quests are in Skyrim](https://www.nexusmods.com/skyrimspecialedition/mods/18416). The patcher forwards the formlist condition that QAIS adds to radiant quests to ensure subsequent quests are only assigned to locations within Skyrim and not mod-added worlds. This patcher is intended to allow QAIS to work alongside other quest mods such as [At Your Own Pace](https://www.nexusmods.com/skyrimspecialedition/mods/52704) and [Skyrim Realistic Conquering](https://www.nexusmods.com/skyrimspecialedition/mods/26396), which also edit radiant quests, without having to make complex combination patches manually for all affected quests. + +## Requirements: + +- Either version of the QAIS plugin (both USSEP and non-USSEP versions are supported) +- Runs this patcher in the same group as other patchers that also affect quests \ No newline at end of file