"Updating" bogeys?

Timbu

New member
I have a loco that has a .pm file so it won't work..
With PM2IM I changed it into a IM file,
But now it's complaining it can't find the PM file, and there is no mention of the mesh in the config.
How do I tell it to use the .im mesh?
 
You need to upgrade to build 2.9 or above. Then you can add a mesh table telling trainz what the mesh file is called.
Example config is shown here:
Code:
username                                "Sample Bogey"
kuid                                    <kuid2:xxxxx:xxxxx:x>
kind                                    "bogey"
animdist                                3.75
category-class                          "ZB"
category-region                         "RO"
category-era                            "2000s"
trainz-build                            3.6

mesh-table
{
 default
 {
   mesh                                "bogey.im"
   auto-create                         1
 }
}
 
Back
Top