Jump to content

Anybody know a dialogue editor?


ragnarok
 Share

Recommended Posts

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):

post-5957-0-73539500-1393200079_thumb.pn

 

 

 

 

 

 

 
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...