Author Topic: Conversatin Editor Question  (Read 897 times)

Legacy_WoC_Builder

  • Sr. Member
  • ****
  • Posts: 425
  • Karma: +0/-0
Conversatin Editor Question
« on: November 08, 2012, 04:28:08 pm »


               Is there a conversation editor applet out there that mimics the one found in the toolset?  I have found some things I can use, but it still requires me to cut/paste line by line, which won't work very well for long conversations.  Even if I could only enter text, but make any script links, sound, or animaton changes later, that would still be better than the copy/paste route.  '<img'>  Just importing a *.dlg file would be huge.  '<img'>

If ony we could copy the editor portion of the toolset to stand-alone, but I'm sure that would break a EULA somewhere.  '<img'>
               
               

               
            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
Conversatin Editor Question
« Reply #1 on: January 02, 2013, 03:56:52 pm »


               There was a project called ghanima on sourceforge. I've been working with the source and fixed it up. It's now capable of creating and editing files safely and so that they work in game. It handles links and drag and drop to move things around.  It does not handle TLK file references at this point - it just flags them. And I don't know how well it works with other languages at this point. It's a java thing so it should be possible to run it on windows too although I have not done that.

I'm trying to contact the original author to see if he has any interest in it anymore. I'd like to put it on github or somewhere so that other people can use it.  I'll let you know if/when that happens.

Cheers,
meaglyn
               
               

               
            

Legacy_virusman

  • Sr. Member
  • ****
  • Posts: 448
  • Karma: +0/-0
Conversatin Editor Question
« Reply #2 on: January 02, 2013, 10:35:39 pm »


               Also, there is this:
http://sourceforge.n...Easy/build 1.1/
               
               

               


                     Modifié par virusman, 02 janvier 2013 - 10:36 .
                     
                  


            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
Conversatin Editor Question
« Reply #3 on: January 03, 2013, 02:57:18 am »


               That looks nice! Does it work? I wonder if it will build and run on Linux... That was my main motivation for trying to get ghanima working...
               
               

               
            

Legacy_virusman

  • Sr. Member
  • ****
  • Posts: 448
  • Karma: +0/-0
Conversatin Editor Question
« Reply #4 on: January 03, 2013, 01:32:43 pm »


               No, it's in Delphi and most likely won't build and run on Linux. There was Kylix at some point, and you can also try Free Pascal + Lazarus, but no one has tried it, so I have no idea if it's going to work at all.
               
               

               


                     Modifié par virusman, 03 janvier 2013 - 01:36 .
                     
                  


            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
Conversatin Editor Question
« Reply #5 on: January 03, 2013, 05:59:29 pm »


               Yuck. That's a rat hole. Too many windows specific 3rd party components. However, it does run under wine. I haven't tested extensively, but it seems to be working. Thanks for the pointer.