diff options
Diffstat (limited to 'ers')
-rw-r--r-- | ers/nodes/(1655,1,1261).lua | 30 | ||||
-rw-r--r-- | ers/nodes/(1655,1,1264).lua | 6 | ||||
-rw-r--r-- | ers/nodes/(1655,6,1260).lua | 6 | ||||
-rw-r--r-- | ers/nodes/(1657,1,1240).lua | 38 | ||||
-rw-r--r-- | ers/nodes/(2545,64,-3274).lua | 0 | ||||
-rw-r--r-- | ers/nodes/(2549,64,-3274).lua | 0 | ||||
-rw-r--r-- | ers/nodes/(3159,74,2331).lua | 0 |
7 files changed, 0 insertions, 80 deletions
diff --git a/ers/nodes/(1655,1,1261).lua b/ers/nodes/(1655,1,1261).lua deleted file mode 100644 index 2d9ef7a..0000000 --- a/ers/nodes/(1655,1,1261).lua +++ /dev/null @@ -1,30 +0,0 @@ --- luaatctrack_main_depot_01.lua -local show_print = false -if event.train then - if atc_arrow then - local passive_name = "ErsDepotTurnaround" - local track_route = "" - local can_do_route = false - F.train_duration("start") - F.train_info(passive_name, show_print) - - if F.does_train_have_rc("ERSTAZIDEPOTUNLOAD") then - track_route = "01 UNLOADING TRACK" - F.send_route(passive_name, track_route, show_print) - elseif F.does_train_have_rc("ERSTAZITST") then - track_route = "02 LOADING TRACK" - F.send_route(passive_name, track_route, show_print) - else - track_route = "03 EXTRA" - can_do_route = F.send_route(passive_name, track_route, show_print) - if can_do_route == false then - track_route = "04 EXTRA" - F.send_route(passive_name, track_route, show_print) - end - end - else - local passive_name = "ErsDepotTurnaround" - F.train_duration("end") - F.train_info(passive_name, show_print) - end -end
\ No newline at end of file diff --git a/ers/nodes/(1655,1,1264).lua b/ers/nodes/(1655,1,1264).lua deleted file mode 100644 index 0cb6ef7..0000000 --- a/ers/nodes/(1655,1,1264).lua +++ /dev/null @@ -1,6 +0,0 @@ --- luaoperatingpanel_depot_01.lua -local show_print = false -if event.type == "punch" then - F.train_info("RESETALL", show_print) - return -end
\ No newline at end of file diff --git a/ers/nodes/(1655,6,1260).lua b/ers/nodes/(1655,6,1260).lua deleted file mode 100644 index 0cb6ef7..0000000 --- a/ers/nodes/(1655,6,1260).lua +++ /dev/null @@ -1,6 +0,0 @@ --- luaoperatingpanel_depot_01.lua -local show_print = false -if event.type == "punch" then - F.train_info("RESETALL", show_print) - return -end
\ No newline at end of file diff --git a/ers/nodes/(1657,1,1240).lua b/ers/nodes/(1657,1,1240).lua deleted file mode 100644 index d0d33a8..0000000 --- a/ers/nodes/(1657,1,1240).lua +++ /dev/null @@ -1,38 +0,0 @@ --- luaatctrack_main_depot_01.lua -local show_print = false -if event.train then - if atc_arrow then - local passive_name = "ErsDepotTurnaround" - local track_route = "01 EXTRA" - local can_do_route1 = false - local can_do_route2 = false - F.train_duration("start") - F.train_info(passive_name, show_print) - - if F.does_train_have_rc("ERSTAZIDEPOTUNLOAD") then - track_route = "03 UNLOADING TRACK" - elseif F.does_train_have_rc("DEPOTUNLOADING") then - track_route = "03 UNLOADING TRACK" - elseif F.does_train_have_rc("FERTRUNNER") then - track_route = "03 UNLOADING TRACK" - elseif F.does_train_have_rc("DEPOTLOADING") then - track_route = "02 LOADING TRACK" - elseif F.does_train_have_rc("ERSTAZITST") then - track_route = "02 LOADING TRACK" - end - - can_do_route1 = F.send_route(passive_name, track_route, show_print) - if can_do_route1 == false then - track_route = "01 EXTRA" - can_do_route2 = F.send_route(passive_name, track_route, show_print) - if can_do_route2 == false then - track_route = "04 EXTRA" - F.send_route(passive_name, track_route, show_print) - end - end - else - local passive_name = "ErsDepotTurnaround" - F.train_duration("end") - F.train_info(passive_name, show_print) - end -end
\ No newline at end of file diff --git a/ers/nodes/(2545,64,-3274).lua b/ers/nodes/(2545,64,-3274).lua deleted file mode 100644 index e69de29..0000000 --- a/ers/nodes/(2545,64,-3274).lua +++ /dev/null diff --git a/ers/nodes/(2549,64,-3274).lua b/ers/nodes/(2549,64,-3274).lua deleted file mode 100644 index e69de29..0000000 --- a/ers/nodes/(2549,64,-3274).lua +++ /dev/null diff --git a/ers/nodes/(3159,74,2331).lua b/ers/nodes/(3159,74,2331).lua deleted file mode 100644 index e69de29..0000000 --- a/ers/nodes/(3159,74,2331).lua +++ /dev/null |