You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit c4bdddc changed the signs'
default behaviour so that each sign can be interacted with before it is
lit, allowing the player to see a demo of the corresponding melody. This
is a deliberate choice to make the puzzle easier, although it was made
configurable in case someone wants a harder puzzle.
However, that change introduced a problem. At the start of the puzzle,
only the melody for the first sign is accepted as input, but all four
signs were interactive, misleading the player.
Add an interactive_hints property to the MusicPuzzle logic node,
controlling whether the sign for the current step of the puzzle should
be interactive. Add code to propagate this through to the BonfireSigns.
Rename the corresponding property on BonfireSign and stop exporting it –
this is now a whole-puzzle setting, not a per-sign setting.
Fixes#523
Since #506, it has been possible to interact with an altar before it has been solved, in order to hear the melody.
The problem with this is that you can interact with the 2nd altar before solving the 1st, and yet you can't solve the 2nd altar when the 1st is unlit.
I think the sequence should be forced: only when the nth altar has been solved should the (n + 1)th altar be interactive.
The text was updated successfully, but these errors were encountered: