Hi!
I'd like to set up AI for a simple sorting yard. I have the yard laid out and tested, but need some driver commands to do the following:
Starting from this:
Where I01 to O04 are tracks; A-D are consist and E is the engine.
The end result should look like:
In other words: I want to split four sets of cars and reassemble four mixed sets on other tracks.
My problem is that I would like this to happen without knowing the ID of each separate car, i.e. I want to tell the driver to "couple with the first car on track I01, uncouple after the first two cars, drive to track O01 and uncouple, etc."
Is this at all possible? If so, are there any scripts around that can help me with this?
Any help will be most appreciated.
//PikeWake
I'd like to set up AI for a simple sorting yard. I have the yard laid out and tested, but need some driver commands to do the following:
Starting from this:
Code:
I01 :----AAAAAA--\
I02 :----BBBBBB----\
I03 :----CCCCCC------\
I04 :----DDDDDD--------\
P01 :-------E-------------------
O01 :------------------/
O02 :----------------/
O03 :--------------/
O04 :------------/
The end result should look like:
Code:
I01 :------------\
I02 :--------------\
I03 :----------------\
I04 :------------------\
P01 :-------E-------------------
O01 :----AABBCC--------/
O02 :----AABBDD------/
O03 :----AACCDD----/
O04 :----BBCCDD--/
My problem is that I would like this to happen without knowing the ID of each separate car, i.e. I want to tell the driver to "couple with the first car on track I01, uncouple after the first two cars, drive to track O01 and uncouple, etc."
Is this at all possible? If so, are there any scripts around that can help me with this?
Any help will be most appreciated.
//PikeWake