Dynaverse.net

Taldrenites => Starfleet Command Mission Scripting => Topic started by: battlestar001 on September 01, 2005, 10:49:55 am

Title: Putting SFC 1+2 Missions into SFC 3?
Post by: battlestar001 on September 01, 2005, 10:49:55 am
Hi guys just wanted to know if anyone knows if SFC 1+2 Missions would work in SFC3? also can u put the SFC 3 missions in to the Singleplayer Conquest?

cheers
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: KBF-Kurok on September 01, 2005, 12:22:45 pm
no they are compiled differently. EEk has some that he made for sfc that are alot like some in op. Yes you can put them in the single player conquest i dont play that game much so im not real sure what to do, you might try these forums thohttp://www.starfleetcommand3.net/
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: el-Karnak on September 02, 2005, 03:03:06 pm
It's possible to port the source code used for SFC2 mission scripts to SFC3.  For the most part, taldren used the SFC2 API and enhanced it for SFC3.
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: battlestar001 on September 03, 2005, 02:59:26 pm
now uve just confused me  :o
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: KBF-Kurok on September 03, 2005, 06:53:37 pm
What he is saying is that they use the same code but arent compatiable. The sfc 3 games missions work in a different way than op and eaw.wich operat in a different way than sfc 1.
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: FPF-SCM_TraceyG_XC on September 03, 2005, 09:40:54 pm
In other words... with only a few slight changes, SFC2 missions can be recompiled for SFC3.

The scripting API for SFC1, however, is very different, but it is still possible to port over SFC1 missions into SFC2 and 3. Essentially it would require writing a brand new script that behaved the same was as the SFC1 mission.
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: battlestar001 on September 04, 2005, 07:46:53 am
how do i write the scripts?
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: FPF-SCM_TraceyG_XC on September 04, 2005, 09:01:21 am
The scripts are written in C++, you need Microsoft Visual C++ v6 SP5 to compile them, plus the API for whichever version of SFC you are writing them for.
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: battlestar001 on September 04, 2005, 12:20:43 pm
wheres he best place to get these from?
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: FPF-SCM_TraceyG_XC on September 05, 2005, 01:36:56 am
The scripting API can be downloaded for free from a number of different places, including the dowload section of d.net

The VC++ compiler is now out of print, eBay is your best option for picking up an old copy.

You will also need to be fairly experiences at programming with C++
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: ModelsPlease on September 06, 2005, 08:11:33 pm
What about conversions of EAW scripts to OP ? I know Firesoul did a conversion of the stock ones, I'm talking about ALL the other fan scripts that are out there. How hard would it be to convert them to OOP ?
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: FPF-SCM_TraceyG_XC on September 06, 2005, 11:26:17 pm
EAW scripts will compile as OP scripts without any changes at all, however the OP API does bahve slightly differently to EAW and some changes may be necessary to get it working exactly the same (eg. mGetClass() method returns a different value in OP to EAW)
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: ModelsPlease on September 07, 2005, 10:16:57 am
EAW scripts will compile as OP scripts without any changes at all, however the OP API does bahve slightly differently to EAW and some changes may be necessary to get it working exactly the same (eg. mGetClass() method returns a different value in OP to EAW)

I have no idea what you just said LOL. If I had the scripts and permissions, would you consider tweaking them for OP FPF_Tracey ?
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: FPF-SCM_TraceyG_XC on September 14, 2005, 07:23:40 pm
I think FireSoul has already converted many of the EAW scripts to OP already, perhaps you can compile a list of those missions which have not been done yet?
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: battlestar001 on March 01, 2006, 02:35:30 pm
can some one do that for all the EAW, OP, and SFC1 missions but for sfc3. it wud be gd to play em in sfc3
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: AlchemistiD on March 01, 2006, 03:24:22 pm
I wish I could help.  However I'm over my head with the SFC1 to SFC2 OP conversion.  I only know basic stuff.

You can try with the scripts, maybe you'll have a little more luck.  You can download them from Battleclinic.
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: battlestar001 on March 01, 2006, 03:45:55 pm
i cant d/l from there. it never lets me neware else i can get it and how do u convert em?
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: AlchemistiD on March 01, 2006, 06:44:49 pm
That would be my question.
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: S31-Riptide on March 13, 2006, 07:49:34 am
I would love to try converting OP to SFC3... but I just have way too many SFC3 Scripts to work on... maybe in a few weeks I'll look into it.  :huh:
Title: Re: Putting SFC 1+2 Missions into SFC 3?
Post by: Rhaz on April 04, 2006, 10:31:33 pm
Has anyone written a guide to converting sfcII/op missions to sfc3?  It would be interesting to see how the different tactics / options effect the play of the missions.