P-10 Tender problem

blackfour

New member
Hi all, sorry to bother. Having a problem with the Southern Pacific P-10 from the DLS. Been out of Trainz for a while, so I'm completely lost. The issue is something to do with air hoses - I have all the dependancies installed and working properly, but Content Manager flags up that it is 'Unable to load mesh file "tender_body/hose_low.im" and "tender_body/hose_high.im"

Any ideas, anybody?

Sorry if it's a silly question, and many thanks for reading this far.

Kind regards,

Tom
 
Open the asset for editing,

open the config.txt

in this section of the config.txt

airhoseb
{
mesh "tender_body/Hose_low.im"
auto-create 1
att "a.anglecock1"
att-parent "default"
}

airhosebu
{
mesh "tender_body/hose_high.im"
att "a.anglecock1"
att-parent "default"
}

Change "tenderbody/hose_low.im" to "airHose_low.im"

Change "tender_body/hose_high.im" to "airhose_high.im"

Save and submit edits.

How to find the solution to this kind of error yourself. When you see the error that says it is unable to load a specific mesh open the asset for editing in explorer. Go look in the location it says it is supposed to be, sometimes they are in a different location, sometimes the name is wrong, sometimes the mesh is left out and you might be able to find it in a similar asset by the same author, and sometimes the mesh is actually broke.

In this case the name of the mesh was wrong and the path to the mesh was wrong.
 
Last edited:
Hi there,

Many thanks for clearing that up! That solved the problems, and it's all working fine. Many thanks for the advice on how to fix errors like this as well! That helped me solve a few other issues that were bugging me.

Best wishes,

Tom
 
Back
Top