Jump to content

Conversation editing tool


rlranft

Recommended Posts

For those making a RPG, I've made a free node-based conversation editor. You can download it from my site. There is also a zip file with the gui and scripts it was intended to work with - might be broken, might need "massaging".


The editor is node-based, drag-n-drop, pretty easy to use, and runs on Windows. Should work on Win7 or later, should work on x86 or x64 versions. The documentation is here.


It can save "work in progress" conversations - but at the moment it insists on all node connectors being hooked up before save or export. I'll have to change that because it occurs to me that it has tremendous annoyance potential.


It currently exports to TorqueScript only. I'm in the process of restructuring the plugin system so that more functionality is placed in the plugin - this should give plugin authors more power and flexibility.


Obligatory screen shot:

http://roostertailgames.com/images/T3DConvEd19Sep15.png

Link to comment
Share on other sites

  • 2 months later...

Getting closer. I have to make another plugin to test that I have in fact separated the correct functionality into the correct parts. I also started fiddling with adding "project" support - basically just keeps track of base script and save folders, and a list of your conversation files, like the project explorer in Visual Studio but lighter.


Repository is here if you're really dying to fiddle with it.

Link to comment
Share on other sites

Sorry, still pretending to work on the project management stuff. The .NET TreeView control isn't as handy out of the box as one would like, so I'm writing a "filter" object to deal with them. It will take a path string and create the necessary hierarchy of nodes, handle relocating nodes, and other mundane but irritating tasks.


Almost done, but too lazy to finish.


It's almost like I want to make a game but I'm afraid to - so I make tools to help make the game instead. Then I delay completing the tools, thus further delaying making the game....

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.

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.

×
×
  • Create New...