New Activity

General discussions

Moderator: senjer

Post Reply
SimvlietLineC
Posts: 74
Joined: 27 Jun 2016, 17:19
Location: New York City, Big Apple

New Activity

Post by SimvlietLineC »

I have made a new activity and I want to share it with you guys.
Attachments
test activity - Copy.zip
(1.94 KiB) Downloaded 682 times
Simvliet :D
emil84
Posts: 90
Joined: 14 Dec 2016, 11:08

Re: New Activity

Post by emil84 »

Thanks!
User avatar
MP 85
Posts: 546
Joined: 02 Jan 2017, 16:11
Location: France

Re: New Activity

Post by MP 85 »

I spotted a small error
Error.JPG
Error.JPG (131.44 KiB) Viewed 2572 times

Code: Select all

<consist start="SAP2">
   <train pack="RET" file="5500.xml"/>
   <train pack="RET" file="5500.xml">
    <cab id="0" enabled="true" ai="103"/>
   </train>
  </consist>
The cab is activated in the wrong place, It was necessary to move a code

Code: Select all

 <consist start="SAP2">
   <train pack="RET" file="5500.xml">
    <cab id="0" enabled="true" ai="103"/>
   <train pack="RET" file="5500.xml"/>
   </train>
  </consist>
Image
Post Reply