diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:08:48 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:08:48 +0200 |
commit | 15750bdd2d00bef19acb5408306f14d4c00ec778 (patch) | |
tree | 832f9199dcc06c40a277cc610daae90a8213c790 | |
parent | 8d1649be1416f87ddb13892e129725ee85bf7ffc (diff) | |
download | il_timetable-15750bdd2d00bef19acb5408306f14d4c00ec778.tar.gz il_timetable-15750bdd2d00bef19acb5408306f14d4c00ec778.tar.bz2 il_timetable-15750bdd2d00bef19acb5408306f14d4c00ec778.zip |
State at 2024-04-19
-rw-r--r-- | init_code.lua | 10 | ||||
-rw-r--r-- | nodes/(1191,16,6141).lua | 10 | ||||
-rw-r--r-- | nodes/(1194,16,6141).lua | 10 | ||||
-rw-r--r-- | nodes/(1199,18,6127).lua | 7 | ||||
-rw-r--r-- | nodes/(1722,30,2937).lua | 4 | ||||
-rw-r--r-- | nodes/(1730,26,2925).lua | 10 | ||||
-rw-r--r-- | nodes/(1734,26,2905).lua | 10 | ||||
-rw-r--r-- | nodes/(2723,6,4334).lua | 4 | ||||
-rw-r--r-- | nodes/(3961,7,4049).lua | 4 |
9 files changed, 67 insertions, 2 deletions
diff --git a/init_code.lua b/init_code.lua index 548c171..70d25e4 100644 --- a/init_code.lua +++ b/init_code.lua @@ -223,6 +223,16 @@ F.ttp={ inside_line_desc = "E85 to BRIC / Morija North", stn_display = "E85 BRIC/Morija ", }, + E11_E = { + outside_text = "[E11] Oasis", + inside_line_desc = "E11 to Oasis", + stn_display = "E11 Oasis ", + }, + E11_W = { + outside_text = "[E11] Personhood", + inside_line_desc = "E11 to Personhood", + stn_display = "E11 Personhood ", + }, } --[[ diff --git a/nodes/(1191,16,6141).lua b/nodes/(1191,16,6141).lua new file mode 100644 index 0000000..17e1b2f --- /dev/null +++ b/nodes/(1191,16,6141).lua @@ -0,0 +1,10 @@ +F.ttp_begin({ + stn = "Namespace Mountains", -- station name + tt = "E84_S", -- timetable ID + depint = "10;00", --departure slot interval + depoff = "07;30", --departure slot offset + doorside = "L", + reverse = true, + only_lines = { E84 = true }, + force_tt_reset = false, +}) diff --git a/nodes/(1194,16,6141).lua b/nodes/(1194,16,6141).lua new file mode 100644 index 0000000..2120196 --- /dev/null +++ b/nodes/(1194,16,6141).lua @@ -0,0 +1,10 @@ +F.ttp_begin({ + stn = "Namespace Mountains", -- station name + tt = "E85_S", -- timetable ID + depint = "10;00", --departure slot interval + depoff = "02;30", --departure slot offset + doorside = "R", + reverse = true, + only_lines = { E85 = true }, + force_tt_reset = false, +})
\ No newline at end of file diff --git a/nodes/(1199,18,6127).lua b/nodes/(1199,18,6127).lua new file mode 100644 index 0000000..377e020 --- /dev/null +++ b/nodes/(1199,18,6127).lua @@ -0,0 +1,7 @@ +F.ttp_station_display({ + lines = {"E84_N", "E84_S", "E85_N", "E85_S", }, + departure = {}, + station = "Namespace Mountains", + title = "Namespace Mtns", + display1 = "d1", +})
\ No newline at end of file diff --git a/nodes/(1722,30,2937).lua b/nodes/(1722,30,2937).lua index f4017bb..2d9fed2 100644 --- a/nodes/(1722,30,2937).lua +++ b/nodes/(1722,30,2937).lua @@ -1,9 +1,9 @@ F.ttp_station_display({ - lines = {"E1_N", "E1_S", "E84_N", "E84_S"}, + lines = {"E1_N", "E1_S", "E84_N", "E84_S", "E11_W", "E11_E"}, departure = {}, station = "Personhood Main", title = "Personhood Main", interval = 15, display1 = "d1", --- display2 = "d2", + display2 = "d2", })
\ No newline at end of file diff --git a/nodes/(1730,26,2925).lua b/nodes/(1730,26,2925).lua new file mode 100644 index 0000000..c382cfd --- /dev/null +++ b/nodes/(1730,26,2925).lua @@ -0,0 +1,10 @@ +F.ttp_begin({ + stn = "Personhood Main", -- station name + tt = "E11_E", -- timetable ID + depint = "05;00", --departure slot interval + depoff = "00;00", --departure slot offset + doorside = "R", + reverse = true, + only_lines = { E11 = true }, + force_tt_reset = false, +}) diff --git a/nodes/(1734,26,2905).lua b/nodes/(1734,26,2905).lua new file mode 100644 index 0000000..ec82f24 --- /dev/null +++ b/nodes/(1734,26,2905).lua @@ -0,0 +1,10 @@ +F.ttp_begin({ + stn = "Personhood Main", -- station name + tt = "E84_N", -- timetable ID + depint = "10;00", --departure slot interval + depoff = "07;30", --departure slot offset + doorside = "L", + reverse = true, + only_lines = { E84 = true }, + force_tt_reset = false, +}) diff --git a/nodes/(2723,6,4334).lua b/nodes/(2723,6,4334).lua new file mode 100644 index 0000000..73d6fe1 --- /dev/null +++ b/nodes/(2723,6,4334).lua @@ -0,0 +1,4 @@ +F.ttp_stop({ + stn = "Grub Valley", + doorside = "R", +})
\ No newline at end of file diff --git a/nodes/(3961,7,4049).lua b/nodes/(3961,7,4049).lua new file mode 100644 index 0000000..a43a423 --- /dev/null +++ b/nodes/(3961,7,4049).lua @@ -0,0 +1,4 @@ +F.ttp_stop({ + stn = "Konquest", + doorside = "R", +})
\ No newline at end of file |