-------- Ursprüngliche Nachricht --------
Von: James Tobin
Betreff: feature request
Hi!
On lines that have many cars such as the lines in Survivalworks Urban, I've had a hard time getting the right amount of trains on the track due to the time it takes to couple new trains and get them going. A feature that would really help would be a tool that could clone trains, especially long ones, great for automated lines that need a lot of trains to be placed.
James Tobin
Hi! I've implemented the copy+paste tool into advtrains. It copies all of
the wagons and their orientation in and lets you paste them in a
kind-of-smart way. Read the git commit message for commit 378d862, it has
more info. You can keep multiple tools and each tool has the train saved to
its own 'clipboard' in the item metadata. You need train_operator and
train_admin to use the tool. There is no crafting recipe. The number of
times you can use the tool is unlimited. Pasting does not empty the
clipboard.
Repository: https://github.com/Montandalar/advtrains
Branch: copytrains
Hi,
Thanks for your contribution. It appears to work flawlessly. I've merged
your branch now.