From 378d8625721ac24401c772531ed348ecae4e4fb3 Mon Sep 17 00:00:00 2001 From: Blockhead Date: Tue, 3 Mar 2020 20:53:25 +1100 Subject: Draft copy tool The copy tool copies a train to a global clipboard. It copies the Line number, Routing code, inside text and outside text. It copies the kinds of wagons in the train and whether they are flipped around. Pasting with the copy tool will conditionally flip the train such that 'your front' of the train, rather than the absolute front of the train, is what is output. The new train is oriented to travel forward with the placing player's view. Conditons are: - Multi-unit/push-pull train (= has locomotives on both ends): Never flipped - Locomotive-hauled train (= has one end with a locomotive): Flipped so that the locomotive is always at the front. If the locomotive points long hood forward, it will still point long hood forward. - Rake of wagons (= has no locomotives on ends): Flipped according to which end of the train the player copies from. If the player is towards the back (wagon out of train divded by total wagons > 0.5), then the back becomes the new front. If the player is towards the front, no change. --- advtrains/textures/advtrains_copytool.png | Bin 0 -> 779 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 advtrains/textures/advtrains_copytool.png (limited to 'advtrains/textures') diff --git a/advtrains/textures/advtrains_copytool.png b/advtrains/textures/advtrains_copytool.png new file mode 100644 index 0000000..a8ea557 Binary files /dev/null and b/advtrains/textures/advtrains_copytool.png differ -- cgit v1.2.3