Sorted Nodelist

Announcements, support questions, and discussion for Quest Machine.
Post Reply
fbit
Posts: 30
Joined: Fri Nov 30, 2018 9:30 am

Sorted Nodelist

Post 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
Last edited by fbit on Wed Jan 23, 2019 8:15 am, edited 1 time in total.
fbit
Posts: 30
Joined: Fri Nov 30, 2018 9:30 am

Re: Request: Sorted Nodelist

Post 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:
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Request: Sorted Nodelist

Post 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 689 times
fbit
Posts: 30
Joined: Fri Nov 30, 2018 9:30 am

Re: Request: Sorted Nodelist

Post 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!!
Post Reply