summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'nodes')
-rw-r--r--nodes/(-457,23,394).lua4
-rw-r--r--nodes/(-640,14,-426).lua8
-rw-r--r--nodes/(1107,16,1951).lua2
-rw-r--r--nodes/(133,11,873).lua4
-rw-r--r--nodes/(957,14,1047).lua15
5 files changed, 18 insertions, 15 deletions
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