Welcome, Guest. Please login or register.
Did you miss your activation email?
December 01, 2008, 11:48:23 pm

Login with username, password and session length
Be sure to check out the Dynaverse.Net Repository, the most comprehensive SFC library around !! ftp.dynaverse.net
692179 Posts in 49564 Topics by 2957 Members
Latest Member: Jasoneagle
* Home Help Search Calendar Login Register
Dynaverse.net  |  Taldrenites  |  Starfleet Command Mission Scripting  |  Topic: Putting SFC 1+2 Missions into SFC 3? 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Putting SFC 1+2 Missions into SFC 3?  (Read 2923 times)
battlestar001
Ensign
*
Offline Offline

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
Logged
KBF-Kurok
Lt.
*
Offline Offline

Gender: Male
Posts: 715


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/
Logged

el-Karnak
Serverkit Development Team
Lt. Commander
*
Offline Offline

Gender: Male
Posts: 1214



WWW
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.
Logged

el-Karnak

Addled SFCOP/SFC3 Mission scripter.

Hankism
"Trees get sap on you.  You have to rake their leaves.  They fall in the forest and you can't hear them.  You can't trust them."
battlestar001
Ensign
*
Offline Offline

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  Shocked
Logged
KBF-Kurok
Lt.
*
Offline Offline

Gender: Male
Posts: 715


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.
Logged

FPF-SCM_TraceyG_XC
Empress of the Empire
Global Moderator
Commander
*
Offline Offline

Gender: Female
Posts: 2543



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.
Logged

Captain FPF-TraceyG, Federation Protection Fleet


SFC2.net Admin member
SFC3.net Admin member
Voting member of the DGA
Member of XenoCorp, Squadron Commodore
battlestar001
Ensign
*
Offline Offline

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?
Logged
FPF-SCM_TraceyG_XC
Empress of the Empire
Global Moderator
Commander
*
Offline Offline

Gender: Female
Posts: 2543



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.
Logged

Captain FPF-TraceyG, Federation Protection Fleet


SFC2.net Admin member
SFC3.net Admin member
Voting member of the DGA
Member of XenoCorp, Squadron Commodore
battlestar001
Ensign
*
Offline Offline

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?
Logged
FPF-SCM_TraceyG_XC
Empress of the Empire
Global Moderator
Commander
*
Offline Offline

Gender: Female
Posts: 2543



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++
Logged

Captain FPF-TraceyG, Federation Protection Fleet


SFC2.net Admin member
SFC3.net Admin member
Voting member of the DGA
Member of XenoCorp, Squadron Commodore
ModelsPlease
Fleet Admiral of OutaLance Shipyards
Commander
*
Offline Offline

Gender: Male
Posts: 4604


ModelsPlease


WWW
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 ?
Logged

http://www.freewebs.com/manitobashipyards/modelspleasesshipyard.htm

http://outalance.battleclinic.com/Models%20Please/

ModelsPlease, resident "Model Junkie" recovering from a tragic crayon sharpener accident.
FPF-SCM_TraceyG_XC
Empress of the Empire
Global Moderator
Commander
*
Offline Offline

Gender: Female
Posts: 2543



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)
Logged

Captain FPF-TraceyG, Federation Protection Fleet


SFC2.net Admin member
SFC3.net Admin member
Voting member of the DGA
Member of XenoCorp, Squadron Commodore
ModelsPlease
Fleet Admiral of OutaLance Shipyards
Commander
*
Offline Offline

Gender: Male
Posts: 4604


ModelsPlease


WWW
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 ?
Logged

http://www.freewebs.com/manitobashipyards/modelspleasesshipyard.htm

http://outalance.battleclinic.com/Models%20Please/

ModelsPlease, resident "Model Junkie" recovering from a tragic crayon sharpener accident.
FPF-SCM_TraceyG_XC
Empress of the Empire
Global Moderator
Commander
*
Offline Offline

Gender: Female
Posts: 2543



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?
Logged

Captain FPF-TraceyG, Federation Protection Fleet


SFC2.net Admin member
SFC3.net Admin member
Voting member of the DGA
Member of XenoCorp, Squadron Commodore
battlestar001
Ensign
*
Offline Offline

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
Logged
AlchemistiD
Lt. Junior Grade
*
Offline Offline

Gender: Male
Posts: 427



WWW
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.
Logged

battlestar001
Ensign
*
Offline Offline

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?
Logged
AlchemistiD
Lt. Junior Grade
*
Offline Offline

Gender: Male
Posts: 427



WWW
Re: Putting SFC 1+2 Missions into SFC 3?
« Reply #17 on: March 01, 2006, 06:44:49 pm »

That would be my question.
Logged

S31-Riptide
Ensign
*
Offline Offline

Gender: Male
Posts: 142



WWW
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
Logged

Rhaz
Lt. Junior Grade
*
Offline Offline

Posts: 323



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.
Logged
Pages: [1] Print 
Dynaverse.net  |  Taldrenites  |  Starfleet Command Mission Scripting  |  Topic: Putting SFC 1+2 Missions into SFC 3? « previous next »
Jump to:  

Powered by MySQL Powered by PHP Dynaverse.net | Powered by SMF 1.0.15.
© 2001-2008, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!
Page created in 0.238 seconds with 20 queries.