Topic: Putting SFC 1+2 Missions into SFC 3?  (Read 9950 times)

0 Members and 1 Guest are viewing this topic.

Offline battlestar001

  • Lt. Junior Grade
  • *
  • Posts: 139
Putting SFC 1+2 Missions into SFC 3?
« 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

Offline KBF-Kurok

  • Lt.
  • *
  • Posts: 829
  • Gender: Male
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #1 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/

el-Karnak

  • Guest
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #2 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.

Offline battlestar001

  • Lt. Junior Grade
  • *
  • Posts: 139
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #3 on: September 03, 2005, 02:59:26 pm »
now uve just confused me  :o

Offline KBF-Kurok

  • Lt.
  • *
  • Posts: 829
  • Gender: Male
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #4 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.

Offline FPF-SCM_TraceyG_XC

  • Empress of the Empire
  • Commander
  • *
  • Posts: 2543
  • Gender: Female
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #5 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.
Captain FPF-TraceyG, Federation Protection Fleet


SFC2.net Admin member
SFC3.net Admin member
Voting member of the DGA
Member of XenoCorp, Squadron Commodore

Offline battlestar001

  • Lt. Junior Grade
  • *
  • Posts: 139
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #6 on: September 04, 2005, 07:46:53 am »
how do i write the scripts?

Offline FPF-SCM_TraceyG_XC

  • Empress of the Empire
  • Commander
  • *
  • Posts: 2543
  • Gender: Female
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #7 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.
Captain FPF-TraceyG, Federation Protection Fleet


SFC2.net Admin member
SFC3.net Admin member
Voting member of the DGA
Member of XenoCorp, Squadron Commodore

Offline battlestar001

  • Lt. Junior Grade
  • *
  • Posts: 139
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #8 on: September 04, 2005, 12:20:43 pm »
wheres he best place to get these from?

Offline FPF-SCM_TraceyG_XC

  • Empress of the Empire
  • Commander
  • *
  • Posts: 2543
  • Gender: Female
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #9 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++
Captain FPF-TraceyG, Federation Protection Fleet


SFC2.net Admin member
SFC3.net Admin member
Voting member of the DGA
Member of XenoCorp, Squadron Commodore

Offline ModelsPlease

  • Retired Model Junkie
  • Commander
  • *
  • Posts: 4665
  • Gender: Male
  • ModelsPlease
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #10 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 ?

ModelsPlease, resident "Model Junkie" recovering from a tragic crayon sharpener accident.

Offline FPF-SCM_TraceyG_XC

  • Empress of the Empire
  • Commander
  • *
  • Posts: 2543
  • Gender: Female
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #11 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)
Captain FPF-TraceyG, Federation Protection Fleet


SFC2.net Admin member
SFC3.net Admin member
Voting member of the DGA
Member of XenoCorp, Squadron Commodore

Offline ModelsPlease

  • Retired Model Junkie
  • Commander
  • *
  • Posts: 4665
  • Gender: Male
  • ModelsPlease
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #12 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 ?

ModelsPlease, resident "Model Junkie" recovering from a tragic crayon sharpener accident.

Offline FPF-SCM_TraceyG_XC

  • Empress of the Empire
  • Commander
  • *
  • Posts: 2543
  • Gender: Female
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #13 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?
Captain FPF-TraceyG, Federation Protection Fleet


SFC2.net Admin member
SFC3.net Admin member
Voting member of the DGA
Member of XenoCorp, Squadron Commodore

Offline battlestar001

  • Lt. Junior Grade
  • *
  • Posts: 139
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #14 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

Offline AlchemistiD

  • Lt. Junior Grade
  • *
  • Posts: 440
  • Gender: Male
  • No Replacement For Displacement
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #15 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.

Offline battlestar001

  • Lt. Junior Grade
  • *
  • Posts: 139
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #16 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?

Offline AlchemistiD

  • Lt. Junior Grade
  • *
  • Posts: 440
  • Gender: Male
  • No Replacement For Displacement
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #17 on: March 01, 2006, 06:44:49 pm »
That would be my question.

Offline S31-Riptide

  • Lt. Junior Grade
  • *
  • Posts: 142
  • Gender: Male
    • Chaotic Network & SFC3.net
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #18 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:

Offline Rhaz

  • Lt. Junior Grade
  • *
  • Posts: 374
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #19 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.