ok, nearly finished it now. all heirarchy works, and it works in-game.
however it seems that all versions of this particular mesh will crash fred and fred_open (latest HTL one). i've tracked the problem down to Code\Model\ModelsInc.h - third and fourth lines from the bottom:
#define MAX_POLYGON_VECS 1100 //6500 (7x)
#define MAX_POLYGON_NORMS 2800 //6500 (3x)
it seems that whatever this MAX_POLYGON_VECS is, it won't let the fenris into fred.
on the other hand, i added 3 zeros to the end of both the above limits (overkill probably), compiled and ran, everything the same as before, and it worked perfectly in fred and ingame, with no noticable drawbacks.
so unless a coder can spot what i can't, could someone with SCP fred access bump those limits for the next fred release plz? thanx
