summaryrefslogtreecommitdiff
path: root/far/nodes
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-12-31 00:00:00 +0100
committerautocommitter <autocommitter@linux-forks.de>2024-12-31 00:00:00 +0100
commit885e43e42a6225c6998105b2cb40fec11a41edcc (patch)
treecec1a2096475df0b01ba3f0ed484ac1058cf1b22 /far/nodes
parent7a08badf1ea7c9b629f4d16493c43e99ac51ea95 (diff)
downloadluaatc_envs-885e43e42a6225c6998105b2cb40fec11a41edcc.tar.gz
luaatc_envs-885e43e42a6225c6998105b2cb40fec11a41edcc.tar.bz2
luaatc_envs-885e43e42a6225c6998105b2cb40fec11a41edcc.zip
State at 2024-12-31
Diffstat (limited to 'far/nodes')
-rw-r--r--far/nodes/(1753,8,1570).lua16
-rw-r--r--far/nodes/(1755,8,1570).lua9
2 files changed, 16 insertions, 9 deletions
diff --git a/far/nodes/(1753,8,1570).lua b/far/nodes/(1753,8,1570).lua
new file mode 100644
index 0000000..52fa2df
--- /dev/null
+++ b/far/nodes/(1753,8,1570).lua
@@ -0,0 +1,16 @@
+-- far_luaatctrack_spot_check_01.lua
+
+--[[
+F.ttp_begin({
+ stn = "Salt Factory", -- station name
+ tt = "FAR_E", -- timetable ID
+ depint = "05;00", --departure slot interval
+ depoff = "03;15", --departure slot offset
+ doorside = "L",
+ reverse = true,
+ only_lines = {['FAR'] = true},
+ force_tt_reset = false,
+})
+]]
+
+F.save_train(POS(1755,8,1570), "west")
diff --git a/far/nodes/(1755,8,1570).lua b/far/nodes/(1755,8,1570).lua
deleted file mode 100644
index 3b21dbf..0000000
--- a/far/nodes/(1755,8,1570).lua
+++ /dev/null
@@ -1,9 +0,0 @@
--- far_luaatctrack_spot_check_01.lua
--- POS(dd,dd,dd)
---[[
-POS(1755,8,1570)
-]]
-
-local show_print = false
-
-F.save_train(POS(1755,8,1570), "west")