Hi All,
Yes I know, I've been gone.
This time tho, I decided to give SFC-OP 2664 a try. Here's some feedback, and hopefully some helpful tips for you.
1- It's possible to make the old installers for stuff like coopace 4.0, and fests+11 (battlefest+), or even op+ 4.11 (even though D4v1ks made a rar of it) work again.
These things depend on registry keys to find path.
On 32-bit Windows, it should just-work. But no one uses 32-bit windows on modern PCs anymore!
On 64-bit Windows, the path of stuff 32-bit applications save to, in the registry, is modified by the system: there's an added "WOW6432Node" keyword in the path.
Thus, I made a .reg file and used it on my PC. This works fine and I can use my old tools and installers again.
You can also edit the registry with regedit to add both entries.
Note that if you do a .reg file, do double backslashes in the path.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Taldren\Starfleet Command Orion Pirates]
"Directory"="C:\\Path\\To\\Your\\SFC\\Starfleet Command Orion Pirates"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Taldren\Starfleet Command Orion Pirates]
"Directory"="C:\\Path\\To\\Your\\SFC\\Starfleet Command Orion Pirates"
2- It actually helps, for those installers, if the destination directory is not renamed. I dunno why NSIS is being a turd but it worked better if the endpoint dir is called "Starfleet Command Orion Pirates". This is not fully trouble-shooted yet.
With regards,
-- FireSoul