VIA6415 Plymouth Switcher problem

teddytoot

Ancient Trainzer
Unfortunately as you do not accept PMs I shall have to post this in the open forum.

I have downloaded you nice little Plymouth switcher but unfortunately there is an error in it which makes the fan appear at the origin (on the track at the middle axle). I've had a look at it and discovered the problem. Attachment points should be on the default mesh and as you have attached them to the interior mesh, that should be the default. The mesh table should therefore read as follows:

Code:
mesh-table
{
  default
  {
    mesh                                "body/Cab Insides.IM"
    auto-create                         1
  }
  
  chassy
  {
    mesh                                "Body/Chassy.IM"
    auto-create                         1
  }
  
  fan0
  {
    mesh                                "Body/SwicherFan.IM"
    anim                                "Body/SwicherFan.KIN"
    att                                 "a.fan0"
    animation-loop-speed                3
    auto-create                         1
  }
  
  shadow
  {
    mesh                                "shadow/shadow.im"
  }
  
  body
  {
    mesh                                "body/body.IM"
    auto-create                         1
  }
}

With this the fan appears in the correct position behind the radiator grille.
 
Well this is embarrassing.. sorry i thot I updated the mesh guss not I'll update it soon as i can.
 
Not to worry; we all make mistakes at some time or other. At least it is easy to correct unlike some of the "updates" that have appeared on the DLS in the past.
 
Fixed and uploaded onto DLS, Looks like I forgot to update the mesh it was already to go just never copied into trainz format.
 
Back
Top