Page 1 of 1

Release for MacOS X

Posted: Wed Dec 07, 2016 1:33 pm
by prof-farnsworth
Dear awesome Fallout 1.5 - Resurrection team,

there is also Fallout 2 available for MacOS X at GOG, so I thought maybe the Resurrection modification could work there as well? Do you maybe have any experience to maybe build it for MacOS X too?

Thanks and best regards,
Prof. Farnsworth

Re: Release for MacOS X

Posted: Wed Dec 07, 2016 2:28 pm
by prof-farnsworth
What i've found out so far is, that GOG only uses wine and some wrappers to execute Fallout. I've also followed the instructions to copy the files manually into the correct folders. But anyway after executing Fallout.app I receive the "loading" screen which shows Fallout 1.5 but than return back to the main screen without loading the game. Did someone of you maybe had same experience and maybe also a solution for it?

1. I've copied the data from the downloaded zip archive:

Code: Select all

$ cd '/Applications/Fallout 2.app/Contents/Resources/game/Fallout 2.app/drive_c/Program Files/GOG.com/Fallout 2'
$ cp -ra ~/Downloads/FoRes_EN_1_5/Resurrection/* .
$ cp -ra ~/Downloads/FoRes_EN_1_5/sound .
2. I've modified the Info.plist in '/Applications/Fallout 2.app/Contents/Resources/game/Fallout 2.app/Contents'. By replacing the following line:

Code: Select all

- <string>/Program Files/GOG.com/Fallout 2/Fallout.exe</string>
+ <string>/Program Files/GOG.com/Fallout 2/fores.exe</string>

Re: Release for MacOS X

Posted: Wed Dec 07, 2016 5:43 pm
by Daemon
Unfortunately, we don't have experience with MacOS. I know people were able to run Resurrection in Linux using Wine so I think it should be possible on MacOS too.
Resurrection files are supposed to be in its own "Resurrection" subfolder in Fallout 2 folder, not directly in Fallout 2 folder. That means patch to Resurrection executable is supposed to be:
Fallout 2\Resurrection\fores.exe

And don't forget to set "native,builtin" for files "ddraw.ini" and "ddraw.dll" in the Fallout 2/Resurrection directory in order to ensure that all Sfall functions run properly. If after all that the game starts with a black screen and nothing else happens, try to change the graphics mode using the Configuration Program. The "Original - 8bit" setting is your best bet in that case.

Re: Release for MacOS X

Posted: Thu Dec 08, 2016 9:40 am
by prof-farnsworth
Thanks a lot for your feedback, I think it was my fault because I copied the data the wrong way. After fixing this issue it works really well with the GOG MacOS X version!

Code: Select all

$ cd '/Applications/Fallout 2.app/Contents/Resources/game/Fallout 2.app/drive_c/Program Files/GOG.com/Fallout 2'
$ cp -ra ~/Downloads/FoRes_EN_1_5/Resurrection .
The correct string for the Info.plist:

Code: Select all

<string>/Program Files/GOG.com/Fallout 2/Resurrection/fores.exe</string>