BVEStation Forums
BVE => Content Development => Topic started by: Lashrathorus on January 08, 2013, 04:47:30 pm
-
Anyone know how to make a switch-over rail? I want the rail in front to go to the right, so the train goes to 49th street (local) instead of the express tracks. The image is below.
EDIT: the code to make the train run STRAIGHT is below. i need it to @turn and go to the RIGHT. anyone know? 5500@railtype(0,66)@railtype(1,67)@railtype(2,67)@railtype(3,66)@railstart(4,0,0,0)@railstart(5,-8,0,0)@railstart(6,4,0,0)@railstart(7,-4,0,0)@wall(2,1,26)@wall(3,-1,25)@freeobj(2,739,0,0,0)@freeobj(1,739,0,0,0)@freeobj(2,1411,0,0,0)@freeobj(2,1412,-4,0,0)@freeobj(2,1411,-8,0,0)@freeobj(2,1412,-12,0,0)
(http://imageshack.us/a/img23/6831/crossovere.png)
Thanks
Lashrathorus
(new at BVE development)
-
the original route for the switch is this:
5500@railtype(0,66)@railtype(1,67)@railtype(2,67)@railtype(3,66)@railstart(4,0,0,0)@railstart(5,-8,0,0)@railstart(6,4,0,0)@railstart(7,-4,0,0)@wall(2,1,26)@wall(3,-1,25)@freeobj(2,739,0,0,0)@freeobj(1,739,0,0,0)@freeobj(2,1411,0,0,0)@freeobj(2,1412,-4,0,0)@freeobj(2,1411,-8,0,0)@freeobj(2,1412,-12,0,0)
I am looking for a @turn but am not sure how to turn to the track on the right. anyone know the solution?
-
Will the track on the right be the one that the train is running on?
-
Yes. That is the switch over to 49th Street Station for the local service.
-
bump