.. | ||
2.x - A Realm Reborn | ||
3.x - Heavensward | ||
4.x - Stormblood | ||
5.x - Shadowbringers | ||
6.x - Endwalker | ||
7.x - Dawntrail | ||
.editorconfig | ||
.gitignore | ||
AssemblyQuestLoader.cs | ||
packages.lock.json | ||
quest-v1.json | ||
QuestPaths.csproj | ||
README.md | ||
Reusable Paths.md |
Quest Paths
Folder Structure
Generally, the folder name is derived from SE's classification of quests.
A Realm Reborn
MSQ-1
: All Starting Cities quests up toSylph-management
- Limsa:
ManSea[...]
- Gridania:
ManFst[...]
, also includes some latter quests (e.g. Ifrit) - Ul'dah:
ManWil[...]
- Generally, each starting class quest should be in its own city folder, with all shared quests in the
Shared
folder
- Limsa:
MSQ-2
: All quests fromWe Come in Peace
until the end of ARR (incl. patches)- original quests:
GaiUs@[...]
, with@
being the letter used as part of the folder name - reworked quests:
Xx[...]
, updated in 5.3 probably → see original quest
- original quests:
Heavensward
Stormblood
MSQ
:StmBd@@
with@@
being the letter/number used as part of the folder nameStmBdA1
:A1 - xxx
StmBdB
:B - 4.1
(and so on for later patches)
Shadowbringers
MSQ
:LucKm@
with@
being the letter used as part of the folder name
Endwalker
MSQ
:AktKm@
with@
being the letter used as part of the folder name
Dawntrail
MSQ
:KinGm@
with@
being the letter used as part of the folder name