diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:39 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:39 +0200 |
commit | f58c074ba01ae06fca564e2f0a0eb63d4f2a6e5a (patch) | |
tree | ceeb548670251e5b240a229d8020848bed027dd2 /il_timetable | |
parent | 12c2357d9966a6498dcaeeb3f141e72b09d01a37 (diff) | |
download | luaatc_envs-f58c074ba01ae06fca564e2f0a0eb63d4f2a6e5a.tar.gz luaatc_envs-f58c074ba01ae06fca564e2f0a0eb63d4f2a6e5a.tar.bz2 luaatc_envs-f58c074ba01ae06fca564e2f0a0eb63d4f2a6e5a.zip |
State at 2021-04-06
Diffstat (limited to 'il_timetable')
-rw-r--r-- | il_timetable/init_code.lua | 5 | ||||
-rw-r--r-- | il_timetable/nodes/(-118,17,697).lua | 5 | ||||
-rw-r--r-- | il_timetable/nodes/(-450,23,387).lua | 5 | ||||
-rw-r--r-- | il_timetable/nodes/(-527,23,-228).lua | 6 | ||||
-rw-r--r-- | il_timetable/nodes/(-527,23,-239).lua | 4 | ||||
-rw-r--r-- | il_timetable/nodes/(-527,23,-74).lua | 5 | ||||
-rw-r--r-- | il_timetable/nodes/(-527,23,67).lua | 5 | ||||
-rw-r--r-- | il_timetable/nodes/(-617,14,-411).lua | 2 | ||||
-rw-r--r-- | il_timetable/nodes/(-643,15,-424).lua | 8 | ||||
-rw-r--r-- | il_timetable/nodes/(1009,8,1019).lua | 4 | ||||
-rw-r--r-- | il_timetable/nodes/(1020,10,1021).lua | 8 | ||||
-rw-r--r-- | il_timetable/nodes/(1214,3,1019).lua | 10 | ||||
-rw-r--r-- | il_timetable/nodes/(141,11,873).lua | 5 | ||||
-rw-r--r-- | il_timetable/nodes/(183,14,1014).lua | 5 | ||||
-rw-r--r-- | il_timetable/nodes/(1932,8,9112).lua | 4 | ||||
-rw-r--r-- | il_timetable/nodes/(662,14,1014).lua | 5 | ||||
-rw-r--r-- | il_timetable/nodes/(949,16,1058).lua | 8 |
17 files changed, 90 insertions, 4 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 |