Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 742 Bytes

2to3.md

File metadata and controls

8 lines (6 loc) · 742 Bytes

Upgrading from Dialogue Manager 2 to Dialogue Manager 3

The upgrade should be mostly seamless but there are a couple of things to watch out for:

  • Dialogue Manager 3 requires Godot 4.3 or above.
  • The "include failed responses" setting has been removed and is now the default. Responses that fail their condition check will be included in the responses list and it is now up to the balloon to filter them out. The provided DialogueResponsesMennu node has an option to hide failed responses.
  • The "create lines for responses with characters" setting is now gone and something your game will have to do manually.
  • The built-in emit mutation has been removed in favour of emitting signals just like GDScript (ie. some_signal.emit()).