summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2025-02-22 00:00:02 +0100
committerautocommitter <autocommitter@linux-forks.de>2025-02-22 00:00:02 +0100
commitdd45c9367473b320c15d45d4d363b62c241c838b (patch)
tree666487bfbf561730698d7fb7c6d6838dc7ef5b76
parent96dbcabb311442e04ab31ff006de6b4db3a513ef (diff)
downloadluaatc_envs-dd45c9367473b320c15d45d4d363b62c241c838b.tar.gz
luaatc_envs-dd45c9367473b320c15d45d4d363b62c241c838b.tar.bz2
luaatc_envs-dd45c9367473b320c15d45d4d363b62c241c838b.zip
State at 2025-02-22
-rw-r--r--il_timetable/nodes/(-1921,13,-4541).lua2
-rw-r--r--m4/nodes/(-1921,13,-4576).lua5
-rw-r--r--m4/nodes/(1345,3,-5637).lua5
3 files changed, 11 insertions, 1 deletions
diff --git a/il_timetable/nodes/(-1921,13,-4541).lua b/il_timetable/nodes/(-1921,13,-4541).lua
index 921af94..b752e61 100644
--- a/il_timetable/nodes/(-1921,13,-4541).lua
+++ b/il_timetable/nodes/(-1921,13,-4541).lua
@@ -1,2 +1,2 @@
-- reset timetable for this train
-S.ttt[atc_id] = nil \ No newline at end of file
+S.ttt[atc_id] = nil
diff --git a/m4/nodes/(-1921,13,-4576).lua b/m4/nodes/(-1921,13,-4576).lua
new file mode 100644
index 0000000..eb9b943
--- /dev/null
+++ b/m4/nodes/(-1921,13,-4576).lua
@@ -0,0 +1,5 @@
+if event.train then
+ if get_line()=="E36" then
+ atc_set_text_outside("[E36] Souford\nSouthbound Express (SBX)")
+ end
+end \ No newline at end of file
diff --git a/m4/nodes/(1345,3,-5637).lua b/m4/nodes/(1345,3,-5637).lua
new file mode 100644
index 0000000..b34a162
--- /dev/null
+++ b/m4/nodes/(1345,3,-5637).lua
@@ -0,0 +1,5 @@
+if event.train then
+ if get_line()=="E36" then
+ atc_set_text_outside("[E36] Melinka\nSouthbound Express (SBX)")
+ end
+end \ No newline at end of file