Dynaverse.net
Please login or register.

Login with username, password and session length
Advanced search  

News:

Dynaverse.Net ... your friend for SFC3 and SFC2.
We support all versions of these great games!

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

0 Members and 1 Guest are viewing this topic.

Stealth

  • Ensign
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 18
    • WWW
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, 12:28:44 am by Stealth »
Logged

S31-Riptide

  • Ensign
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 142
    • WWW
Re: SFC3 Mission script problems - Teaminfo.cpp is causing the problem.
« Reply #1 on: June 16, 2006, 03:53:48 pm »
can you open that in your VC++ and post what line 421 is... that would help greatly
Logged

Stealth

  • Ensign
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 18
    • WWW
Re: SFC3 Mission script problems - Teaminfo.cpp is causing the problem.
« Reply #2 on: June 20, 2006, 09: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>
Logged
 

Page created in 0.069 seconds with 20 queries.