Fix manual switching on regular track switches.

master
Gabriel Pérez-Cerezo 2020-09-14 16:51:43 +02:00
parent 61009bf00d
commit 1a743c2dd6
1 changed files with 8 additions and 8 deletions

View File

@ -58,7 +58,7 @@ advtrains.ap.t_30deg_flat={
conns = conns3(0,8,7), conns = conns3(0,8,7),
desc = "left switch (straight)", desc = "left switch (straight)",
trackworker = "swrst", trackworker = "swrst",
switchalt = "swlcr", switchalt = "cr",
switchmc = "on", switchmc = "on",
switchst = "st", switchst = "st",
switchprefix = "swl", switchprefix = "swl",
@ -67,7 +67,7 @@ advtrains.ap.t_30deg_flat={
conns = conns3(0,7,8), conns = conns3(0,7,8),
desc = "left switch (curve)", desc = "left switch (curve)",
trackworker = "swrcr", trackworker = "swrcr",
switchalt = "swlst", switchalt = "st",
switchmc = "off", switchmc = "off",
switchst = "cr", switchst = "cr",
switchprefix = "swl", switchprefix = "swl",
@ -76,7 +76,7 @@ advtrains.ap.t_30deg_flat={
conns = conns3(0,8,9), conns = conns3(0,8,9),
desc = "right switch (straight)", desc = "right switch (straight)",
trackworker = "st", trackworker = "st",
switchalt = "swrcr", switchalt = "cr",
switchmc = "on", switchmc = "on",
switchst = "st", switchst = "st",
switchprefix = "swr", switchprefix = "swr",
@ -85,7 +85,7 @@ advtrains.ap.t_30deg_flat={
conns = conns3(0,9,8), conns = conns3(0,9,8),
desc = "right switch (curve)", desc = "right switch (curve)",
trackworker = "st", trackworker = "st",
switchalt = "swrst", switchalt = "st",
switchmc = "off", switchmc = "off",
switchst = "cr", switchst = "cr",
switchprefix = "swr", switchprefix = "swr",
@ -227,7 +227,7 @@ advtrains.ap.t_45deg={
conns = conns3(0,8,6), conns = conns3(0,8,6),
desc = "left switch (straight)", desc = "left switch (straight)",
trackworker = "swrst", trackworker = "swrst",
switchalt = "swlcr", switchalt = "cr",
switchmc = "on", switchmc = "on",
switchst = "st", switchst = "st",
}, },
@ -235,7 +235,7 @@ advtrains.ap.t_45deg={
conns = conns3(0,6,8), conns = conns3(0,6,8),
desc = "left switch (curve)", desc = "left switch (curve)",
trackworker = "swrcr", trackworker = "swrcr",
switchalt = "swlst", switchalt = "st",
switchmc = "off", switchmc = "off",
switchst = "cr", switchst = "cr",
}, },
@ -243,7 +243,7 @@ advtrains.ap.t_45deg={
conns = conns3(0,8,10), conns = conns3(0,8,10),
desc = "right switch (straight)", desc = "right switch (straight)",
trackworker = "st", trackworker = "st",
switchalt = "swrcr", switchalt = "cr",
switchmc = "on", switchmc = "on",
switchst = "st", switchst = "st",
}, },
@ -251,7 +251,7 @@ advtrains.ap.t_45deg={
conns = conns3(0,10,8), conns = conns3(0,10,8),
desc = "right switch (curve)", desc = "right switch (curve)",
trackworker = "st", trackworker = "st",
switchalt = "swrst", switchalt = "st",
switchmc = "off", switchmc = "off",
switchst = "cr", switchst = "cr",
}, },