summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--far/nodes/(5323,32,2321).lua3
-rw-r--r--far/nodes/(5326,32,2321).lua3
-rw-r--r--il_timetable/init_code.lua10
-rw-r--r--il_timetable/nodes/(1191,16,6123).lua9
-rw-r--r--il_timetable/nodes/(1194,16,6140).lua6
-rw-r--r--il_timetable/nodes/(4587,7,2174).lua10
-rw-r--r--il_timetable/nodes/(4602,9,2181).lua2
7 files changed, 39 insertions, 4 deletions
diff --git a/far/nodes/(5323,32,2321).lua b/far/nodes/(5323,32,2321).lua
new file mode 100644
index 0000000..dccf23d
--- /dev/null
+++ b/far/nodes/(5323,32,2321).lua
@@ -0,0 +1,3 @@
+-- far_luaatctrack_spot_check_01.lua
+
+F.save_train(POS(5323,32,2321), "west")
diff --git a/far/nodes/(5326,32,2321).lua b/far/nodes/(5326,32,2321).lua
deleted file mode 100644
index 8a91c1c..0000000
--- a/far/nodes/(5326,32,2321).lua
+++ /dev/null
@@ -1,3 +0,0 @@
--- far_luaatctrack_spot_check_01.lua
-
-F.save_train(POS(5326,32,2321), "west")
diff --git a/il_timetable/init_code.lua b/il_timetable/init_code.lua
index c28ae86..eb89e27 100644
--- a/il_timetable/init_code.lua
+++ b/il_timetable/init_code.lua
@@ -246,6 +246,16 @@ F.ttp={
inside_line_desc = "KVE to Spawn Main Station",
stn_display = "KVE Spawn Main ",
},
+ DTLE1_N = {
+ outside_text = "[DTLE1] Banana Place",
+ inside_line_desc = "Dario Train Lines Express 1 (DTLE1) to Banana Place",
+ stn_display = "DTLE1 Banana Pl.",
+ },
+ DTLE1_S = {
+ outside_text = "[BAK] Morija North",
+ inside_line_desc = "Baka Express (BAK) to Morija North",
+ stn_display = "DTLE1 Morija N. ",
+ },
}
--[[
diff --git a/il_timetable/nodes/(1191,16,6123).lua b/il_timetable/nodes/(1191,16,6123).lua
new file mode 100644
index 0000000..0dff8a1
--- /dev/null
+++ b/il_timetable/nodes/(1191,16,6123).lua
@@ -0,0 +1,9 @@
+F.ttp_begin({
+ stn = "Namespace Mountains", -- station name
+ tt = "DTLE1_S", -- timetable ID
+ depint = "00;30", --departure slot interval
+ depoff = "00;00", --departure slot offset
+ doorside = "R",
+ only_lines = { DTLE1 = true },
+ force_tt_reset = false,
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(1194,16,6140).lua b/il_timetable/nodes/(1194,16,6140).lua
new file mode 100644
index 0000000..6a555f2
--- /dev/null
+++ b/il_timetable/nodes/(1194,16,6140).lua
@@ -0,0 +1,6 @@
+F.ttp_stop({
+ stn = "Namespace Mountains", -- station name
+ doorside = "R",
+ only_lines = { DTLE1 = true },
+ end_of_tt = { DTLE1 = true, DTLE1_N = true },
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(4587,7,2174).lua b/il_timetable/nodes/(4587,7,2174).lua
index 5e9d62c..5ed6e8e 100644
--- a/il_timetable/nodes/(4587,7,2174).lua
+++ b/il_timetable/nodes/(4587,7,2174).lua
@@ -7,4 +7,14 @@ F.ttp_begin({
reverse = true,
only_lines = { E85 = true },
force_tt_reset = false,
+})
+F.ttp_begin({
+ stn = "Morija North", -- station name
+ tt = "DTLE1_N", -- timetable ID
+ depint = "05;00", --departure slot interval
+ depoff = "07;30", --departure slot offset
+ doorside = "L",
+ reverse = true,
+ only_lines = { DTLE1 = true },
+ force_tt_reset = false,
}) \ No newline at end of file
diff --git a/il_timetable/nodes/(4602,9,2181).lua b/il_timetable/nodes/(4602,9,2181).lua
index 52448e2..c4bed49 100644
--- a/il_timetable/nodes/(4602,9,2181).lua
+++ b/il_timetable/nodes/(4602,9,2181).lua
@@ -1,5 +1,5 @@
F.ttp_station_display({
- lines = {"E85_N", "E85_S", },
+ lines = {"E85_N", "E85_S", "DTLE1_N", "DTLE1_S"},
departure = {},
station = "Morija North",
title = "Morija North",