Comments

Log in with itch.io to leave a comment.

(1 edit)

I'm messing around with this project to learn Dialogue Manager and running into a weird issue.  It's difficult to search for but I didn't see any mention of it on the github repo.

Couple setup points first:

  • Updated to Dialogue Manager 2.44.0 through AssetLib in Godot 4.3 .NET (using the GDscript version of this project)
  • Fixed issue with coco.look_down() not doing anything by setting the blend_position parameter on 'idle' instead of 'walk'

A `do` command immediately following a title causes the dialogue to briefly appear and then disappear. You're then stuck and unable to do anything anymore. You can recreate this by editing 'main.dialogue' and switching the 1st and 2nd lines of the 'pick_apple' title. Is this a bug or just not allowed?

Hi there, I'm trying out your project in gdscript, and when opened it comes up with this message. if i click open anyway there's an error every time i press the space bar when i play the scene. is there a fix?

I’ve updated the files in the projects to the most recent version of Dialogue Manager. If you download a fresh copy and give it a try it should work better now.

oh that's great, thank you so much! i'll give it a go!

just tried it out, works perfectly. can't wait to use the dialogue manager in my project! thanks so much

Just replying to say I seem to be having the same issue, even on an install of Dialogue Manager today + this project today (gdscript version). Excited to play with it a bit more once I can figure it out though.