config.txt file question

karlb6f

New member
how do you make a carriage hold and collect passengers using config file. i've tried for a week but i cant work it out
thnx:)
 
The simplest way is to add these lines to the config file:

queues
{
load0
{
passenger-queue "1"
size 48
product-kuid <kuid:-3:11060>
initial-count 0
}
}


and add the kuid above to the kuid table.

Although in typing these lines I have formatted them correctly the spacing will be lost when I click on reply so you will need to format these lines in the same way as the other containers in the config file.

You will not see any of these passengers in the carriages because you will need attachment points in the mesh for that, but you will at least see the passengers board and leave the train at stations.
 
Although in typing these lines I have formatted them correctly the spacing will be lost when I click on reply so you will need to format these lines in the same way as the other containers in the config file.

Code:
       Whatever are you
  talking about?  You can
                         preserve as many             spaces as you'd like
in code tags.
 
Scottbe8,

Writing the code to include in the reply box is somewhat beyond my advancing years. Perhaps you would be so kind as to redo my answer to the OP so that it is formatted correctly and looks as it should be typed in the config.txt file. Thanks.
 
Back
Top