I made a new starfighter mesh, then set up and odf and reqs and effects and all in the proper fasion. I'm cartain I've made no mistakes, and I've gone over my work several times. Still, in-game it refuses to spawn. I placed one as an object, and that one isn't there either. The error log says this:
Code: Select all
Message Severity: 3
.\Source\LoadUtil.cpp(1172)
Could not find odf "ter_fly_jet"!
Message Severity: 3
.\Source\LoadUtil.cpp(1222)
Attempting to build an object, ter_fly_jet, that does not have an .odf file associated with it
Message Severity: 2
.\Source\VehicleSpawn.cpp(191)
Vehicle spawn missing class "ter_fly_jet"
Message Severity: 2
.\Source\VehicleSpawn.cpp(191)
Vehicle spawn missing class "ter_fly_jet"
It is as though it isn't munging; but it is. The mungelog even complains about it having 8,000 or so vertices and no collision geometry, etc., like I get with most of my models. Still, it's never shown up in-game.
How could I fix this strange issue?