Reefer Ice Industry Track giving error

gremlin1812

New member
G'Day All, This type of fault is always confusing to me, probably because I don’t really understand its workings.
I have in several routes loaded in TRS2006 this asset:-
Reefer Ice Industry Track <kuid2:67794:10003:1>
Which gives the following error:-
Error: The asset specified in '0' is not of the correct type. Below is the config:-

light 1
type "Industrial"
kuid <kuid2:67794:10003:1>
trainz-build 2.4
region "USA"
nightmode "lamp"
category-class "BI"
category-region-0 "US"
category-era-0 "1950s"
category-era-1 "1960s"
category-era-2 "1970s"
category-era-3 "1980s"
category-era-4 "1990s"
category-era-5 "2000s"
height-range -3000,3000
script "ProtoLars"
class "ProtoLars"
icon-texture "icon.tga"
icon0 <kuid2:30671:69012:1>
string-table {
productcount "1"
}
description "Protolars industry track only for loading and unloading ice from interactive reefers. Created with L. Ljungbergs CDK kit."
asset-filename "Reefer Ice industry Track"
kind "industry"
mesh-table {
default {
mesh "protolars.im"
auto-create 1
effects {
arrow0 {
kind "attachment"
att "a.track0a"
default-mesh <kuid:-3:10092>
surveyor-only 1
}
arrow1 {
kind "attachment"
att "a.track0c"
default-mesh <kuid:-3:10092>
surveyor-only 1
}
}
}
}
attached-track {
load_track {
track <kuid:-1:15>
vertices {
0 "a.track0a"
1 "a.track0b"
2 "a.track0c"
}
}
}
queues {
que {
size 10000000
initial-count 0
product-kuid <kuid2:67794:50004:1>
allowed-categories {
0 <kuid:-3:10013>
}
}
}
attached-trigger {
loadtrg1 {
att "a.track0b"
radius 15
track "load_track"
}
}
username "Reefer Ice Industry Track"
thumbnail
author "John Fitzpatrick"
organisation
contact-email "jfitzpa3@nycap.rr.com"
contact-website
license "Created with Lars Ljungberg CDK kit. May not be included in any commercial content. Freeware use only."
kuid-table {
icon0 <kuid2:30671:69012:1>
prod0 <kuid2:67794:50004:1>
0 <kuid:-3:10092>
1 <kuid:-1:15>
2 <kuid:-3:10013>
}

I assume it is referring to this part:-
queues {
que {
size 10000000
initial-count 0
product-kuid <kuid2:67794:50004:1>
allowed-categories {
0 <kuid:-3:10013>
}
}
}
Can any help resolve this one.
Regards
Barrie
 
The error is in this section:

product-kuid <kuid2:67794:50004:1>
allowed-categories {
0 <kuid:-3:10013>
}
}

kuid:-3:10013 is General Goods, not a category. Change to:

allowed-categories {
0 <kuid:-3:10042>

Bob
 
G'Day Bob, Thank you for that, it worked fine. I will have to find out how those products work as they at times cause grief.:hehe:
Regards
Barrie
 
Allowed-products and allow-categories are often misused, especially in older kuids. The only allowed kuids for allowed-categories are:
kuid:-3:10040
kuid:-3:10042
kuid:-3:10044
kuid:-3:10091

Bob
 
G'Day Bob, Thank you for that further information, I think I now understand things a bit better. All is now fixed and working.
Regards.
Barrie
 
Back
Top