Hello everybody, when I try out missions like the Meta_Scan and Pelican's Survey mission, then I get a assertion failed. Basically what that means is that the planet/planets won't show up in the misson if I ingored the assertion failed.
The assertion failed report says that "teaminfo.cpp" is causing the problem on line 421. When I go and check the problem then I get this data
if( Info.fSelectedClassType == kNoClassType )
{
// Ship was not created
Assert( false ); <- Line 421
return kFalse;
}
I got no clue what that means. I hope it is not a hardcoded problem, if so, these type of missions to the Sci-Fi Wars mod in association with S31-IKS fleet has to be scrapped.
So, can anybody help? please?
<S>