Trouble with Tank Cars

44Smith

New member
I thought I was starting to understand about editing the configuration file but have met a roadblock.
The LARS tankcars I have placed on my layout all list the same error. "The Product Kuid Is Not Of The Correct Type".
The product kuid in the file is for Liquid Load. What can I change this to, so it shows as a 'Clean' file ?


(part of an offending file)

kuid <kuid:64038:151023>
origin "US"
engine 0
name "Tanker ExxonMobil(FUEL)"
mass 11000
company "ExxonMobil"
bogey <kuid:45681:50000>
kind "traincar"
enginespec <kuid:-1:42004201>
description "Reskin of Roger Little's Tank Car with permission"
category-class "XBG"
category-region-0 "US"
category-era-0 2000
trainz-build 2.4
asset-filename "tanker_procor60037"
string-table {
maxweight "75000"
}
icon0 <kuid2:30671:69006:1>
queues {
load {
size 75000
initial-count 0
product-kuid <kuid:-3:10044>
allowed-products {
0 <kuid:-3:10010>
1 <kuid:-3:10011>
2 <kuid:-3:10012>


Thank you for your time.....Ralph
 
The problem is the product-kuid number is not a product kuid but is a product-category, kuid:-3:10044 is liquid load. Change the product-kuid to one of the allowed products such as:

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

Bob
 
Back
Top