Unloadable mesh files

The only reasons I can see for the described error are:

1. Config.txt error - usually happens if .pm is entered when the actual mesh is .im in the mesh-table, or vice-versa.
2. Corrupt mesh - if it's your asset, re-export the mesh from your modelling software. If it's not your asset, try redownloading it.

Shane
 
Write a mesh table, like this:

mesh-table
{
default {
mesh "'BR44_DR_body/BR44_DR_body.pm"
auto-create 1
}
}

Kieran.
 
I have a feeling that what has happened is that the .PM file has been replaced with a .IM file (by using PEV's PM2IM tool) and the config.txt file has not been updated to reflect this.

Shane
 
Simply Change it in the Config like so:

mesh-table
{
default {
mesh "'BR44_DR_body/BR44_DR_body.im"
auto-create 1
}
}

Then again if you converted the mesh.

Or swap it around in CCP.

-GDennish
 
Back
Top