RZD 2M62U

CobraLAD

Member
Hello

Does anybody has below that is working

<kuid:92206:262> RZD 2M62U-0073A
<kuid:92206:263> RZD 2M62U-0073B

I am left with 1 error I don't know how to fix
VE76: Unable to load mesh file: '2m62u-0073a_shadow/2m62u-0073a_shadow.pm'
 
Due to the kind of the error it is important to know, what is the trainz-build in the configs of the assets and what is the trainz build the locos are intended to be used in (122411?).
 
This is an easy fix.

Since shadows are no longer needed, do this:

In Content Manager, right-click on the asset and choose Open... then chose edit config.txt file.

This will open in notepad.

Look for the mesh-table. It'll look like this.
Code:
mesh-table
{
  default
  {
    mesh                                "The other part of the mesh is here, don't touch this!"
    auto-create                         1
  }
 
  shadow
  {
    mesh                                "2m62u-0073a_shadow/2m62u-0073a_shadow.pm"
  }
}

Remove the shadow section. The asset listed isn't yours, since this is an example, but I think this will give you the idea.

Once you remove that section, save the config.txt file, and close it.
Submit your asset your asset and it should work.
If there are any problems, check your work.
 
These are old (trainz-build 1.3) assets, which don't have a mesh-table.
For <kuid:92206:262> add the following mesh-table to the config.txt:
Code:
mesh-table
{
  default
  {
    mesh 2m62u-0073a_body/2m62u-0073a_body.pm
    auto-create 1
  }
}
For <kuid:92206:263> add this mesh-table:
Code:
mesh-table
{
  default
  {
    mesh 2m62u-0073b_body/2m62u-0073b_body.pm
    auto-create 1
  }
}
Peter
 
These are old (trainz-build 1.3) assets, which don't have a mesh-table.
For <kuid:92206:262> add the following mesh-table to the config.txt:
Code:
mesh-table
{
  default
  {
    mesh 2m62u-0073a_body/2m62u-0073a_body.pm
    auto-create 1
  }
}
For <kuid:92206:263> add this mesh-table:
Code:
mesh-table
{
  default
  {
    mesh 2m62u-0073b_body/2m62u-0073b_body.pm
    auto-create 1
  }
}
Peter
Hi Peter, thanks all working 100%

"RussiansAreComing" :cool: another Phil Skene session fixed

Here is the story behind this post, with build 5.4, a lot of the old sessions don't work anymore, as soon as you open them, they bomb out immediately. No time to place anything and to save as 5.4. I even tried cloning them, still bombs out. I am talking about all the sessions from Phil Skene's old routes from early days, which is low build 2.4. I think it has to do with the TLR. The routes are no problem, can be opened and saved as 5.4, as soon as you remap a cloned session 5.4 to 5.4 route, still bombs out. This is what I have experience, maybe I am doing something wrong. I got all of them to work in 5.3.

But nevertheless, I have moved everything to TRS19, and it is a small backup of 25 gig. I will be rebuilding them on 5.4. This is what I enjoy, keeping history alive.
 
Back
Top