Kuid not the correct type

nimec

Member
Hi, A route I've recently downloaded contained the asset CDK Limestone Aggregate,<kuid2:371339:27201:1> which has an Error/warning that says one of the dependencies, kuid2:30671:9252101:2 which is Limestone aggregate, is not of the correct type.
Can any help by telling what is the correct one is and where to find it please?
Cheers
 
Hmm, I've seen this before in my trs2006 days. Most of the time this has to do with an incorrect entry in the config.txt for the product queue for the limestone aggregate kuid2:30671:9252101:2.
Have a look for the tag 'allowed-categories' and change that in 'allowed-products' for the above kuid.
In trainz categories are general goods types, like bulk load, liquid, containers, etcetera, while the limestone aggregate is a specific product.

Hope this helps. ;)

Greetings from sunny Amsterdam,

Jan
 
The queue in my copy looks like this:
Code:
queues
{
  que
  {
    size                                10000000
    initial-count                       10000000
    product-kuid                        <kuid2:30671:9252101:1>
 
    allowed-categories
    {
      0                                 <kuid:-3:10040>
      1                                 <kuid:-3:10042>
      2                                 <kuid:-3:10044>
    }
  }
}

Bob Weber
 
Thanks Gentlemen. I edited the config file using the example supplied by Bob
It did the trick so thanks for that. On my copy it had the initial count as 0 and in the allowed -catogories had a repeat of the product-kuid and numbered as 3.
Perhaps you may be able to help me with another one. It is
Sig 2AT Gantry OHL,<kuid2:125145:24001:1> and has the

Error: Texture 'grey.texture' is missing or could not be loaded for mesh 'autoplate.im'.

If the texture is missing is it something that can be added and if so, is it one that you are also able to illustrate again by showing me the section of the config file so that I may follow it to do the editing? Cheers
Bill
 
Back
Top