-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Instructions for Mac OSX are broken due to wrong innoextract flag? #163
Comments
It would also be helpful to instruct people to download the game using the offline installers. The main GOG download link gives you |
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
|
@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. |
@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. 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.
The text was updated successfully, but these errors were encountered: