aboutsummaryrefslogtreecommitdiff
path: root/advtrains_line_automation/settingtypes.txt
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2019-11-06 21:22:33 +0100
committerorwell96 <orwell@bleipb.de>2019-11-06 21:22:33 +0100
commit7f4f8c606d27b902717be50643e7602c6e8efc90 (patch)
tree0e8882a44e50dba612cc775fcb4b75b57e425174 /advtrains_line_automation/settingtypes.txt
parenta3c468058a259f619b7257b84324ca5c47780885 (diff)
downloadadvtrains-7f4f8c606d27b902717be50643e7602c6e8efc90.tar.gz
advtrains-7f4f8c606d27b902717be50643e7602c6e8efc90.tar.bz2
advtrains-7f4f8c606d27b902717be50643e7602c6e8efc90.zip
lines: Add rwt adapt mode to adapt to real time
Diffstat (limited to 'advtrains_line_automation/settingtypes.txt')
-rw-r--r--advtrains_line_automation/settingtypes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/advtrains_line_automation/settingtypes.txt b/advtrains_line_automation/settingtypes.txt
new file mode 100644
index 0000000..ea3f66e
--- /dev/null
+++ b/advtrains_line_automation/settingtypes.txt
@@ -0,0 +1,6 @@
+# This controls how the Railway Time relates to real-world time:
+# *independent - RWT counts independent of real time synchronized to ingame steps. Recommended for singleplayer and ad-hoc servers.
+# *follow_real - RWT is independent of real time, but counts up in real-world time speed
+# *adapt_real - RWT adapts its minute and second to real-world time. When the server is stopped and restarted, this results in a "time jump".
+# Time will jump for 1 cycle (59;59) at maximum.
+advtrains_lines_rwt_realtime (RWT real time adaption) enum independent independent,follow_real,adapt_real \ No newline at end of file