Handle configured dialogue prompts; hide UI in blacklisted territories; path updates v0.3
authorLiza Carvelli <liza@carvel.li>
Mon, 3 Jun 2024 21:17:35 +0000 (23:17 +0200)
committerLiza Carvelli <liza@carvel.li>
Mon, 3 Jun 2024 21:18:35 +0000 (23:18 +0200)
commita45cfda2e649c1c585f2fc2df6ed8405a9e9c222
treed83f8b77e6fd283cca1abd696befc06d4b785e7e
parent51e5faae69ee7de8548f005c62cb989f910a0a59
Handle configured dialogue prompts; hide UI in blacklisted territories; path updates

Automatically handles:
- SelectString
- CutSceneSelectString
- SelectYesno
- Credit
- Closing Unending Codex during 'Newfound Adventure'
36 files changed:
QuestPaths/Endwalker/AetherCurrents/Thavnair/4203_Alchemist or Dancer.json
QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4370_A Fishermans Friend.json
QuestPaths/Endwalker/MSQ/J-6.3/4674_King of the Mountain.json
QuestPaths/Endwalker/MSQ/J-6.3/4677_Desires Untold.json
QuestPaths/Endwalker/MSQ/K-6.4/4736_Going Haam.json
QuestPaths/Endwalker/MSQ/K-6.4/4737_Like Fear to Flame.json
QuestPaths/Endwalker/MSQ/K-6.4/4738_The Fallen Empire.json
QuestPaths/Endwalker/MSQ/K-6.4/4739_Bonds of Trust.json
QuestPaths/Endwalker/MSQ/K-6.4/4740_Lunar Rendezvous.json
QuestPaths/Endwalker/MSQ/K-6.4/4741_The Red Side of the Moon.json
QuestPaths/Endwalker/MSQ/K-6.4/4742_Abyssal Dark.json
QuestPaths/Endwalker/MSQ/K-6.4/4743_The Dark Throne.json
QuestPaths/Endwalker/MSQ/L-6.5/4744_Seeking the Light.json
QuestPaths/Endwalker/MSQ/L-6.5/4748_Down in the Dark.json
QuestPaths/Endwalker/MSQ/L-6.5/4749_Reunited at Last.json
QuestPaths/Endwalker/MSQ/L-6.5/4750_Growing Light.json
QuestPaths/Endwalker/MSQ/M-6.55/4751_When One Door Closes.json
QuestPaths/Endwalker/MSQ/M-6.55/4752_The Game Is Afoot.json
QuestPaths/Endwalker/MSQ/M-6.55/4753_The Coming Dawn.json
QuestPaths/Shadowbringers/MSQ/F-Tempest/3654_Shadowbringers.json
QuestPaths/Shadowbringers/MSQ/G-5.1/3673_Shaken Resolve.json
QuestPaths/Shadowbringers/MSQ/G-5.1/3674_A Grand Adventure.json
QuestPaths/TODO Quest YesNo.txt [new file with mode: 0644]
QuestPaths/quest-v1.json
Questionable/Controller/GameUiController.cs [new file with mode: 0644]
Questionable/Controller/QuestController.cs
Questionable/GameFunctions.cs
Questionable/Model/V1/Converter/DialogueChoiceTypeConverter.cs [new file with mode: 0644]
Questionable/Model/V1/Converter/InteractionTypeConverter.cs
Questionable/Model/V1/DialogueChoice.cs
Questionable/Model/V1/EDialogChoiceType.cs [new file with mode: 0644]
Questionable/Model/V1/EInteractionType.cs
Questionable/Model/V1/QuestSequence.cs
Questionable/Questionable.csproj
Questionable/QuestionablePlugin.cs
Questionable/Windows/DebugWindow.cs