In ChatMapper, I can use the "Reorder Node Left" and "Reorder Node Right" functions to change the order of responses. How can I do this using articy?
I realize I can explicitly give numbers to each response, but I am hoping there's a way that I wouldn't need to do this.
Also, I just want to mention that currently if I use the tag "[position 1]" it places a response in the 2nd position. I have to use "[position 0]" to make the response first in the list. The documentation isn't really clear on this, but I am guessing you probably intended it to be a "1-based" list, rather than a "0-based" list?
articy response re-ordering
articy response re-ordering
Arcanoria Games - http://www.arcanoria.com - indie game development blog
twitter: https://twitter.com/WaltCollins3 @WaltCollins3
Game titles: Pesticide Patrol, Arcanoria Chronicles, CyberGhost, Arcanoria
PLAY NOW: http://arcanor.itch.io/
twitter: https://twitter.com/WaltCollins3 @WaltCollins3
Game titles: Pesticide Patrol, Arcanoria Chronicles, CyberGhost, Arcanoria
PLAY NOW: http://arcanor.itch.io/
Re: articy response re-ordering
That's a good question. I'll have to ask Nevigo and get back to you. If there's no built-in way in articy, I'll implement something in the converter.Arcanor wrote:In ChatMapper, I can use the "Reorder Node Left" and "Reorder Node Right" functions to change the order of responses. How can I do this using articy?
It's intentionally 0-based so it aligns with the dialogue UI's Buttons list. I'll make sure this is documented in the next version of the documentation.Arcanor wrote:Also, I just want to mention that currently if I use the tag "[position 1]" it places a response in the 2nd position. I have to use "[position 0]" to make the response first in the list. The documentation isn't really clear on this, but I am guessing you probably intended it to be a "1-based" list, rather than a "0-based" list?
Re: articy response re-ordering
I just heard back from Nevigo. Response ordering is specified by the vertical position of the dialogue fragments on the canvas. In articy's simulation mode, if you want a response to appear first in the menu, move it higher than all the other responses.
I'll implement the same in the Dialogue System's articy converter and try to have a patch ready tomorrow.
I'll implement the same in the Dialogue System's articy converter and try to have a patch ready tomorrow.
Re: articy response re-ordering
Thanks Tony. No rush.
Arcanoria Games - http://www.arcanoria.com - indie game development blog
twitter: https://twitter.com/WaltCollins3 @WaltCollins3
Game titles: Pesticide Patrol, Arcanoria Chronicles, CyberGhost, Arcanoria
PLAY NOW: http://arcanor.itch.io/
twitter: https://twitter.com/WaltCollins3 @WaltCollins3
Game titles: Pesticide Patrol, Arcanoria Chronicles, CyberGhost, Arcanoria
PLAY NOW: http://arcanor.itch.io/