diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-12-31 00:00:00 +0100 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-12-31 00:00:00 +0100 |
commit | 885e43e42a6225c6998105b2cb40fec11a41edcc (patch) | |
tree | cec1a2096475df0b01ba3f0ed484ac1058cf1b22 /far/nodes | |
parent | 7a08badf1ea7c9b629f4d16493c43e99ac51ea95 (diff) | |
download | luaatc_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).lua | 16 | ||||
-rw-r--r-- | far/nodes/(1755,8,1570).lua | 9 |
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") |