Problem with the 800mm rack track

hholdenaz

Well-known member
There's a problem with the 800mm rack track. For some reason, although it's installed, it won't show up in game. Here's a picture of what I mean:

trainz2012-09-2721-54-48-51.jpg


Can someone please help me out?
 
Check the asset in CM and see if it doesn't have any errors.

The asset may have some texture mapping issues or perhaps there's a mesh problem.

I've seen this before but I never bothered to figure out what was wrong. I just deleted the broken asset and went on from there.

John
 
Check the asset in CM and see if it doesn't have any errors.

The asset may have some texture mapping issues or perhaps there's a mesh problem.

I've seen this before but I never bothered to figure out what was wrong. I just deleted the broken asset and went on from there.

John

Actually, it has no faults. Double-checked and the earlier version had faults, but the new one did not.
 
When updating the asset, all information for displaying the track were removed fron the config.
Here is a config fixing the updated configs for the tracks with and without the rack.

Code:
----- config.txt for '800mm rack' <kuid2:78193:30001:1> -----

kuid                                    <kuid2:78193:30001:1>
username                                "800mm rack"
kind                                    "track"
trainz-build                            2.8
category-class                          "TR"
category-era                            "1990s"
category-region                         "CH"

mesh-table
{
  default
  {
    mesh                                "solidrack.im"
    auto-create                         1
  }
}
length                                  1.6
istrack                                 1
isroad                                  0
width                                   2
repeats                                 1
bendy                                   1
author                                  "Terry Stormont"
contact-email                           "terry@cyberstorm.co.uk"
license                                 "This content belongs to Cyberstorm Ltd, you may use it on any layout which is freeware, payware layouts must email for permission, if you re-skin this content ask for permission before using it."
organisation                            "Cyberstorm Ltd"
contact-website                         "www.cyberstorm.co.uk"

thumbnails
{
  0
  {
    image                               "thumbnail.jpg"
    width                               240
    height                              180
  }
}

------ end of config.txt --------------------------------------------

----- config.txt for '800mm with no rack' <kuid2:78193:30003:1> -----

kuid                                    <kuid2:78193:30003:1>
username                                "800mm with no rack"
kind                                    "track"
trainz-build                            2.8
category-class                          "TR"
category-era                            "1990s"
category-region                         "CH"

mesh-table
{
  default
  {
    mesh                                "solidnorack.im"
    auto-create                         1
  }
}
length                                  1.6
istrack                                 1
isroad                                  0
width                                   2
repeats                                 1
bendy                                   1
author                                  "Terry Stormont"
contact-email                           "terry@cyberstorm.co.uk"
license                                 "This content belongs to Cyberstorm Ltd, you may use it on any layout which is freeware, payware layouts must email for permission, if you re-skin this content ask for permission before using it."
organisation                            "Cyberstorm Ltd"
contact-website                         "www.cyberstorm.co.uk"

thumbnails
{
  0
  {
    image                               "thumbnail.jpg"
    width                               240
    height                              180
  }
}

Peter
 
Thanks Peter.

But now I have a new problem with the LMS Roundhouse. Here's what I mean:

trainz2012-12-0321-10-41-04.png


As you can see, some tracks are not showing up. Does anyone know what to do?
 
The problem is the Turntable Track <kuid2:68236:38000:2>.
Add the following mesh-table to the config.txt

Code:
mesh-table
{
  default
  {
    mesh                                "turntable_track.im"
    auto-create                         1
  }
}
With this fix the track will be visible, but there is another problem with this track -- the mesh is constructed incorrectly and as a result overlaps part of the pit.

Fix: Replace the turntable track (<kuid:68236:38000>) by another one.
examples:
Austin superbendy Track only <kuid2:316:38003:2> (TS2010 and TS12 builtin)
Austin superbendy Track only-TRS2010 <kuid:439337:100525>

Peter
 
Thanks for the help Peter. Now, although I hate to be a pushover, there's been this problem with Tugboat Marion that I had with TS 2009: it's too far above the trackbed. I'd take a picture of what I mean, but I can't for 2 reasons:

1. The computer TS 2009 doesn't work anymore and I plan to replace it soon.

2. (Loud voice) IT'S TRS 2004!!!

(Calms down)

Sorry about that: it's just that for some reason, TS 12 doesn't have compatibility mode.
 
You have to add the mesh-table to the config.txt of the turntable track and not to the one of the roundhouse.

Peter
 
Unfortuntely, despite following the advice given before, I'm now once again having trouble with the 800mm track; once more, it won;t show up in game. Does anyone have a solution to this?
 
Back
Top