Dialog Extension General Discussion

ongosub

  • Posts: 4
Thanks for the extension, Justin.

Seems that the extra "/dialog" path is what gave me trouble. I had to place Dialog Extention/dialog/dialog into the haxe/extensions path.

Justin

  • *
  • Posts: 4716
You're welcome, ongosub. It seems like it's a little difficult for most to wrap their head around everything the first time. I'll set up a screenshot guide for setting it all up... Or better yet, I'll just make it easier.

bsweileh, It looks like something is wrong with the .nmml being updated by the toolset extension. I'll look into it this weekend.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

DeRais

  • Posts: 15
Hey Justin-
I'm new at Stencyl (Hold the sighs) and don't have the damnedest idea how to use this plugin.  I got the display text, but as far as making text trees, I'm totally lost.  Do you have any kind of a guide posted?  Like...a totally idiot proof one.
Thanks!
Steve

irock

  • *
  • Posts: 2891
I'm probably going to make some video tutorials soonish maybe

Jon

  • *
  • Posts: 17524
Do you guys want a subforum for the Dialog Extension?

Justin

  • *
  • Posts: 4716
Yeah, sure. That would be nice.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

Jon

  • *
  • Posts: 17524
OK, all yours to organize as you see fit.

Justin

  • *
  • Posts: 4716
I've split off some posts into new topics, just trying to keep everything easy to manage. If you asked a question in this topic, check the Dialog Extension subforum to see if they ended up there. Thanks.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

mir007

  • Posts: 42
Code: [Select]
Dialog.get();
for(dgBox in Dialog.dialogBoxes)
{
if(dgBox.getExt("Flow Scripts") != null)
cast(dgBox.getExt("Flow Scripts"), FlowScripts).advanceDialog();
}

Hello Sir! Could you open up this a bit? How would you use it in practice. I did the other parts, but this part confuses me, as I haven't ever done coding on Stencyl. I'm trying to change it so that the <but> would respond to a touch of the screen. So I would be able to touch through  a dialog..
My Ludum Dare 29 entry: Bone Up


Justin

  • *
  • Posts: 4716
Place it into a code block (Flow > Advanced) and place that code block inside your touch event.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

mir007

  • Posts: 42
Place it into a code block (Flow > Advanced) and place that code block inside your touch event.

Ah awesome! I'll try that today.
My Ludum Dare 29 entry: Bone Up


Justin

  • *
  • Posts: 4716
I'm going to spend some time thinking about how the new Image API and Bitmap Font systems can be integrated into this extension. I think I was beginning to overextend the extension before, with a lot of work done on bitmapfonts and image displaying, but now that that's fairly well covered in Stencyl itself, I can rely more on Stencyl and bring the extension itself back to what it should do best.

As a reminder, the best possible way to support this extension is to donate. Thank you.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

TooToo

  • Posts: 3
Hi Justin, really great work man......
But I'm having a problem installing the dialog extension. I don't understand, I did all the steps (moved the dialog folder to plaf/haxe/extensions, and moved the dialogextension.jar to the extension folder), and I closed Stencyl and opened it again, but still, when I go to Settings > extensions, the Dialog extension isn't there!.....What am I doing wrong?

Justin

  • *
  • Posts: 4716
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

TooToo

  • Posts: 3
muchos gratitudes Justin