Could someone help with this please....

ozone45212

New member
I went through and changed all of my config files on the CEBX rail car parts so that I could get it to work in 2009. (Schnabel car) but I am stumped on the bogey. Could someone take a look and tell me how to fix it?

Error: Unable to load mesh file: '_______CEBX 800 bogey_______\cebx_800_bogey.pm'

<kuid:67761:50000>
 
Open the kuid for Edit in Explorer.
To fix the first error, edit the graphic file Shiny.tga to make the size a power of 2. Do this by increasing the image size from 10x9 pixels to 16x16 pixels. Save as uncompressed.
Fix the second error (..can't load the shadow mesh file..)as follows:
TS2009's CM2 assumes that .pm mesh files will have a shadow mesh defined. If it doesn't have one you can tell CM2 so by creating a mesh container in the config.txt file. Do this by editing the config.txt file and adding:
mesh-table
{
default
{
mesh "cebx_800_bogey.pm"
auto-create 1
}
}
}

save and commit.

Bob
 
Back
Top