Dynaverse.net
Taldrenites => General Starfleet Command Forum => Topic started by: power2022 on May 30, 2008, 09:22:02 pm
-
Hey Guys, I've been trying to mod SFC OP without C++, using FMSE. Now I'm not sure if there's a patch or something, but I've just tried my first mission with it, and all SFC OP does is show the splash screen and crash to desktop. Without FMSE I might as well scrap it all, but really really don't want to. Is there anyway to allow FMSE to build scripts for SFC OP? I have a feeling it really should work but for some odd reason it's not at all. (I've already set the directory correctly in FMSE)
Any answer to this would get me off this road block.
-
Even if there were to get a hold of remus (James Carter) to see if it would be that hard (like is it just a few file name changes, SFC2 and OP aren't THAT different). Like I would even learn C++ and try to convert it, if I could decompile FMSE into something visible (I've tried Dev-C++ so far a free program, but to no avail so far...) then I could maybe by some slim chance be able to make it work so I could continue modding, I'm at the main plot of the whole damn thing and am totally stuck.
-
FMSE doesn't work with OP. At one point Magnum man (IIRC) offered the source code to someone if they wanted to adapt it to OP. Nobody took him up on the offer though.
-
Haha oh man, I wish I knew how to adapt it. If it were a simple matter or change this a thousand times I'd do it. It might just be easier to learn C++ and how to script.
-
Haha oh man, I wish I knew how to adapt it. If it were a simple matter or change this a thousand times I'd do it. It might just be easier to learn C++ and how to script.
YOu will have to find Visual C++ 6 I beleive to do the programming of missions (I haven't found a copy for under a few hundred bucks yet, still looking tho)
-
Haha oh man, I wish I knew how to adapt it. If it were a simple matter or change this a thousand times I'd do it. It might just be easier to learn C++ and how to script.
YOu will have to find Visual C++ 6 I beleive to do the programming of missions (I haven't found a copy for under a few hundred bucks yet, still looking tho)
Correct, the scripts can only be compiled in Microsoft Visual C++ 6.0 SP5 with the October 2001 MSDN Libraries along with the OP scripting API (or Firesoul's updated scripting API).
As for the differences in changes.. not many, however the DirectX runtime from EAW and OP are different. EAW is compiled under DirectX 7, OP is compiled under DirectX8.0 .. due to changes in the DirectX SDK, modifications to the API for the game engine and scripting were necessary, which is what makes the games incompatible with each other.