Re: Longer Convoys
Reply #6 –
Just edit a constant in simconvoi.h
#52 enum { max_vehicle=4, max_rail_vehicle = 24 };
Apparently the size of depot window is adjusted according to the maximum length... So if you set the value too large, the depot window might not fit into your display. But anyway, it's possible here, although there might be other possible problems. I don't know.