aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--advtrains/atc_command.txt15
-rw-r--r--advtrains/manual.pdfbin1037362 -> 927667 bytes
-rw-r--r--assets/manual.odtbin0 -> 1047714 bytes
3 files changed, 15 insertions, 0 deletions
diff --git a/advtrains/atc_command.txt b/advtrains/atc_command.txt
index fa846e3..3df60c8 100644
--- a/advtrains/atc_command.txt
+++ b/advtrains/atc_command.txt
@@ -33,6 +33,19 @@ Examples:
B0 W R D10 SM
Subway train stopping in dead end station and returning in opposite direction
+OL
+Open left doors
+OR
+Open right doors
+OC
+Close Doors
+All door commands are relative to the arrow direction, so if a train drives to opposite arrow direction, L will open its right doors from driver perspective.
+Execution continues immediately, there is no way to wait for all doors to be opened/closed.
+
+Example:
+B0 W OL D10 OC D1 SM
+Subway train: stop in station and open doors, depart after 10 seconds.
+
# conditional statements:
I<condition><code>;
@@ -56,8 +69,10 @@ If the train is slower than 8, accelerate to 8.
# ATC controller operation modes
static: Only give 1 static command.
+
mesecon: Give 2 different commands depending on if the controller is mesecon-powered or not
digiline: Don't give any commands by itself. When a train passes, a digiline message in the form of "[+/-][speed]" is sent on the set channel (where +/- means the same as with conditions). Any digiline message sent to the controller will be interpreted as ATC command and sent to the train.
+** the latter two are not yet implemented.
# Persistence
ATC controllers that are configured as 'static' or 'mesecon' are persistent over mapblock unloads and will even command the train when the mapblock is unloaded. This is not possible with digilines since these do not work in unloaded mapchunks.
diff --git a/advtrains/manual.pdf b/advtrains/manual.pdf
index e8c6380..6f9fe84 100644
--- a/advtrains/manual.pdf
+++ b/advtrains/manual.pdf
Binary files differ
diff --git a/assets/manual.odt b/assets/manual.odt
new file mode 100644
index 0000000..e4ca357
--- /dev/null
+++ b/assets/manual.odt
Binary files differ