Open guy4261 opened 7 months ago
It would also be helpful to instruct people to download the game using the offline installers. The main GOG download link gives you GOG_Galaxy_Fallout.exe
which I have no idea what to do with. I had to dig around to find the offline installer buried under several menus.
I'm a mac user so I can't really run the offline installer. My experience (and I bet these screens change often...) is that the default option is to download an offline installer, but there's also a list with two items that lets you download the 2 files I mentioned.
Following these instructions did succesfully get me the files for the game. However the community Fallout app doesn't start. It just keeps bouncing and says Application not responding after a while. I'm using Sonoma 14.4.1. Other than that I have no weird stuff installed. Anyone know what could be wrong?
In addition to issues with the innoextract
flag, the official instructions don't make sense for the steam download which doesn't give you an installer but rather it gives you a couple .DAT
files and a .cfg
file. The instructions which worked for me are (EDIT: I published these instructions with additional screenshots here:
-console
flag: /Applications/Steam.app/Contents/MacOS/steam_osx -console
. This will give you a new CONSOLE
tab at the top beside the STORE
, LIBRARY
, etc tabs.38400
and the English language depot ID was 38409
--you can find more depots on the 'depots' tab on the left of the page)CONSOLE
tab of the Steam client, run download_depot <appid> <depotid>
(e.g., download_depot 38400 38409
). After a moment, the console should report that the download has begun and when it completes, it will print the download path.~/Games/Fallout
~/Games/Fallout
).This looks like this to me: And then I get this error:
@tofagerl Did you download from Steam from the instructions I provided? When I downloaded from Steam I only had a MASTER.DAT, a CRITTER.DAT, and a fallout.cfg file...
In case it is helpful, I published the same instructions but with screenshots on my blog: https://blog.weberc2.com/posts/fallout-macos.html
@weberc2 No, I used Whisky and assumed I just did the same operation in a different way. I'll try it your way.
@tofagerl I'm still surprised you got that error seeing as how your directory has all the same files as the Steam download... 🤔
It seems to have more files, actually. Oh well. It works now - I just downloaded it with the console thing, and verified that it started up. I'm at work, so I can't really start playing yet :D
Thanks for your help!
Thanks @guy4261 I ran into the same issue. Got as far as actually extracting the offline installer instead of the GOG installer, but having to drag the .app file into the folder didn't click for me yet, haha. Works now :)
On my machine, I see
innoextract
should be probably used with-d
, not-I
:So I would suggest:
Buy the game from GoG. Don't download their (Windows) installer but the two files the link two (
setup_fallout_1.2_(27130).exe
- 800K in size andsetup_fallout_1.2_(27130)-1.bin
- 686M in size from what I've seen).As suggested in the current instructions,
brew install innoextract
. For me it produced version 1.9 as seen above.innoextract setup_fallout_1.2_\(27130\).exe -d /Applications/Fallout
Download the
fallout-ce-macos.dmg
, open it, pull theFallout Community Edition
app icon into/Applications/Fallout
.Running the app will now successfully start the game.