summaryrefslogtreecommitdiff
path: root/il_timetable/nodes
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 15:03:15 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 15:03:15 +0200
commit08b2223c5d433a08b72f68754af480c515094079 (patch)
tree9eca31a75b6803f0bf1d446fd344605dbec7a315 /il_timetable/nodes
parent6148edafdb61269f0fbe95c0e54de08c2eb0fc16 (diff)
downloadluaatc_envs-08b2223c5d433a08b72f68754af480c515094079.tar.gz
luaatc_envs-08b2223c5d433a08b72f68754af480c515094079.tar.bz2
luaatc_envs-08b2223c5d433a08b72f68754af480c515094079.zip
State at 2023-11-22
Diffstat (limited to 'il_timetable/nodes')
-rw-r--r--il_timetable/nodes/(-1925,13,-4577).lua2
-rw-r--r--il_timetable/nodes/(1984,41,8404).lua4
-rw-r--r--il_timetable/nodes/(773,8,132).lua9
3 files changed, 14 insertions, 1 deletions
diff --git a/il_timetable/nodes/(-1925,13,-4577).lua b/il_timetable/nodes/(-1925,13,-4577).lua
index a1d7a28..fa700e6 100644
--- a/il_timetable/nodes/(-1925,13,-4577).lua
+++ b/il_timetable/nodes/(-1925,13,-4577).lua
@@ -8,7 +8,7 @@ F.ttp_begin({
doorside = "R",
reverse = true,
only_lines = { E1 = true },
- force_tt_reset = true,
+ force_tt_reset = false,
})
if event.train then
diff --git a/il_timetable/nodes/(1984,41,8404).lua b/il_timetable/nodes/(1984,41,8404).lua
new file mode 100644
index 0000000..6e23563
--- /dev/null
+++ b/il_timetable/nodes/(1984,41,8404).lua
@@ -0,0 +1,4 @@
+F.ttp_stop({
+ stn = "Azena Transirejo",
+ doorside = "R",
+}) \ No newline at end of file
diff --git a/il_timetable/nodes/(773,8,132).lua b/il_timetable/nodes/(773,8,132).lua
new file mode 100644
index 0000000..cc8b8cb
--- /dev/null
+++ b/il_timetable/nodes/(773,8,132).lua
@@ -0,0 +1,9 @@
+F.ttp_begin({
+ stn = "Leekston East", -- station name
+ tt = "NX_N", -- timetable ID
+ depint = "05;00", --departure slot interval
+ depoff = "02;00", --departure slot offset
+ doorside = "R",
+ only_lines = {XN=true},
+ force_tt_reset = false,
+}) \ No newline at end of file