Conversation
|
#598 was a problem due to the position of We need to find out that this change does not destroy anything else. |
|
I don't think it should. The original code only uses TrackFollowers on Rail0. Possibly need to think about junctions though. That is an incomplete branch, but perhaps we need to think about a RailIndexChange event, as opposed to switching then in the TFO itself? |
|
Hmm... I'll have a look at that branch and think about it. |
|
It's not so much for this bug fix, as opposed to a later improvement. The switch logic would need to be coded into the routefile, and then I suppose you would need time based switch events (?) in the TFO plan to set them as appropriate, and then reset afterwards. |
|
I feel bad. I can not grasp the intent of your remarks. |
|
None if those, nothing wrong with your code I can see. I was referring to the potential effects of the linked incomplete branch. |
|
Thank you. I seem to have misunderstood. I have fixed the additional issue pointed out here. |
|
No problem, thanks :) |
|
I forgot to uncomment the test. |
|
I've added a couple of small improvements: These are intended to address the following situation: The first disables the start panel if the train format is unsupported. It might want a check for non-zero cars / handles here, or a check that the loading of the train succedded: |
|
I see. Thank you for fixing it. |
This PR fixes multiple issues with TFO.
I'm currently working on fixing #598.
UPDATE: 2021/04/21