Comments

Log in with itch.io to leave a comment.

Hey is there's a way to manipulate a condition variable (boolean or number) with dialogue node or choice node ?

I've tried to find that in the wiki, but I don't see any way to do that or it's not clear enough.

Thanks for the great software.

can i use it with gdevelop?

The app generate a JSON files, you will have to develop your own dialogue system to read it.

Will the tool support non western character such as Chinese in the near future?

The tools has made with Godot Engine and they support some more advanced font (chinese, Arabic). Made see how to setup a dynamic font for different languages but I never done such thing and don't know witch font could be the best since I don't know chinese. But, Here the souce code https://github.com/Levrault/LE-dialogue-editor, maybe you could check how to edit the font of the app to support every language you want

(+1)

Thanks for the quick response. I will take a look at the code and see if what I can do to add the multi language support into the editor.

For the font to use, the safest(without license issue) font to pickup with for eastern character set would be Google's Noto Sans series, Chinese, Japanese, etc.

I will add it to my backlog, I just don't have the time at to moment to look at it sorry

Hello! Awesome work here! :)

I'm trying to download v1.1.1, but i still get v1.0.3-beta in a zip-file

Hi! Just seems small issues coming from my github action that didn't rename the executable. But if you open the app > open a workspace > click on help > about, you should see that the dialogue on is on the last version v1.1.1. You can also download it with the itch.io app. Hope it helps

Hi!, the tools seems great, but im having a problem with the portraits, it is saving them with the rute of the image in my computer, but this isnt great for portability, is there a way to save them with the relative path in the root folder of the game?

That's stange, I know that I have portability the force us to almost create a new workspace when switching from desktop to desktop. Not the best but I ain't got any other solutions to this time.

The workspace saves the route and assure that when an image is saved, the root is set locally "e.g. res://assets/portraits/Fox.png" should be saved and not "home/levrault/examples/assets/portraits/Fox.png". Is there a way that you could open an issue right here https://github.com/Levrault/LE-dialogue-editor/issues with your generate JSON file, workspace cfg file, and describe your env? I will do my best to fix this issue!

(+1)

An update has been created, feel free to tell me if you encounter this issue again

(+2)(-1)

LE? WDTSF? WITE? INTKIOIAGC! :P

(+3)

Sorry but I don't get the joke 😅 LE was a proposition by GDQuest to make it sound french and I liked the joke.

(+1)

Ooooh! I thought it was an acronym like LE for Level Editor or something like that.

So I made a bunch of acronyms myself for a very funny joke ;P

LE? WDTSF (what does that stand for)? WITE (Where is the explanation)? INTKIOIAGC (I need to know it or I am going crazy)!

(+2)

Ah! Good one, but play the same game on gdquest's Twitter feeds https://twitter.com/LFLangis/status/1335333834070642689 with some good acronym,

Low Effort dialogue editor
Light Engine dialogue editor
Light Evolutive Dialogue editor
Levrault's Egocentric Dialogue Editor

while it's just a French meme at the end ><

(+1)

Haha, that’s a funny backstory to the name.

Too bad it isn’t Spanish, could be EL dialogue editor then :D EL standing for Easy to Learn

(+1)

(+2)

Hi, awesome tool. I might be able to use it for my project (non-Godot).

Question, what do you use for the nodes elements? Is that provided by Godot UI?

(+1)

Hi, those are GraphNode, are in-engine Godot nodes. I just changed the theme to something more appealling. I will soon add a doc about the generate JSON that should be useful for every type of engine ;)