Metro op het verkeerde spoor.

Algemene discussies over de simulator.

Moderator: senjer

Post Reply
User avatar
HKM362
Posts: 325
Joined: 18 Apr 2013, 07:59
Location: Secret!

Metro op het verkeerde spoor.

Post by HKM362 »

hoe krijg ik lijn A van springstraat naar Simvliet Centrum op spoor SDW3 ???

ik heb de CTD aangepast maar alleen de infomatie op de drim geven nu aan dat die op spoor 3 van stadionweg aankomt maar de metro zelf blijft ijskoud op SDW4 aankomen :x

en ik wil SDW4 leeg houden om daar een pendeltje Springstraat - De Molens laten rijden :(

wie wil en kan me helpen ?
User avatar
Josh
Posts: 181
Joined: 25 Apr 2013, 13:58

Re: Metro op het verkeerde spoor.

Post by Josh »

Vergeet niet om SDW4 te vervangen door SDW3:

Code: Select all

  <route code="A-PC" end="107,109" totaltime="900" reversetime="30" scrollsign="a-svc">
   <aimarkers>
    <marker block="431" marker="431-2"/>
    <marker block="432" marker="432-2"/>
   </aimarkers>
   <times>
    <depart platform="SST2" time="  0"  destinationcode="16" station="sst"  actions="stop"           stops="sst1,sst2"/>
    <stop   platform="VRW1" time="105"  destinationcode="16" station="vrw"  actions="stop"           stops="vrw2"/>
    <stop   platform="NPL2" time="195"  destinationcode="16" station="npl"  actions="stop"           stops="npl1,npl2"/>
    <stop   platform="SDW3" time="300"  destinationcode="16" station="sdw"  actions="stop,pantodown" stops="sdw2,sdw3,sdw4"/>
    <stop   platform="RSL2" time="405"  destinationcode="16" station="rsl"  actions="stop"           stops="rsl1,rsl2"/>
    <stop   platform="VMT2" time="525"  destinationcode="16" station="vmt"  actions="stop"           stops="vmt1,vmt2"/>
    <stop   platform="BGN3" time="615"  destinationcode="16" station="bgn"  actions="stop"           stops="bgn1,bgn2,bgn3,bgn4"/>
    <stop   platform="KVL2" time="705"  destinationcode="16" station="kvl"  actions="stop"           stops="kvl1,kvl2"/>
    <stop   platform="ADP2" time="795"  destinationcode="16" station="adp"  actions="stop"           stops="adp1,adp2" scrollsign="#"/>
    <arrive platform="SVC1" time="900"  destinationcode="16" station="svc"  actions="stop,finish"    stops="svc1,svc2"/>
   </times>
  </route>
En als tweede moet je dit weizigen:
1. Zoek naar SDW2 (Dit staat helemaal onder in de lijst) en zoek daarna naar de onderstaande groep codes onder <autoblock start="405" destinations="B,X,C,K">.
2. Vervang 402 door 164 (SDW3).

En nog een tip:
Je kan sneller zoeken door gewoon de zoekmachine te gebruiken door Ctrl+F in te toetsen en het rood gemarkeerde code te kopiëren en te plakken in de zoekmachine. ;)

Code: Select all

    <autoblock start="405" destinations="S,W">
	 <start>405</start>
	 <start>406</start>
     <end end="403" free="403"/>
     <end end="402" free="402"/>
    </autoblock>
    <autoblock start="405" destinations="B,X,C,K">
	 <start>405</start>
	 <start>406</start>
     <end end="402" free="402"/>
    </autoblock>
    <autoblock start="405" destinations="B,X,C,K">
	 <start>405</start>
     <end end="164" free="164"/>
    </autoblock>
    <autoblock start="405" destinations="M,V,O,Y">
	 <start>405</start>
	 <start>406</start>
     <end end="401" free="401"/>
    </autoblock>
   </mode>
   <mode id="FE" allowcreate="true"/>
  </group>
Post Reply