summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--il_timetable/init_code.lua5
-rw-r--r--il_timetable/nodes/(-118,17,697).lua5
-rw-r--r--il_timetable/nodes/(-450,23,387).lua5
-rw-r--r--il_timetable/nodes/(-527,23,-228).lua6
-rw-r--r--il_timetable/nodes/(-527,23,-239).lua4
-rw-r--r--il_timetable/nodes/(-527,23,-74).lua5
-rw-r--r--il_timetable/nodes/(-527,23,67).lua5
-rw-r--r--il_timetable/nodes/(-617,14,-411).lua2
-rw-r--r--il_timetable/nodes/(-643,15,-424).lua8
-rw-r--r--il_timetable/nodes/(1009,8,1019).lua4
-rw-r--r--il_timetable/nodes/(1020,10,1021).lua8
-rw-r--r--il_timetable/nodes/(1214,3,1019).lua10
-rw-r--r--il_timetable/nodes/(141,11,873).lua5
-rw-r--r--il_timetable/nodes/(183,14,1014).lua5
-rw-r--r--il_timetable/nodes/(1932,8,9112).lua4
-rw-r--r--il_timetable/nodes/(662,14,1014).lua5
-rw-r--r--il_timetable/nodes/(949,16,1058).lua8
-rw-r--r--subway/nodes/(-617,14,-408).lua2
18 files changed, 91 insertions, 5 deletions
diff --git a/il_timetable/init_code.lua b/il_timetable/init_code.lua
index 437db63..2cda3a3 100644
--- a/il_timetable/init_code.lua
+++ b/il_timetable/init_code.lua
@@ -183,6 +183,11 @@ F.ttp={
inside_line_desc = "E1 to Melinka",
stn_display = "E1 Melinka ",
},
+ S12_S = {
+ outside_text = "[S12] Ehlodex\nvia Gardon St., Schwarzschild St., Anju Crossing, Lesnoi",
+ inside_line_desc = "S12 to Spawn Main",
+ stn_display = "S12 Spawn Main ",
+ },
}
--[[
diff --git a/il_timetable/nodes/(-118,17,697).lua b/il_timetable/nodes/(-118,17,697).lua
new file mode 100644
index 0000000..3e25243
--- /dev/null
+++ b/il_timetable/nodes/(-118,17,697).lua
@@ -0,0 +1,5 @@
+F.ttp_stop({
+ stn = "Schwarzschild Passing Track",
+ doorside = "R",
+ only_lines={S12=true},
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(-450,23,387).lua b/il_timetable/nodes/(-450,23,387).lua
new file mode 100644
index 0000000..ed6368b
--- /dev/null
+++ b/il_timetable/nodes/(-450,23,387).lua
@@ -0,0 +1,5 @@
+F.ttp_stop({
+ stn = "Anju Crossing Central",
+ doorside = "R",
+ only_lines={S12=true},
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(-527,23,-228).lua b/il_timetable/nodes/(-527,23,-228).lua
new file mode 100644
index 0000000..13eaead
--- /dev/null
+++ b/il_timetable/nodes/(-527,23,-228).lua
@@ -0,0 +1,6 @@
+F.ttp_stop({
+ stn = "Community of Laza",
+ doorside = "R",
+ only_lines={S12=true},
+ end_of_tt={S12_S=true},
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(-527,23,-239).lua b/il_timetable/nodes/(-527,23,-239).lua
index faf5a6c..1cd5dff 100644
--- a/il_timetable/nodes/(-527,23,-239).lua
+++ b/il_timetable/nodes/(-527,23,-239).lua
@@ -1 +1,3 @@
-if can_set_route("SpnMainInLaza", "Direct") and can_set_route("SpnMainNorthIntIn", "T3") then set_route("SpnMainInLaza", "Direct") else interrupt(5, "abfahrt") end \ No newline at end of file
+--[[
+if can_set_route("SpnMainInLaza", "Direct") and can_set_route("SpnMainNorthIntIn", "T3") then set_route("SpnMainInLaza", "Direct") else interrupt(5, "abfahrt") end
+]] \ No newline at end of file
diff --git a/il_timetable/nodes/(-527,23,-74).lua b/il_timetable/nodes/(-527,23,-74).lua
new file mode 100644
index 0000000..3a20545
--- /dev/null
+++ b/il_timetable/nodes/(-527,23,-74).lua
@@ -0,0 +1,5 @@
+F.ttp_stop({
+ stn = "Lesnoi Sued",
+ doorside = "R",
+ only_lines={S12=true},
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(-527,23,67).lua b/il_timetable/nodes/(-527,23,67).lua
new file mode 100644
index 0000000..dbcb99e
--- /dev/null
+++ b/il_timetable/nodes/(-527,23,67).lua
@@ -0,0 +1,5 @@
+F.ttp_stop({
+ stn = "Lesnoi Nord",
+ doorside = "R",
+ only_lines={S12=true},
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(-617,14,-411).lua b/il_timetable/nodes/(-617,14,-411).lua
index c766c18..f20b2a4 100644
--- a/il_timetable/nodes/(-617,14,-411).lua
+++ b/il_timetable/nodes/(-617,14,-411).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", "R", "RSM", 30, 240, 35) \ No newline at end of file
+--F.stop_sd_sched("Main Station", "R", "RSM", 30, 240, 35) \ No newline at end of file
diff --git a/il_timetable/nodes/(-643,15,-424).lua b/il_timetable/nodes/(-643,15,-424).lua
new file mode 100644
index 0000000..2ab3bd0
--- /dev/null
+++ b/il_timetable/nodes/(-643,15,-424).lua
@@ -0,0 +1,8 @@
+F.ttp_station_display({
+ lines = {"E1_S"},
+ departure = {},
+ station = "Spawn Main",
+ title = "Spawn Main (T.6)",
+ interval = 15,
+ display1 = "display1",
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(1009,8,1019).lua b/il_timetable/nodes/(1009,8,1019).lua
new file mode 100644
index 0000000..7793f30
--- /dev/null
+++ b/il_timetable/nodes/(1009,8,1019).lua
@@ -0,0 +1,4 @@
+F.ttp_stop({
+ stn = "Ehlodex",
+ doorside = "L",
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(1020,10,1021).lua b/il_timetable/nodes/(1020,10,1021).lua
new file mode 100644
index 0000000..dc3083a
--- /dev/null
+++ b/il_timetable/nodes/(1020,10,1021).lua
@@ -0,0 +1,8 @@
+F.ttp_station_display({
+ lines = {"S12_S"},
+ departure = {},
+ station = "Ehlodex",
+ title = "Ehlodex",
+ interval = 30,
+ display1 = "d",
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(1214,3,1019).lua b/il_timetable/nodes/(1214,3,1019).lua
new file mode 100644
index 0000000..18dbb26
--- /dev/null
+++ b/il_timetable/nodes/(1214,3,1019).lua
@@ -0,0 +1,10 @@
+F.ttp_begin({
+ stn = "Silver Coast Central",
+ tt = "S12_S", -- timetable ID
+ depint = "05;00", --departure slot interval
+ depoff = "00;00", --departure slot offset
+ doorside = "L",
+ reverse = false,
+ only_lines = {S12=true},
+ force_tt_reset = false,
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(141,11,873).lua b/il_timetable/nodes/(141,11,873).lua
new file mode 100644
index 0000000..7943557
--- /dev/null
+++ b/il_timetable/nodes/(141,11,873).lua
@@ -0,0 +1,5 @@
+F.ttp_stop({
+ stn = "Schwarzschild Street",
+ doorside = "R",
+ only_lines={S12=true},
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(183,14,1014).lua b/il_timetable/nodes/(183,14,1014).lua
new file mode 100644
index 0000000..357e32c
--- /dev/null
+++ b/il_timetable/nodes/(183,14,1014).lua
@@ -0,0 +1,5 @@
+F.ttp_stop({
+ stn = "Minkovsky Street",
+ doorside = "R",
+ only_lines={S12=true},
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(1932,8,9112).lua b/il_timetable/nodes/(1932,8,9112).lua
index ab5f43e..5990383 100644
--- a/il_timetable/nodes/(1932,8,9112).lua
+++ b/il_timetable/nodes/(1932,8,9112).lua
@@ -13,7 +13,7 @@ for i=1,#linestr do li[#li+1] = linestr[i] end
print(" NX\n"..table.concat(li, "\n"))
lines = F.ttp_info_times("E1_S", "00;00")
-linestr = F.ttp_info_trains("E1_S", "00;00")
+--linestr = F.ttp_info_trains("E1_S", "00;00")
li = lines
-for i=1,#linestr do li[#li+1] = linestr[i] end
+--for i=1,#linestr do li[#li+1] = linestr[i] end
print(" E1\n"..table.concat(li, "\n")) \ No newline at end of file
diff --git a/il_timetable/nodes/(662,14,1014).lua b/il_timetable/nodes/(662,14,1014).lua
new file mode 100644
index 0000000..4a62729
--- /dev/null
+++ b/il_timetable/nodes/(662,14,1014).lua
@@ -0,0 +1,5 @@
+F.ttp_stop({
+ stn = "Gardon Street",
+ doorside = "L",
+ only_lines={S12=true},
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(949,16,1058).lua b/il_timetable/nodes/(949,16,1058).lua
new file mode 100644
index 0000000..7be860f
--- /dev/null
+++ b/il_timetable/nodes/(949,16,1058).lua
@@ -0,0 +1,8 @@
+F.ttp_station_display({
+ lines = {"E1_S"},
+ departure = {},
+ station = "Ehlodex",
+ title = "Ehlodex",
+ interval = 30,
+ display1 = "display1",
+}) \ No newline at end of file
diff --git a/subway/nodes/(-617,14,-408).lua b/subway/nodes/(-617,14,-408).lua
index 28145a0..08e1ee3 100644
--- a/subway/nodes/(-617,14,-408).lua
+++ b/subway/nodes/(-617,14,-408).lua
@@ -1,2 +1,2 @@
-atc_set_text_outside("S12 - Ehlodex\nvia Lesnoi, Anju Crossing, Schwarzschild St., Gardon St.") \ No newline at end of file
+atc_set_text_outside("S12 - Silver Coast\nvia Lesnoi, Anju Crossing, Schwarzschild St., Ehlodex") \ No newline at end of file