github dialogic-godot/dialogic 2.0-alpha-19
Dialogic 2.0 - Alpha 19

6 hours ago

Another year, another alpha 😅. Hope you're doing well. Hope this alpha won't break anything. It certainly fixes and improves a bunch of things. Thanks for anyone who supports the project, financially, through contributions, reports or by using it for cool things.

Notably I've pushed the minimum required version to Godot 4.4. It actually worked somewhat alright with 4.3, but showed a bunch of warnings because of UIDs not being properly supported back then. This will give us some flexibility to go all in on UIDs moving forward. Speaking of the future, the next update will likely finally bring some changes to the save state system, which means it will break save-compatibility and might break custom modules. Just as a heads up.

Now here is a list of the cool/important changes from this update:

  • Fix/Improve UI to work with 4.6s new theme
  • Change Play Timeline shortcut to CTRL+F6 on windows/linux
  • Clear event now better calculates waiting time. This fixes an awkward pause after the timeline ends and before the "timeline_ended" signal was emitted
  • Fix that the character scale fields were being limited to 100%
  • you can now more easily add scene or image portraits by dragging them into the portrait list
  • you can now create events by dragging files from the file system dock or the resource sidebar:
    • Timeline files create Jump events
    • Character files create Character events (if the character has a portrait, otherwise text events)
    • Audio files create Audio events
    • Image or scene files create Background events
  • Adds short descriptions to all the events which show when hovering the event buttons
  • Moves the New Timeline, New Character and Resource Manager buttons to the sidebar (based on user test)
  • allow the Variable event to add two strings
  • add "Await Fade" setting to Background event
  • make it easier to select a color as the background
  • now avoids and warns about invalid questions (where all choices are disabled or hidden)
  • adds offset setting to Next Indicator
  • fix style getting broken when using "Make Custom>Full Layout"

What's Changed

New Contributors

Full Changelog: 2.0-alpha-18...2.0-alpha-19

Don't miss a new dialogic release

NewReleases is sending notifications on new releases.