summaryrefslogtreecommitdiff
path: root/m4/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'm4/nodes')
-rw-r--r--m4/nodes/(-1746,-7,-4392).lua5
-rw-r--r--m4/nodes/(-570,8,-3809).lua5
-rw-r--r--m4/nodes/(1734,26,2901).lua7
-rw-r--r--m4/nodes/(4536,11,6814).lua (renamed from m4/nodes/(4542,11,6809).lua)2
-rw-r--r--m4/nodes/(4538,11,6814).lua6
-rw-r--r--m4/nodes/(4539,11,6809).lua2
-rw-r--r--m4/nodes/(4579,11,6814).lua (renamed from m4/nodes/(4568,11,6809).lua)0
-rw-r--r--m4/nodes/(5397,13,6916).lua3
8 files changed, 25 insertions, 5 deletions
diff --git a/m4/nodes/(-1746,-7,-4392).lua b/m4/nodes/(-1746,-7,-4392).lua
new file mode 100644
index 0000000..6a121ec
--- /dev/null
+++ b/m4/nodes/(-1746,-7,-4392).lua
@@ -0,0 +1,5 @@
+if event.train then
+ if get_line()=="01" then
+ atc_set_text_outside("ALL01 - Luanti Institute\nvia Daston, Zengus, Rawhide, Vovanium ")
+ end
+end \ No newline at end of file
diff --git a/m4/nodes/(-570,8,-3809).lua b/m4/nodes/(-570,8,-3809).lua
new file mode 100644
index 0000000..ebe4a8e
--- /dev/null
+++ b/m4/nodes/(-570,8,-3809).lua
@@ -0,0 +1,5 @@
+if event.train then
+ if get_line()=="01" then
+ atc_set_text_outside("ALL01 - Town of Abyss\n via Vovanium, Rawhide, Zengus, Daston")
+ end
+end \ No newline at end of file
diff --git a/m4/nodes/(1734,26,2901).lua b/m4/nodes/(1734,26,2901).lua
index 66ba746..f10234c 100644
--- a/m4/nodes/(1734,26,2901).lua
+++ b/m4/nodes/(1734,26,2901).lua
@@ -1 +1,6 @@
-F.split_looparound_left("E16") \ No newline at end of file
+if (event.train) then
+-- F.print_length()
+ atc_set_text_outside("[E16] Line Ends Here")
+ atc_set_text_inside("Personhood Main\nTerminus, please get off!")
+ F.split_looparound_left("E16")
+end \ No newline at end of file
diff --git a/m4/nodes/(4542,11,6809).lua b/m4/nodes/(4536,11,6814).lua
index 67b31a2..dceeeea 100644
--- a/m4/nodes/(4542,11,6809).lua
+++ b/m4/nodes/(4536,11,6814).lua
@@ -1,4 +1,4 @@
-- Poor Man's ARS
-if event.train and get_rc() == "E16_poor_mans_ars" then
+if event.train and get_line() == "E16" then
set_route("Btw-E16-behelf", "E16Turnback")
end \ No newline at end of file
diff --git a/m4/nodes/(4538,11,6814).lua b/m4/nodes/(4538,11,6814).lua
new file mode 100644
index 0000000..1c5af49
--- /dev/null
+++ b/m4/nodes/(4538,11,6814).lua
@@ -0,0 +1,6 @@
+if (event.train) and (F.get_line_safe() == "E16") then
+-- F.print_length()
+ atc_set_text_outside("[E16] Line Ends Here")
+ atc_set_text_inside("By The Way\nTerminus, please get off!")
+ F.split_looparound_right("E16")
+end \ No newline at end of file
diff --git a/m4/nodes/(4539,11,6809).lua b/m4/nodes/(4539,11,6809).lua
deleted file mode 100644
index c42277b..0000000
--- a/m4/nodes/(4539,11,6809).lua
+++ /dev/null
@@ -1,2 +0,0 @@
-atc_set_text_outside("[E16] Personhood\nvia Grub Valley\nC&C Rail")
-F.split_looparound_left("E16") \ No newline at end of file
diff --git a/m4/nodes/(4568,11,6809).lua b/m4/nodes/(4579,11,6814).lua
index 0e0dc9c..0e0dc9c 100644
--- a/m4/nodes/(4568,11,6809).lua
+++ b/m4/nodes/(4579,11,6814).lua
diff --git a/m4/nodes/(5397,13,6916).lua b/m4/nodes/(5397,13,6916).lua
index e9f1e05..59bcdf6 100644
--- a/m4/nodes/(5397,13,6916).lua
+++ b/m4/nodes/(5397,13,6916).lua
@@ -1,3 +1,4 @@
if event.train and get_line()=="E16" then
-atc_set_text_outside("[E16] Personhood\nvia Grub Valley\nC&C Rail")
+return
+--atc_set_text_outside("[E16] Personhood\nvia Grub Valley\nC&C Rail")
end \ No newline at end of file