diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:00:40 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:00:40 +0200 |
commit | 2e97492f1b8d577c2cdc0505c7f4e34d82fea8bf (patch) | |
tree | 065b8b48759151a3129eff9934abe6cad0f2ae1f /ers_mtn/nodes | |
parent | b397e03fc6e1f2a2ff9885b525d01e3695f9c771 (diff) | |
download | luaatc_envs-2e97492f1b8d577c2cdc0505c7f4e34d82fea8bf.tar.gz luaatc_envs-2e97492f1b8d577c2cdc0505c7f4e34d82fea8bf.tar.bz2 luaatc_envs-2e97492f1b8d577c2cdc0505c7f4e34d82fea8bf.zip |
State at 2023-07-26
Diffstat (limited to 'ers_mtn/nodes')
-rw-r--r-- | ers_mtn/nodes/(1787,3,1264).lua | 15 | ||||
-rw-r--r-- | ers_mtn/nodes/(1793,3,1264).lua | 15 | ||||
-rw-r--r-- | ers_mtn/nodes/(1820,15,1223).lua | 10 | ||||
-rw-r--r-- | ers_mtn/nodes/(1843,116,1259).lua | 11 | ||||
-rw-r--r-- | ers_mtn/nodes/(1859,116,1259).lua | 11 | ||||
-rw-r--r-- | ers_mtn/nodes/(1878,119,1237).lua | 9 | ||||
-rw-r--r-- | ers_mtn/nodes/(1895,30,1201).lua | 11 | ||||
-rw-r--r-- | ers_mtn/nodes/(1896,137,1246).lua | 11 | ||||
-rw-r--r-- | ers_mtn/nodes/(1918,101,1257).lua | 11 | ||||
-rw-r--r-- | ers_mtn/nodes/(1920,45,1224).lua | 11 | ||||
-rw-r--r-- | ers_mtn/nodes/(1924,45,1224).lua | 11 | ||||
-rw-r--r-- | ers_mtn/nodes/(1939,45,1212).lua | 11 | ||||
-rw-r--r-- | ers_mtn/nodes/(1940,54,1251).lua | 11 | ||||
-rw-r--r-- | ers_mtn/nodes/(1947,45,1209).lua | 11 | ||||
-rw-r--r-- | ers_mtn/nodes/(1949,100,1254).lua | 11 | ||||
-rw-r--r-- | ers_mtn/nodes/(1978,61,1261).lua | 11 | ||||
-rw-r--r-- | ers_mtn/nodes/(2015,80,1217).lua | 11 |
17 files changed, 167 insertions, 25 deletions
diff --git a/ers_mtn/nodes/(1787,3,1264).lua b/ers_mtn/nodes/(1787,3,1264).lua index aa971c6..ffb0e06 100644 --- a/ers_mtn/nodes/(1787,3,1264).lua +++ b/ers_mtn/nodes/(1787,3,1264).lua @@ -2,15 +2,10 @@ -- -- 1787,3,1264 +-- far_luaatctrack_spot_check_01.lua -if event.type == "train" then - if atc_arrow then - S.section.gleis_a = nil - S.section.tal = event.id - else - S.section.gleis_a = event.id - S.section.tal = nil - end - F.update() - return +if event.train then + local posTable = POS( 1787,3,1264 ) + F.save_train(posTable) + return end
\ No newline at end of file diff --git a/ers_mtn/nodes/(1793,3,1264).lua b/ers_mtn/nodes/(1793,3,1264).lua index 084819f..8a0ff45 100644 --- a/ers_mtn/nodes/(1793,3,1264).lua +++ b/ers_mtn/nodes/(1793,3,1264).lua @@ -2,15 +2,10 @@ -- -- 1793,3,1264 +-- far_luaatctrack_spot_check_01.lua -if event.type == "train" then - if atc_arrow then - S.section.gleis_b = nil - S.section.tal = event.id - else - S.section.gleis_b = event.id - S.section.tal = nil - end - F.update() - return +if event.train then + local posTable = POS( 1793,3,1264 ) + F.save_train(posTable) + return end
\ No newline at end of file diff --git a/ers_mtn/nodes/(1820,15,1223).lua b/ers_mtn/nodes/(1820,15,1223).lua index 6e759ad..813d66c 100644 --- a/ers_mtn/nodes/(1820,15,1223).lua +++ b/ers_mtn/nodes/(1820,15,1223).lua @@ -1,3 +1,11 @@ -- -- --- 1820,15,1223
\ No newline at end of file +-- 1820,15,1223 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1820,15,1223 ) + F.save_train(posTable) + return +end
\ No newline at end of file diff --git a/ers_mtn/nodes/(1843,116,1259).lua b/ers_mtn/nodes/(1843,116,1259).lua new file mode 100644 index 0000000..2ffbff6 --- /dev/null +++ b/ers_mtn/nodes/(1843,116,1259).lua @@ -0,0 +1,11 @@ +-- +-- +-- 1843,116,1259 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1843,116,1259 ) + F.save_train(posTable) + return +end diff --git a/ers_mtn/nodes/(1859,116,1259).lua b/ers_mtn/nodes/(1859,116,1259).lua new file mode 100644 index 0000000..5725f93 --- /dev/null +++ b/ers_mtn/nodes/(1859,116,1259).lua @@ -0,0 +1,11 @@ +-- +-- +-- 1859,116,1259 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1859,116,1259 ) + F.save_train(posTable) + return +end diff --git a/ers_mtn/nodes/(1878,119,1237).lua b/ers_mtn/nodes/(1878,119,1237).lua index 812195b..fd88a95 100644 --- a/ers_mtn/nodes/(1878,119,1237).lua +++ b/ers_mtn/nodes/(1878,119,1237).lua @@ -1,4 +1,11 @@ -- -- -- 1878,119,1237 --- + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1878,119,1237 ) + F.save_train(posTable) + return +end diff --git a/ers_mtn/nodes/(1895,30,1201).lua b/ers_mtn/nodes/(1895,30,1201).lua new file mode 100644 index 0000000..dda3a2b --- /dev/null +++ b/ers_mtn/nodes/(1895,30,1201).lua @@ -0,0 +1,11 @@ +-- +-- +-- 1895,30,1201 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1895,30,1201 ) + F.save_train(posTable) + return +end
\ No newline at end of file diff --git a/ers_mtn/nodes/(1896,137,1246).lua b/ers_mtn/nodes/(1896,137,1246).lua index d0cf0ba..10221f5 100644 --- a/ers_mtn/nodes/(1896,137,1246).lua +++ b/ers_mtn/nodes/(1896,137,1246).lua @@ -1,6 +1,11 @@ -- -- --- 1896, 137, 1246 --- +-- 1896,137,1246 + +-- far_luaatctrack_spot_check_01.lua --- "kniebeuge", { 1896, 137, 1246 }
\ No newline at end of file +if event.train then + local posTable = POS( 1896,137,1246 ) + F.save_train(posTable) + return +end diff --git a/ers_mtn/nodes/(1918,101,1257).lua b/ers_mtn/nodes/(1918,101,1257).lua new file mode 100644 index 0000000..ca9ed87 --- /dev/null +++ b/ers_mtn/nodes/(1918,101,1257).lua @@ -0,0 +1,11 @@ +-- +-- +-- 1918,101,1257 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1918,101,1257 ) + F.save_train(posTable) + return +end diff --git a/ers_mtn/nodes/(1920,45,1224).lua b/ers_mtn/nodes/(1920,45,1224).lua new file mode 100644 index 0000000..bfeef31 --- /dev/null +++ b/ers_mtn/nodes/(1920,45,1224).lua @@ -0,0 +1,11 @@ +-- +-- +-- 1920,45,1224 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1920,45,1224 ) + F.save_train(posTable) + return +end diff --git a/ers_mtn/nodes/(1924,45,1224).lua b/ers_mtn/nodes/(1924,45,1224).lua new file mode 100644 index 0000000..44e457e --- /dev/null +++ b/ers_mtn/nodes/(1924,45,1224).lua @@ -0,0 +1,11 @@ +-- +-- +-- 1924,45,1224 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1924,45,1224 ) + F.save_train(posTable) + return +end diff --git a/ers_mtn/nodes/(1939,45,1212).lua b/ers_mtn/nodes/(1939,45,1212).lua new file mode 100644 index 0000000..2d12777 --- /dev/null +++ b/ers_mtn/nodes/(1939,45,1212).lua @@ -0,0 +1,11 @@ +-- +-- +-- 1939,45,1212 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1939,45,1212 ) + F.save_train(posTable) + return +end diff --git a/ers_mtn/nodes/(1940,54,1251).lua b/ers_mtn/nodes/(1940,54,1251).lua new file mode 100644 index 0000000..74ef0d2 --- /dev/null +++ b/ers_mtn/nodes/(1940,54,1251).lua @@ -0,0 +1,11 @@ +-- +-- +-- 1940,54,1251 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1940,54,1251 ) + F.save_train(posTable) + return +end diff --git a/ers_mtn/nodes/(1947,45,1209).lua b/ers_mtn/nodes/(1947,45,1209).lua new file mode 100644 index 0000000..606243c --- /dev/null +++ b/ers_mtn/nodes/(1947,45,1209).lua @@ -0,0 +1,11 @@ +-- +-- +-- 1947,45,1209 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1947,45,1209 ) + F.save_train(posTable) + return +end
\ No newline at end of file diff --git a/ers_mtn/nodes/(1949,100,1254).lua b/ers_mtn/nodes/(1949,100,1254).lua new file mode 100644 index 0000000..35db00c --- /dev/null +++ b/ers_mtn/nodes/(1949,100,1254).lua @@ -0,0 +1,11 @@ +-- +-- +-- 1949,100,1254 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1949,100,1254 ) + F.save_train(posTable) + return +end diff --git a/ers_mtn/nodes/(1978,61,1261).lua b/ers_mtn/nodes/(1978,61,1261).lua new file mode 100644 index 0000000..59419f5 --- /dev/null +++ b/ers_mtn/nodes/(1978,61,1261).lua @@ -0,0 +1,11 @@ +-- +-- +-- 1978,61,1261 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1978,61,1261 ) + F.save_train(posTable) + return +end diff --git a/ers_mtn/nodes/(2015,80,1217).lua b/ers_mtn/nodes/(2015,80,1217).lua new file mode 100644 index 0000000..239e5d6 --- /dev/null +++ b/ers_mtn/nodes/(2015,80,1217).lua @@ -0,0 +1,11 @@ +-- +-- +-- 2015,80,1217 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 2015,80,1217 ) + F.save_train(posTable) + return +end |