diff options
-rw-r--r-- | Crossroads/nodes/(1723,10,781).lua | 1 | ||||
-rw-r--r-- | auto_yards/nodes/(-625,26,2465).lua | 2 | ||||
-rw-r--r-- | durt/nodes/(-1512,8,-2613).lua | 6 | ||||
-rw-r--r-- | ers/nodes/(1700,2,1294).lua | 4 | ||||
-rw-r--r-- | ers/nodes/(2001,2,1743).lua | 14 | ||||
-rw-r--r-- | il_timetable/nodes/(-631,14,-404).lua | 8 | ||||
-rw-r--r-- | il_timetable/nodes/(1110,16,1975).lua | 4 |
7 files changed, 35 insertions, 4 deletions
diff --git a/Crossroads/nodes/(1723,10,781).lua b/Crossroads/nodes/(1723,10,781).lua new file mode 100644 index 0000000..889bdc3 --- /dev/null +++ b/Crossroads/nodes/(1723,10,781).lua @@ -0,0 +1 @@ +F.stn2gen("crsfterm", "1S", "R", true, true)
\ No newline at end of file diff --git a/auto_yards/nodes/(-625,26,2465).lua b/auto_yards/nodes/(-625,26,2465).lua new file mode 100644 index 0000000..46e3050 --- /dev/null +++ b/auto_yards/nodes/(-625,26,2465).lua @@ -0,0 +1,2 @@ +-- EOL +F.lane_EOL("CAN",true)
\ No newline at end of file diff --git a/durt/nodes/(-1512,8,-2613).lua b/durt/nodes/(-1512,8,-2613).lua index 22698fb..2adb55e 100644 --- a/durt/nodes/(-1512,8,-2613).lua +++ b/durt/nodes/(-1512,8,-2613).lua @@ -1,3 +1,9 @@ +do return end +-- THIS IS DISABLED -- + + + + local ind = POS(-1513,8,-2613) local loco_track = POS(-1515,7,-2625) diff --git a/ers/nodes/(1700,2,1294).lua b/ers/nodes/(1700,2,1294).lua new file mode 100644 index 0000000..ee3b7b4 --- /dev/null +++ b/ers/nodes/(1700,2,1294).lua @@ -0,0 +1,4 @@ +-- luaatctrack_yard_check_01.lua +-- POS(1700,2,1294) + +F.yard_siding("ers_main", "SIDING02", "start")
\ No newline at end of file diff --git a/ers/nodes/(2001,2,1743).lua b/ers/nodes/(2001,2,1743).lua new file mode 100644 index 0000000..8e797a9 --- /dev/null +++ b/ers/nodes/(2001,2,1743).lua @@ -0,0 +1,14 @@ +-- luaatctrack_docking_ferry_01.lua +local show_print = false +local do_something = false +if event.train then + atc_set_text_outside(nil) + atc_set_text_inside(nil) + if atc_arrow then + -- atc_send("B0 W R OL A1") + atc_send("B0 W R OR A1") + else + do_something = false + end + return +end
\ No newline at end of file diff --git a/il_timetable/nodes/(-631,14,-404).lua b/il_timetable/nodes/(-631,14,-404).lua index 62ea1fc..72669e1 100644 --- a/il_timetable/nodes/(-631,14,-404).lua +++ b/il_timetable/nodes/(-631,14,-404).lua @@ -1,4 +1,4 @@ --- d_int: Departure every n seconds (epoch modulo) --- d_off: Departure time offset --- function F.stop_sd(st_name, doors, departcommand, minstoptime, d_int, d_off) ---F.stop_sd_sched("Main Station", "L", "SM", 10, 120, 0)
\ No newline at end of file +F.ttp_stop({ + stn = "Spawn Main", + doorside = "L", +})
\ No newline at end of file diff --git a/il_timetable/nodes/(1110,16,1975).lua b/il_timetable/nodes/(1110,16,1975).lua new file mode 100644 index 0000000..7c638f7 --- /dev/null +++ b/il_timetable/nodes/(1110,16,1975).lua @@ -0,0 +1,4 @@ +F.ttp_stop({ + stn = "The Cube", + doorside = "R", +})
\ No newline at end of file |