ragnarok Posted February 24, 2014 Share Posted February 24, 2014 For a little RPG I work on, I use some selfmade JSON-files to describe dialogues and their effects. Effektively I store something like the following in JSON: DialogeX: #NPC#.Name says "How do you do?"-Nice to meet you, what's on your mind?|Next:Dialog(chitChat_#NPC#);-You killed my parents. Prepare to Die|fightOrFlight(#NPC#);Next:End;-K'thx'Bye!|Next:End Making these JSON-Files can get quite unclear even for small dialogues with a few follow-up options. I already began working on a small editor (HTML+jQuery+a little PHP for saving) to create/edit such files, but as always when working on such a tool, I begin to say to myself: You can't be the first one to want such a thing, google it! However I can't find a thing, perhaps the words I feed to Google are wrong. Does anybody know a dialogue editor, or can anybody give me a hint what to ask google? I search something like the following (the connecting lines are faked with paint): Quote Link to comment Share on other sites More sharing options...
Tomas Posted February 26, 2014 Share Posted February 26, 2014 Hi DialogBuilderhttps://github.com/Kibo/dialoguesBuilder Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.