summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:52:39 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:52:39 +0200
commitbe6ddb90a95eb6c2adabb58785b57ac1da93c0f4 (patch)
tree6442f99e716a57de33e4fb49cc21f787b012bbc5
parent5d2fcbcdc3e9ff57b0d7e7c61deb6b4d515a4f0c (diff)
downloadil_timetable-be6ddb90a95eb6c2adabb58785b57ac1da93c0f4.tar.gz
il_timetable-be6ddb90a95eb6c2adabb58785b57ac1da93c0f4.tar.bz2
il_timetable-be6ddb90a95eb6c2adabb58785b57ac1da93c0f4.zip
State at 2021-04-06
-rw-r--r--init_code.lua5
-rw-r--r--nodes/(-118,17,697).lua5
-rw-r--r--nodes/(-450,23,387).lua5
-rw-r--r--nodes/(-527,23,-228).lua6
-rw-r--r--nodes/(-527,23,-239).lua4
-rw-r--r--nodes/(-527,23,-74).lua5
-rw-r--r--nodes/(-527,23,67).lua5
-rw-r--r--nodes/(-617,14,-411).lua2
-rw-r--r--nodes/(-643,15,-424).lua8
-rw-r--r--nodes/(1009,8,1019).lua4
-rw-r--r--nodes/(1020,10,1021).lua8
-rw-r--r--nodes/(1214,3,1019).lua10
-rw-r--r--nodes/(141,11,873).lua5
-rw-r--r--nodes/(183,14,1014).lua5
-rw-r--r--nodes/(1932,8,9112).lua4
-rw-r--r--nodes/(662,14,1014).lua5
-rw-r--r--nodes/(949,16,1058).lua8
17 files changed, 90 insertions, 4 deletions
diff --git a/init_code.lua b/init_code.lua
index 437db63..2cda3a3 100644
--- a/init_code.lua
+++ b/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/nodes/(-118,17,697).lua b/nodes/(-118,17,697).lua
new file mode 100644
index 0000000..3e25243
--- /dev/null
+++ b/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/nodes/(-450,23,387).lua b/nodes/(-450,23,387).lua
new file mode 100644
index 0000000..ed6368b
--- /dev/null
+++ b/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/nodes/(-527,23,-228).lua b/nodes/(-527,23,-228).lua
new file mode 100644
index 0000000..13eaead
--- /dev/null
+++ b/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/nodes/(-527,23,-239).lua b/nodes/(-527,23,-239).lua
index faf5a6c..1cd5dff 100644
--- a/nodes/(-527,23,-239).lua
+++ b/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/nodes/(-527,23,-74).lua b/nodes/(-527,23,-74).lua
new file mode 100644
index 0000000..3a20545
--- /dev/null
+++ b/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/nodes/(-527,23,67).lua b/nodes/(-527,23,67).lua
new file mode 100644
index 0000000..dbcb99e
--- /dev/null
+++ b/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/nodes/(-617,14,-411).lua b/nodes/(-617,14,-411).lua
index c766c18..f20b2a4 100644
--- a/nodes/(-617,14,-411).lua
+++ b/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/nodes/(-643,15,-424).lua b/nodes/(-643,15,-424).lua
new file mode 100644
index 0000000..2ab3bd0
--- /dev/null
+++ b/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/nodes/(1009,8,1019).lua b/nodes/(1009,8,1019).lua
new file mode 100644
index 0000000..7793f30
--- /dev/null
+++ b/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/nodes/(1020,10,1021).lua b/nodes/(1020,10,1021).lua
new file mode 100644
index 0000000..dc3083a
--- /dev/null
+++ b/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/nodes/(1214,3,1019).lua b/nodes/(1214,3,1019).lua
new file mode 100644
index 0000000..18dbb26
--- /dev/null
+++ b/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/nodes/(141,11,873).lua b/nodes/(141,11,873).lua
new file mode 100644
index 0000000..7943557
--- /dev/null
+++ b/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/nodes/(183,14,1014).lua b/nodes/(183,14,1014).lua
new file mode 100644
index 0000000..357e32c
--- /dev/null
+++ b/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/nodes/(1932,8,9112).lua b/nodes/(1932,8,9112).lua
index ab5f43e..5990383 100644
--- a/nodes/(1932,8,9112).lua
+++ b/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/nodes/(662,14,1014).lua b/nodes/(662,14,1014).lua
new file mode 100644
index 0000000..4a62729
--- /dev/null
+++ b/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/nodes/(949,16,1058).lua b/nodes/(949,16,1058).lua
new file mode 100644
index 0000000..7be860f
--- /dev/null
+++ b/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