Page 1 of 1

Sorted Nodelist

Posted: Thu Jan 17, 2019 6:49 am
by fbit
Hello!

Maybe I am the only one, but I would appreachiate if the quest's nodelist was sorted. Often, quest content is not displayed in the right order (when calling the GetContentList-method) unless I sorted it. By "right order" I mean it should follow the hierarchic structure displayed in the quest editor.
Currently, the order of the nodelist is determined by the order in which the quest nodes are created.

Let me know if that is a possible feature!

Kind regards,
Franca

Re: Request: Sorted Nodelist

Posted: Thu Jan 17, 2019 7:36 am
by fbit
Also, I just managed to parent a questnode to itself. Actually, I just wanted to replace a condition node by a passthrough node, but it seems like my connections were messed up afterwards.
Lucky for my recursive sorting algorithm, it had a lot to compute... :lol:

Re: Request: Sorted Nodelist

Posted: Thu Jan 17, 2019 9:14 am
by Tony Li
Hi Franca,

In the next update (which I'm working on now), I'll make it so you can't parent a node to itself.

You can specify the node order in the Node Order for UIs section:
qmNodeOrder.png
qmNodeOrder.png (47.26 KiB) Viewed 691 times

Re: Request: Sorted Nodelist

Posted: Thu Jan 17, 2019 9:30 am
by fbit
Hi Tony!

Thanks for your response!
Tony Li wrote: Thu Jan 17, 2019 9:14 am You can specify the node order in the Node Order for UIs section
Ahh, I totally missed that, I'm sorry! This is great, thank you!!