Adding Product To A Clone

JohnnyC1

Pioneer Valley RR
I have looked around the forums and have not come up with a satisfactory explanation on how to add an invisible product to rolling stock that are not configured to carry loads. I want to configure a tank car to carry a load. Nothing special, just load it on a ProtLars track, no attachment points or animation. What do I need to add to the config file to make this happen?

Thanks,
Johnny
 
Open the tank cars kuid for Edit in Explorer and edit the config.txt file to add these lines:

queues
{
load
{
size 38800
initial-count 0

allowed-products
{
0 <kuid:-3:10010>
1 <kuid:-3:10045>
2 <kuid:-3:10011>
3 <kuid:-3:10012>
}
}
}

Then save the changes and commit. The 4 allowed products kuids are Crude Oil, Diesel Fuel, Petrol Fuel and Aviation Fuel, respectively.

Bob
 
Back
Top