Page 1 of 2

How to show the Short Turn sign on a PCC and other signs.

Posted: 14 Apr 2024, 14:47
by NJTFAN1235!
In Toronto, i found that the PCC has a sign saying short turn. Is there a way to show it?

Also want to notify that i fount a 509 Lake Shore & Bathurst & 511 Lake Shore & Bathurst sign on the PCCs

Re: Question

Posted: 14 Apr 2024, 14:50
by Michiel
Please provide a proper title for your topics.

Re: How to show the Short Turn sign on a PCC and other signs.

Posted: 14 Apr 2024, 22:31
by Sjoerd
This is the list for the PCC in the Toronto network. As you can see the code to use in activity's to show "short turn" is "shortturn" (use this destinbation code in the CTD route file, and this list says to the simulator "show destination display index number 2 in the simulation", which is "Short Turn"):

Code: Select all

  <index id=" 1">0-bd</index>
  <index id=" 1">bd</index>
  <index id=" 1">notinservice</index>
  <index id=" 2">shortturn</index>

  <index id=" 3">leeg</index>

  <index id=" 4">509-union</index>
  <index id=" 5">509-exhibition</index>
  <index id=" 6">509-fleet</index>
  <index id=" 7">509-queensquay</index>

  <index id=" 8">510-union</index>
  <index id=" 9">510-spadina</index>
  <index id="10">510-king</index>
  <index id="11">510-queensquay</index>
  <index id="12">510-exhibition</index>

  <index id="13">511-exhibition</index>
  <index id="14">511-bathurst</index>
  <index id="15">511-fleet</index>
  <index id="16">511-queensquay</index>
  <index id="17">511-queen</index>
  <index id="18">511-king</index>
  <index id="19">511-union</index>

  <index id="22">chartered</index>
  <index id="22">gereserveerd</index>
  <index id="23">trainingcar</index>
  <index id="23">lestram</index>
  <index id="24">express</index>

Re: How to show the Short Turn sign on a PCC and other signs.

Posted: 17 Apr 2024, 00:52
by NJTFAN1235!
Sjoerd wrote: 14 Apr 2024, 22:31 This is the list for the PCC in the Toronto network. As you can see the code to use in activity's to show "short turn" is "shortturn" (use this destinbation code in the CTD route file, and this list says to the simulator "show destination display index number 2 in the simulation", which is "Short Turn"):

Code: Select all

  <index id="12">510-exhibition</index>
  
  <index id="16">511-queensquay</index>
  <index id="17">511-queen</index>
  <index id="18">511-king</index>
  <index id="19">511-union</index>
Are these possible terminuses for 510 & 511 services, I thought most services terminate at Spadina and Union Station for 510, and Exhibition and Bathurst for 511.

Also, in the week activity on Simvliet, the depots don't work. Also noticed that some trams lost their destination signs.

Re: How to show the Short Turn sign on a PCC and other signs.

Posted: 17 Apr 2024, 03:20
by NJTFAN1235!
Okay, new question:

In Rijndam 2020, how do I send M4 trains to the connection that connects M4 with the M2 & M3?

Re: How to show the Short Turn sign on a PCC and other signs.

Posted: 17 Apr 2024, 09:39
by Sjoerd
Just give your train a trainnumber (the destination letter at the end) leading to a destination which you can reach without reversing the train on-route.

Re: How to show the Short Turn sign on a PCC and other signs.

Posted: 17 Apr 2024, 16:56
by NJTFAN1235!
Sjoerd wrote: 17 Apr 2024, 09:39 Just give your train a trainnumber (the destination letter at the end) leading to a destination which you can reach without reversing the train on-route.
I ask this because I'm modifying the activity where the M4 gets rerouted.

Re: How to show the Short Turn sign on a PCC and other signs.

Posted: 20 Apr 2024, 17:15
by Sjoerd
You can always make a modified CTD file with different route settings at the junctions yourself for your activity.

Re: How to show the Short Turn sign on a PCC and other signs.

Posted: 20 Apr 2024, 18:14
by NJTFAN1235!
Sjoerd wrote: 20 Apr 2024, 17:15 You can always make a modified CTD file with different route settings at the junctions yourself for your activity.
I did, but there's a small problem, the trains after using the curve stop at the junction at the tracks of M2 & M3, how do I solve it?

Re: How to show the Short Turn sign on a PCC and other signs.

Posted: 21 Apr 2024, 11:36
by Sjoerd
Upload the files you have made here, so we can take a look. Describe what happens at what eaxct moment on what exact place, and what you think should be happening instead. Then we can take a look and see what's the problem.