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:
With this the fan appears in the correct position behind the radiator grille.
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.