Issue313

Title CHAT/DIALOGS: dialog file can't have more than 100 nodes
Priority idea Status resolved
Assigned To Keywords
Linked issues Watchers

Submitted on 2011-07-24 19h07 by tracker_migration, last changed by jesusalva.

Messages
Author: tracker_migration Date: 2010-10-18   20h34
Submitted by matthiaskrgr
I tried around a little and it looks like a dialog file was limited to 100 (0-99) nodes.
I'm a little worried whether this is enough, Tutorial Toms dialog filed already includes 68 nodes.
Can some one please set this limit a little higher, maybe to 150 or 200?

revision 3330
Author: tracker_migration Date: 2010-10-19   05h17
Posted by ahuillet
This limitation is obviously kinda stupid - and we can get rid of it completely. However at this point the node 99 is treated as a special one, and if we increase the number of nodes it will not make sense any longer to treat it as special.
Author: tracker_migration Date: 2010-10-19   05h19
Posted by matthiaskrgr
I suggest to declare another node as special (999) ?
Author: tracker_migration Date: 2010-10-19   05h21
Posted by ahuillet
Not a bug, too.

Making 999 special requires changing all existing dialogs. 
Author: tracker_migration Date: 2010-10-19   05h25
Posted by matthiaskrgr
If it is changed to 999 I'm willing to make a patch that changes all 99 to 999 :)
Author: tracker_migration Date: 2010-10-24   15h48
Posted by ahuillet
I don't think we will need that for .14.
Author: tracker_migration Date: 2011-03-02   19h22
Posted by salimiles
Do we really need this?

I think that breaking it up into sub dialogs is probably a better idea than having one really long dialog file.
Author: tracker_migration Date: 2011-03-21   08h17
Posted by ahuillet
Questionable.
Author: jesusalva Date: 2016-08-06   03h10
Marking as resolved as new lua dialogs don't enforce the use of 'number' like
old .dialog files did.

In other words, you can have infinite nodes (eh, maybe not that much) because we
use a string to define ID rather than a number ranging from 0 to 99.
History
Date User Action Args
2016-08-06 03:10:10jesusalvasetstatus: open -> resolved
messages: + msg3340
2011-07-27 12:50:09matthiaskrgrsetpriority: bug -> idea
2011-07-24 19:07:58tracker_migrationcreate