Tane 1Trk Wood Problem ( Kuid-25:1062 ) .... SOLVED

martrain

New member
I downloaded some things from DLS.

All the selected parts that require (Tane 1Trk Wood = KUID -25:1062) told me they had missing dependencies.
However, the missing KUID (-25:1062) is included and is in red, indicating that it itself has missing dependencies!!!!!
But when I look at what it's missing, everything is black and nothing is missing!

What could be wrong with this KUID?

What should I check?

Thank's for your help.
 
Last edited:
I've had issues with things like this and for me it turned out I had a number of obsolete older versions of assets. Deleting these obsolete one's resolved the issue for me. That dosn't mean this will be the same issue you have but worth a look

Some may also suggest that you do a database rebuild (can take time to complete)
 
<kuid:-25:1062> TANE 1 Trk Wood is a built-in asset.

Running a database repair may fix the problem.

At the Launcher, without Trainz running, click on the Developer menu.
Click on Rebuild Database.
 
Hi everybody,

I have to say that, if us, common mortals, have to obsolete our creations by applying a rigourous rule of <kuid:12345:1>, then <kuid2:12345:1:1>, then <kuid2:12345:1:2>, etc,
I've always seen, with Auran objects (locomotives, cabs, tracks, etc, something like : <kuid:-1:2300>, then <kuid:-1:6700>, then <kuid:-25:1700>, then <kuid:34000:18>, etc .

Go in Content Manager, fill in name "gen1960" + category "Train component" : you will have 4 iterations :
<kuid:-25:1174> Gen1960 op1
<kuid:-10:172> Gen1960 op1
<kuid:-25:1120> Gen1960 op1
<kuid:-25:1495> Gen1960_op1

What a mess ! If we cannot trace the obsoleting scheme of such assets, I'm sure that even the game and its database are getting confused !!!!

Cheers,

Philippe
 
You have got it wrong.
applying a rigourous rule of <kuid:12345>, then <kuid2:12345:2>, then <kuid2:12345:3>, etc,
Kuid, without the 2, was how assets used to be numbered. If an update was released, a new kuid was required with an obsolete kuid in its table.
When kuid2 came about, you did not need a new kuid number; you just updated the version number (in red) by one. The first kuid is also = to kuid2 version 1. All version numbers below the latest installed version become obsolete. Just go into CM and select obsolete then select all, and delete. Only built-in, packaged and DLC assets can not be deleted.
Each newer kuid will obsolete the older ones in it obsolete table in the config file. Only the newest one will be loaded.
<kuid:-25:1174> Gen1960 op1
<kuid:-10:172> Gen1960 op1
<kuid:-25:1120> Gen1960 op1
<kuid:-25:1495> Gen1960_op1
 
Last edited:
HOURRAH !!!!

Hello

- PROBLEM SOLVED -

How?

I opened the KUID modification. I printed the Config file.
I checked the Assets with their corresponding KUIDs.
I found three KUID number errors that no longer matched.
These three numbers were probably modified by Auran by adding a "2" after the word KUID. By doing this, it's not the same number with an improved version, but a new number!
The interpretation of the KUID therefore changes.

So I modified the Config file accordingly.

I submitted the modification and the KUID is now functional.

With the MODIFIED note.

Here are the changes to be made.

In three asset call procedures, the KUID line must be modified.

In "Attached-Sline"...

- the rail_left procedure, kuid:523:19723509, to be modified for Kuid2:523:19723509:2
- the rail_right procedure, kuid:523:19723510, to be modified for Kuid2:523:19723510:2
- the sleepers procedure, kuid:523:19723511, to be modified for Kuid2:523:19723511:2

See the numbers "2" after the word KUID. I immediately added the latest version number.

Also, don't forget to change the KUID numbers in the variable table at the bottom of the file.

There you go.
I'm new to this software and I'm only just beginning to understand how it works.

Thanks for your advice; it's put me on the right track to fixing it.

There are probably other broken items due to the same kind of movement in the improvements.
If the called KUID has changed number instead of just changing version, everything related to it becomes problematic.
 
Back
Top