Topic: SFC3 Mission script problems - Teaminfo.cpp is causing the problem.  (Read 3435 times)

0 Members and 1 Guest are viewing this topic.

Offline Stealth

  • Lt. Junior Grade
  • *
  • Posts: 18
  • Gender: Male
    • S31-IKS Forum
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>
« Last Edit: June 19, 2006, 01:28:44 am by Stealth »

Offline S31-Riptide

  • Lt. Junior Grade
  • *
  • Posts: 142
  • Gender: Male
    • Chaotic Network & SFC3.net
Re: SFC3 Mission script problems - Teaminfo.cpp is causing the problem.
« Reply #1 on: June 16, 2006, 04:53:48 pm »
can you open that in your VC++ and post what line 421 is... that would help greatly

Offline Stealth

  • Lt. Junior Grade
  • *
  • Posts: 18
  • Gender: Male
    • S31-IKS Forum
Re: SFC3 Mission script problems - Teaminfo.cpp is causing the problem.
« Reply #2 on: June 20, 2006, 10:45:52 am »
I can't compile the scriptinterface project completely, missing files and you need access to q3 file, so it is hardcoded then. Damn Activision. O well, I have to put aside all mission scripts refering to this problem, assertion failure at line 421 in teaminfo.cpp

if( Info.fSelectedClassType == kNoClassType )
{
// Ship was not created
Assert( false );                          <- Line 421
return kFalse;
}

<S>