summaryrefslogtreecommitdiff
path: root/Crossroads
diff options
context:
space:
mode:
Diffstat (limited to 'Crossroads')
-rw-r--r--Crossroads/init_code.lua13
-rw-r--r--Crossroads/nodes/(1799,20,996).lua1
-rw-r--r--Crossroads/nodes/(1799,20,999).lua1
3 files changed, 6 insertions, 9 deletions
diff --git a/Crossroads/init_code.lua b/Crossroads/init_code.lua
index a312281..4b18696 100644
--- a/Crossroads/init_code.lua
+++ b/Crossroads/init_code.lua
@@ -1,8 +1,3 @@
-F.foo = {}
-function F.foo2()
- F.foo[1] = "foo"
-end
-
if S.trains == nil then S.trains = {} end
if not S.odsd then S.odsd = {} end
if not S.cpoints then S.cpoints = {} end
@@ -352,15 +347,15 @@ F.lines = {
name = "ATL-B Commuter", short = "ATL-B/C",
ring = false,
interval = 240,
- [1] = { {"crch","A1"}, --[[ {"crwm","3"},]] {"scs","N1"}, {"scc","N1"}, {"scn","N1"}, {"cg","1"}, {"thecube","4"}, --[[{"phsc","N"},]] {"grsc", "4"}, {"phwest","2"} },
- [2] = { {"phwest","2"}, {"grsc", "3"}, --[[{"phsc","S"},]] {"thecube","1"}, {"cg","2"}, {"scn","S1"}, {"scc","S1"}, {"scs","S1"}, --[[ {"crwm","4"}, ]] {"crch","A1"} },
+ [1] = { {"crch","2"}, --[[ {"crwm","3"},]] {"scs","N1"}, {"scc","N1"}, {"scn","N1"}, {"cg","1"}, {"thecube","4"}, --[[{"phsc","N"},]] {"grsc", "4"}, {"phwest","2"} },
+ [2] = { {"phwest","2"}, {"grsc", "3"}, --[[{"phsc","S"},]] {"thecube","1"}, {"cg","2"}, {"scn","S1"}, {"scc","S1"}, {"scs","S1"}, --[[ {"crwm","4"}, ]] {"crch","2"} },
},
["ABE"] = {
name = "ATL-B Express", short = "ATL-B/E",
ring = false,
interval = 240,
- [1] = {{"crch","A1"}, {"scc","N2"}, {"cg","1"}, {"thecube", "4"}, {"phwest", "2"}},
- [2] = {{"phwest", "2"}, {"thecube", "1"}, {"cg", "2"}, {"scc", "S2"}, {"crch", "A1"}},
+ [1] = {{"crch","1"}, {"scc","N2"}, {"cg","1"}, {"thecube", "4"}, {"phwest", "2"}},
+ [2] = {{"phwest", "2"}, {"thecube", "1"}, {"cg", "2"}, {"scc", "S2"}, {"crch", "1"}},
},
["AZ"] = {
name = "ATL Zinc Line", short = "ATL-Z",
diff --git a/Crossroads/nodes/(1799,20,996).lua b/Crossroads/nodes/(1799,20,996).lua
new file mode 100644
index 0000000..664c120
--- /dev/null
+++ b/Crossroads/nodes/(1799,20,996).lua
@@ -0,0 +1 @@
+F.stn2gen("crch", "1", "R", true, true) \ No newline at end of file
diff --git a/Crossroads/nodes/(1799,20,999).lua b/Crossroads/nodes/(1799,20,999).lua
new file mode 100644
index 0000000..8d3a889
--- /dev/null
+++ b/Crossroads/nodes/(1799,20,999).lua
@@ -0,0 +1 @@
+F.stn2gen("crch", "2", "L", true, true) \ No newline at end of file