As requested a new activity. You can dowload it here: viewtopic.php?f=7&t=515TTGMB wrote:I cant do this.
Sjoerd, can you do this for me?
Activity Help
Moderator: senjer
Re: Activity Help
CEO of the Rijndam Electrical Transport company
Re: Activity Help
What program is best to make these activities?
- perfecttrains1000
- Posts: 506
- Joined: 30 Apr 2018, 17:50
Re: Activity Help
Okay, I'm going to steal this topic but I have an issue with an activity I am making...
I have trains that need to leave Molenwijk
When train 104 leaves, it makes the train behind it and the train behind that also leave and I'm not entirely sure why it does that
I have trains that need to leave Molenwijk
Code: Select all
<yard pack="Rijndam2022" file="DM.cty" departures="auto" arrivals="auto">
<shedule name="Morning" time="05:10:00" autodepartures="05:10:01" autoarrivals="05:10:01">
<depart code="101" train="1013MP" target="MLW" time="05:10:05" ai="true" track="A01" direction="1" units="3"/>
<depart code="121" train="1213MB" target="MLW" time="05:12:05" ai="true" track="A01" direction="1" units="3"/>
<depart code="103" train="1033MP" target="MLW" time="05:25:05" ai="true" track="A01" direction="1" units="3"/>
<depart code="122" train="1223MB" target="MLW" time="05:27:05" ai="true" track="A02" direction="1" units="3"/>
<depart code="105" train="1053MP" target="MLW" time="05:40:05" ai="true" track="A02" direction="1" units="3"/>
<depart code="123" train="1233MB" target="MLW" time="05:42:05" ai="true" track="A02" direction="1" units="3"/>
<depart code="124" train="1243MB" target="MLW" time="05:57:05" ai="true" track="A03" direction="1" units="3"/>
</shedule>
<shedule name="Morning 2" time="06:10:00" autodepartures="06:10:01" autoarrivals="06:10:01">
<depart code="125" train="1253MB" target="MLW" time="06:12:05" ai="true" track="A03" direction="1" units="3"/>
<depart code="102" train="1023MP" target="MLW" time="06:20:05" ai="true" track="A03" direction="1" units="3"/>
<depart code="104" train="1043MP" target="MLW" time="06:35:05" ai="true" track="A04" direction="1" units="3"/>
<depart code="106" train="1063MP" target="MLW" time="06:50:05" ai="true" track="A04" direction="1" units="3"/>
</shedule>
</yard>
</controldata>
- Likes London Underground
- Somehow relates anything to trains
- Somehow relates anything to trains
Re: Activity Help
What type of trains are you using?
CEO of the Rijndam Electrical Transport company
- perfecttrains1000
- Posts: 506
- Joined: 30 Apr 2018, 17:50
Re: Activity Help
5700 in 3 unit formations
- Likes London Underground
- Somehow relates anything to trains
- Somehow relates anything to trains
Re: Activity Help
Perhaps you need to provide the *.act file (put it in a zip-file and upload as attachment) so we can try it and perhaps find the problem.
CEO of the Rijndam Electrical Transport company
- perfecttrains1000
- Posts: 506
- Joined: 30 Apr 2018, 17:50
Re: Activity Help
Here you go:
The activity is a bit off an odd one with a single track running between Noordvliet and Nobelplein so the service is running limited between NDP and Panbos but other than that, its a reasonably WIP activity with the timetable only getting up to 8am until i extend the timetables to the end.
The activity is a bit off an odd one with a single track running between Noordvliet and Nobelplein so the service is running limited between NDP and Panbos but other than that, its a reasonably WIP activity with the timetable only getting up to 8am until i extend the timetables to the end.
- Likes London Underground
- Somehow relates anything to trains
- Somehow relates anything to trains
Re: Activity Help
You placed 54 units type RET 5700 in the simulator. That series only consists of the 5701-5722. So when loading, I see a lot of trains all numbered 5712 in the depot. The system can't handle that; each unit needs to have a unique number. So the depot has determined it wants to send the train out with car number 5712 as the front unit... But the train behind it also has that number.... so it sends out that one too. And the one behind that... also the same number.....
These are the SG3 trains; make sure you don't place too many trains of each type to avoid more then one train getting the same car number.
5501-5522
5601-5642
5701-5722
These are the SG3 trains; make sure you don't place too many trains of each type to avoid more then one train getting the same car number.
5501-5522
5601-5642
5701-5722
CEO of the Rijndam Electrical Transport company
- perfecttrains1000
- Posts: 506
- Joined: 30 Apr 2018, 17:50
Re: Activity Help
Ohhh, i see, thanks, I'll make that change now
- Likes London Underground
- Somehow relates anything to trains
- Somehow relates anything to trains