awbummer Posted September 25, 2015 Share Posted September 25, 2015 What's up yall. I created a dialogue generator in Angular for a game I'm developing, loosely based on the methods described in this blog post. The generator itself lives here and instructions on how to use it are available at the Github repo: https://github.com/darinacosta/dialogueGenerator The generator outputs the dialogue as a JSON string. You can also import a JSON string and it will automatically populate the forms. The repo has a sample JSON string for you to use, to see how it works. You can also test the dialogue by clicking the test button at the bottom of the page. How you decide to parse the dialogue JSON is totally up to you, but the app has a parser built in for testing to give you an idea of how it might be done. This thing has saved me tons of time, and I thought other folks may find it helpful as well. Sample image: Paolo Di Stefano 1 Quote Link to comment Share on other sites More sharing options...
mazoku Posted September 29, 2015 Share Posted September 29, 2015 Looks cool, I'll try it now! Quote Link to comment Share on other sites More sharing options...
Paolo Di Stefano Posted October 9, 2015 Share Posted October 9, 2015 Nice stuff! Is there a place in this forum where all the tools like this are available? Quote Link to comment Share on other sites More sharing options...
awbummer Posted October 9, 2015 Author Share Posted October 9, 2015 I was wondering the same thing, Paolo! Quote Link to comment Share on other sites More sharing options...
jkohler Posted October 25, 2015 Share Posted October 25, 2015 this is great stuff! i'm writing an RPG for a non profit cause. this will fit in nicely awbummer 1 Quote Link to comment Share on other sites More sharing options...
awbummer Posted August 12, 2016 Author Share Posted August 12, 2016 It's been a while since I posted this originally, but the tool is now hosted here, if you don't feel like going through the install: http://darinacosta.com/dialoguegenerator 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.