Page 1 of 1
Q: Event chain cap
Posted: Tue Jul 12, 2016 2:10 pm
by gentasaurus
Does anybody know the maximum amount of choices-deep an event can be? I want to include a warning in my event creator when the max level is reached. So far I have an event that has 14 levels and my game is still functioning, so if anyone knows what the cap is, that would be great.
Re: Q: Event chain cap
Posted: Tue Jul 12, 2016 2:24 pm
by NarnKar
Re: Q: Event chain cap
Posted: Tue Jul 12, 2016 4:23 pm
by sul
gentasaurus wrote:Does anybody know the maximum amount of choices-deep an event can be? I want to include a warning in my event creator when the max level is reached. So far I have an event that has 14 levels and my game is still functioning, so if anyone knows what the cap is, that would be great.
From my experience as much events in a chain as you want, but the rule is dont regroup two chains of events or you will overload memory. See for example:
http://www.ftlgame.com/forum/viewtopic. ... ee#p100804
Re: Q: Event chain cap
Posted: Tue Jul 12, 2016 4:33 pm
by gentasaurus
Thank you both, very good information to know.