From 5d2fcbcdc3e9ff57b0d7e7c61deb6b4d515a4f0c Mon Sep 17 00:00:00 2001 From: autocommitter Date: Mon, 22 Apr 2024 14:52:39 +0200 Subject: State at 2021-04-05 --- nodes/(-457,23,394).lua | 4 ++++ nodes/(-640,14,-426).lua | 8 +++++--- nodes/(1107,16,1951).lua | 2 +- nodes/(133,11,873).lua | 4 ++++ nodes/(957,14,1047).lua | 15 ++++----------- 5 files changed, 18 insertions(+), 15 deletions(-) create mode 100644 nodes/(-457,23,394).lua create mode 100644 nodes/(133,11,873).lua (limited to 'nodes') diff --git a/nodes/(-457,23,394).lua b/nodes/(-457,23,394).lua new file mode 100644 index 0000000..c452301 --- /dev/null +++ b/nodes/(-457,23,394).lua @@ -0,0 +1,4 @@ +F.ttp_stop({ + stn = "Anju Crossing Central", + doorside = "L", +}) \ No newline at end of file diff --git a/nodes/(-640,14,-426).lua b/nodes/(-640,14,-426).lua index 0a32291..a67254f 100644 --- a/nodes/(-640,14,-426).lua +++ b/nodes/(-640,14,-426).lua @@ -1,3 +1,5 @@ -if event.train then - F.timetake_end("E1-Psh-Ehl") -end \ No newline at end of file +F.ttp_stop({ + stn = "Spawn Main", + doorside = "L", + end_of_tt = {CFE_S=true,NX_S=true,E1_S=true}, +}) \ No newline at end of file diff --git a/nodes/(1107,16,1951).lua b/nodes/(1107,16,1951).lua index 1d7d775..001186f 100644 --- a/nodes/(1107,16,1951).lua +++ b/nodes/(1107,16,1951).lua @@ -1,5 +1,5 @@ F.ttp_stop({ stn = "The Cube", doorside = "R", - end_of_tt = {CFE_S=true,NX_S=true,E1_S=true}, + end_of_tt = {CFE_S=true,NX_S=true}, }) \ No newline at end of file diff --git a/nodes/(133,11,873).lua b/nodes/(133,11,873).lua new file mode 100644 index 0000000..4f28e6b --- /dev/null +++ b/nodes/(133,11,873).lua @@ -0,0 +1,4 @@ +F.ttp_stop({ + stn = "Schwarzschild Street", + doorside = "L", +}) \ No newline at end of file diff --git a/nodes/(957,14,1047).lua b/nodes/(957,14,1047).lua index d28a823..5e0be27 100644 --- a/nodes/(957,14,1047).lua +++ b/nodes/(957,14,1047).lua @@ -1,11 +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("Ehlodex", "R", "SM", 10, 60, 0) - -if event.train then - F.timetake_end("E1-Psh-Ehl") -end -if depart then - F.timetake_start("E1-Ehl-Spn") -end \ No newline at end of file +F.ttp_stop({ + stn = "Ehlodex", + doorside = "R", +}) \ No newline at end of file -- cgit v1.2.3