diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-10-15 22:37:32 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-10-15 22:37:32 +0200 |
commit | 5c7f77725394d47ce0b907aabf885ea207a507bd (patch) | |
tree | a1ff9c67ef8f225a259e4c6f4c163a45c58bb870 /nlvcross | |
parent | b435d1b1b26db6f7c4f3eb589ecf1ed3bb79b57e (diff) | |
download | luaatc_envs-5c7f77725394d47ce0b907aabf885ea207a507bd.tar.gz luaatc_envs-5c7f77725394d47ce0b907aabf885ea207a507bd.tar.bz2 luaatc_envs-5c7f77725394d47ce0b907aabf885ea207a507bd.zip |
State at 2024-10-15
Diffstat (limited to 'nlvcross')
-rw-r--r-- | nlvcross/init_code.lua | 2 | ||||
-rw-r--r-- | nlvcross/nodes/(-543,10,-772).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-543,10,-773).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-547,10,-771).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-550,10,-769).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-554,10,-762).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-571,10,-742).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-590,9,-743).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-598,9,-747).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-620,9,-749).lua | 1 |
10 files changed, 11 insertions, 0 deletions
diff --git a/nlvcross/init_code.lua b/nlvcross/init_code.lua index 2a5ffeb..cee6d29 100644 --- a/nlvcross/init_code.lua +++ b/nlvcross/init_code.lua @@ -21,6 +21,8 @@ F.crossings={ gardonst = 4, Trs_Church = 3, NRG = 6, + Rsi_stn = 2, + Rsi = 2, } --[[ Setting up level crossings: 1. choose a name diff --git a/nlvcross/nodes/(-543,10,-772).lua b/nlvcross/nodes/(-543,10,-772).lua new file mode 100644 index 0000000..a21f820 --- /dev/null +++ b/nlvcross/nodes/(-543,10,-772).lua @@ -0,0 +1 @@ +F.on("Rsi_stn", "")
\ No newline at end of file diff --git a/nlvcross/nodes/(-543,10,-773).lua b/nlvcross/nodes/(-543,10,-773).lua new file mode 100644 index 0000000..a21f820 --- /dev/null +++ b/nlvcross/nodes/(-543,10,-773).lua @@ -0,0 +1 @@ +F.on("Rsi_stn", "")
\ No newline at end of file diff --git a/nlvcross/nodes/(-547,10,-771).lua b/nlvcross/nodes/(-547,10,-771).lua new file mode 100644 index 0000000..d3d07a3 --- /dev/null +++ b/nlvcross/nodes/(-547,10,-771).lua @@ -0,0 +1 @@ +F.off("Rsi_stn", "")
\ No newline at end of file diff --git a/nlvcross/nodes/(-550,10,-769).lua b/nlvcross/nodes/(-550,10,-769).lua new file mode 100644 index 0000000..d3d07a3 --- /dev/null +++ b/nlvcross/nodes/(-550,10,-769).lua @@ -0,0 +1 @@ +F.off("Rsi_stn", "")
\ No newline at end of file diff --git a/nlvcross/nodes/(-554,10,-762).lua b/nlvcross/nodes/(-554,10,-762).lua new file mode 100644 index 0000000..a21f820 --- /dev/null +++ b/nlvcross/nodes/(-554,10,-762).lua @@ -0,0 +1 @@ +F.on("Rsi_stn", "")
\ No newline at end of file diff --git a/nlvcross/nodes/(-571,10,-742).lua b/nlvcross/nodes/(-571,10,-742).lua new file mode 100644 index 0000000..1a038e2 --- /dev/null +++ b/nlvcross/nodes/(-571,10,-742).lua @@ -0,0 +1 @@ +F.on("Rsi", "")
\ No newline at end of file diff --git a/nlvcross/nodes/(-590,9,-743).lua b/nlvcross/nodes/(-590,9,-743).lua new file mode 100644 index 0000000..d70268e --- /dev/null +++ b/nlvcross/nodes/(-590,9,-743).lua @@ -0,0 +1 @@ +F.off("Rsi", "")
\ No newline at end of file diff --git a/nlvcross/nodes/(-598,9,-747).lua b/nlvcross/nodes/(-598,9,-747).lua new file mode 100644 index 0000000..d70268e --- /dev/null +++ b/nlvcross/nodes/(-598,9,-747).lua @@ -0,0 +1 @@ +F.off("Rsi", "")
\ No newline at end of file diff --git a/nlvcross/nodes/(-620,9,-749).lua b/nlvcross/nodes/(-620,9,-749).lua new file mode 100644 index 0000000..1a038e2 --- /dev/null +++ b/nlvcross/nodes/(-620,9,-749).lua @@ -0,0 +1 @@ +F.on("Rsi", "")
\ No newline at end of file |