I've started playing around a little with modding tables and adding player-made ships just to get a feel for how things are done. When using the mod I made to test a SEXPing concept the mission failed to load, instead giving me an error message as well as a few warnings once I made another attempt in Fast Debug. The debug log is
here.
The error I received in FSO are as follows:
Error: Can't open model file <TTRM.pof>
File: modelread.cpp
Line: 1590
Now I've made two modifications used in this test mission. The first is a "GTF Pegasus Mark II" made by simply copying the GTF Pegasus table entry and changing a few data points. The other change I made is to add the "GTHC Garm" ship with its associated table, model, and other files. Through process of elimination I've determined that the presence of the Garm ship is what causes the mission to fail. The relevant debug warnings would appear to be:
Loading model 'FenrisII-GTCGarmRawr.pof' into slot '2'
Model FenrisII-GTCGarmRawr.pof has a null moment of inertia! (This is only a problem if the model is a ship.)
WARNING: "GTHC Garm (FenrisII-GTCGarmRawr.pof) has a null moment of inertia!" at ship.cpp:6558
So my question is what these errors/warnings mean. I haven't done anything beyond the "script kiddie" level so I don't know what to think other than that something was missing from what I downloaded.