Posted August 15, 2026 by devgb
Version 1.49.3 – Narrative & Onboarding Polish focuses on something less flashy than a new endgame mode, but just as important:
making the story, tutorial flow and narrative systems behave exactly as intended.
This update addresses several long-standing integration issues in the Campaign, Story Journal and onboarding systems, while also improving future-proofing for new Chapters.
Campaign intro scenes are now handled through a data-driven Chapter system.
Previously, several Chapter intros existed in the game data but were not actually triggered during normal progression because the main game relied on an incomplete list of hardcoded scene checks.
This affected later Chapters in particular.
Version 1.49.3 now reads each Chapter's defined intro scene directly from its Chapter metadata.
As a result:
If a future Chapter defines a valid introScene, the narrative system can now use it automatically.
A significant progression issue affected the Chapter XV side quests.
These quests often use the same Campaign regions as their corresponding Main Story objectives.
Previously, they could become instantly completable because the system counted Campaign objectives that had already been cleared before the side quest was accepted.
Version 1.49.3 changes this behavior.
Chapter XV side quests now:
All 12 affected Chapter XV side quests now follow this new progression model.
A side quest should now represent something the player actually completes, rather than something that silently resolves from old progress.
The Story Journal can unlock a fourth tracked quest slot through progression.
Internally, this fourth slot already existed.
The UI, however, still displayed only three tracked quests.
Version 1.49.3 updates both tracking displays so the unlocked fourth quest slot is actually visible and usable.
The narrative system can retain a substantial scene history, but the Journal previously displayed only the first 100 entries.
That limitation has been removed.
The Scene Archive now displays the complete stored scene history, up to the existing save limit.
Older story moments should no longer disappear from the visible archive simply because a long-running save has accumulated more scenes.
The World Chronicle now includes optional Campaign spoiler protection.
By default, later Campaign entries are hidden according to the highest Chapter the player has actually unlocked.
A new control allows players to switch between:
Show Spoilers
and
Hide Spoilers
This makes the Chronicle more useful for first-time players without removing its value as a complete lore archive for players who want unrestricted access.
“Mark all read” also respects the current spoiler visibility instead of marking hidden future-story entries.
The early tutorial quest Steel and Memory specifically tells the player to equip the active Vanguard.
Previously, the underlying condition could succeed if a Vanguard elsewhere in the roster met the equipment requirement.
The implementation now matches the instruction.
The quest requires the active Vanguard to have the required weapon and shield equipped.
A Huntmaster quest chain associated with later Campaign progression could previously become available much earlier than its narrative placement suggested.
Its Story gate has now been corrected.
The Hunt Board storyline begins only after the intended progression point in Echoes Beyond the Hollow Sun.
The in-game Field Manual received a broader consistency pass.
Outdated documentation has been replaced with current information, including:
Several older references to previous Campaign sizes were also removed.
Version 1.49.3 adds additional automated checks specifically for Story and onboarding integrity.
The release self-test now validates:
This is intended to prevent a particularly difficult class of bug:
content that exists correctly in the data files, but is never actually reached by the game.