Need help with rolling stock.

jadebullet

might be back?
I was wondering what i would have to do, to edit a piece of rolling stock to start off with a certain cargo being able to be carried, rather than having to go through and add it to the cargo list in surveyor.

Basically, i want to make all of the gondolas that I have, able to be loaded with wood pulp from the start, rather than having to edit them in surveyor to carry the load.

Thanks for the help.
 
In the config under 'Load' there is a 'size' tag and an 'initial-count' tag. Make the initial count the same as the size and you will have default loaded cars...
 
Okay, that was one of my other concerns that I was thinking about asking so thanks for answering that one. But I still have my original question. i will try to phrase it better.

I have a gondola that I want to use for pulp wood/wood chips. As of right now, the default cargo it can carry is boxes, and containers. Due to this, i have to go to each car in surveyor and add wood pulp to the cargo it can carry. What i would like is to not have to do this, but to have the gondolas have wood pulp as one of the default compatible loads.
 
aha - find the kuid for the product you want and edit the load queue to make that product the first product in the queue ;)
 
In the config under 'Load' there is a 'size' tag and an 'initial-count' tag. Make the initial count the same as the size and you will have default loaded cars...


Ok I did that and it still comes up empty but it is not for a gondola but for a oil tanker is there something else I need to do?
 
When you edit the config.txt file to make the initial count quantity equal to the size, you also have to add a line defining what the load is. The line is of the form:

product-kuid kuid:xxxxx:xxxxx

where the kuid number must be one of those listed under allowed-products.

Bob
 
hey bob here is a copy of part of my config.txt file it is the load que let me know if I need to add something else cause it is still not working thanks for the help

queues {
load {
size 38800
initial-count 38800
product-kuid kuid:-3:10010
allowed-products {
0 <kuid:-3:10010>
1 <kuid:-3:10045>
2 <kuid:-3:10011>
3 <kuid:-3:10012>
}
}
}
 
I tried again but this time I put angle brackets <> around the product-kuid and it works in TRS2006.

queues {
load {
size 38800
initial-count 38800
product-kuid <kuid:-3:10010>
allowed-products {
0 <kuid:-3:10010>
1 <kuid:-3:10045>
2 <kuid:-3:10011>
3 <kuid:-3:10012>
}
}
}

Bob
 
Back
Top