summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nodes/(1107,16,1951).lua1
-rw-r--r--nodes/(1214,3,1019).lua2
-rw-r--r--nodes/(981,15,1041).lua4
-rw-r--r--nodes/(985,16,1034).lua8
-rw-r--r--nodes/(992,14,1023).lua5
5 files changed, 16 insertions, 4 deletions
diff --git a/nodes/(1107,16,1951).lua b/nodes/(1107,16,1951).lua
index 001186f..7c638f7 100644
--- a/nodes/(1107,16,1951).lua
+++ b/nodes/(1107,16,1951).lua
@@ -1,5 +1,4 @@
F.ttp_stop({
stn = "The Cube",
doorside = "R",
- end_of_tt = {CFE_S=true,NX_S=true},
}) \ No newline at end of file
diff --git a/nodes/(1214,3,1019).lua b/nodes/(1214,3,1019).lua
index 18dbb26..95ef362 100644
--- a/nodes/(1214,3,1019).lua
+++ b/nodes/(1214,3,1019).lua
@@ -2,7 +2,7 @@ F.ttp_begin({
stn = "Silver Coast Central",
tt = "S12_S", -- timetable ID
depint = "05;00", --departure slot interval
- depoff = "00;00", --departure slot offset
+ depoff = "01;00", --departure slot offset
doorside = "L",
reverse = false,
only_lines = {S12=true},
diff --git a/nodes/(981,15,1041).lua b/nodes/(981,15,1041).lua
index ac1112f..3301300 100644
--- a/nodes/(981,15,1041).lua
+++ b/nodes/(981,15,1041).lua
@@ -1,9 +1,9 @@
F.ttp_station_display({
- lines = {"S12_S", "E1_S"},
+ lines = {"S12_S", "E1_S", "CFE_S", "NX_S"},
departure = {},
station = "Ehlodex",
title = "Ehlodex",
- interval = 30,
+ interval = 15,
display1 = "d1",
display2 = "d2",
}) \ No newline at end of file
diff --git a/nodes/(985,16,1034).lua b/nodes/(985,16,1034).lua
new file mode 100644
index 0000000..03d4506
--- /dev/null
+++ b/nodes/(985,16,1034).lua
@@ -0,0 +1,8 @@
+F.ttp_station_display({
+ lines = {"CFE_S", "NX_S"},
+ departure = {},
+ station = "Ehlodex",
+ title = "Ehlodex",
+ interval = 30,
+ display1 = "d1",
+}) \ No newline at end of file
diff --git a/nodes/(992,14,1023).lua b/nodes/(992,14,1023).lua
new file mode 100644
index 0000000..d37615d
--- /dev/null
+++ b/nodes/(992,14,1023).lua
@@ -0,0 +1,5 @@
+F.ttp_stop({
+ stn = "Ehlodex",
+ doorside = "R",
+ end_of_tt = {NX_S=true, CFE_S=true}
+}) \ No newline at end of file