Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kols/3969f3a409edab6147ff to your computer and use it in GitHub Desktop.
Save kols/3969f3a409edab6147ff to your computer and use it in GitHub Desktop.
How to get the Fallout 1 (and Fallout 2) high-resolution patch working for Mac OS X

Fallout 1 (and Fallout 2) Hi-Res Patch for Mac OS X

Fallout 1 was originally designed to run at 640x480 resolution. I wanted to run the Mac OS X version of Fallout on my MacBook 11", which has a 1366x768 display. There is a high resolution patch, but it only supports the Windows version of Fallout.

Turns out that the OS X version of Fallout runs through Wine, so we can get this patch working with just a few configuration changes:

Note for Fallout 2 users: The process for Fallout 2 is essentially the same, with a different patch, and some minor pathing differences. Other than that, the process is exactly the same!

Install Wine

  1. Install Homebrew, a package manager for OS X
  2. Open a terminal and install Wine with brew install wine

Note: Installing Wine will take some time. You may move on to "Configure Fallout's Wine Launcher" while Wine is installing, but wait until the Wine installation is complete before attempting "Configure and Patch".

Configure Fallout's Wine

  1. Right click on /Applications/Fallout/, and choose "Show Package Contents" to browse Fallout's files
  2. Run the Wineskin utility, and click "Screen Options"
  3. Change the "Resolution" option to "Current Resolution" (Or the resolution you plan on running Fallout at. You may need to revisit this step when selecting the patch's resolution.)
  4. Click "Done" to go back to the main Wineskin menu
  5. Click on "Advanced", and then the "Winetricks" button under "Utilities"
  6. Under the "dlls" list, put a check next to "d3dx9", and click the "Run" button, then "Run" again to confirm

Install the High Res Patch

  1. Download and extract the Fallout 1 High Resolution Patch
  2. Extract "Fallout1_High_Resolution_Patch_v4.1.8.exe"
  3. Copy all files except the "data" directory to Applications/Fallout/Contents/Resources/drive_c/GOG Games/Fallout (Note:, this path is for the GOG version of Fallout. This path may differ slightly depending on the version of Fallout you have.)
  4. Merge the "data" directory into Applications/Fallout/Contents/Resources/drive_c/GOG Games/Fallout/data/ (Do not overwrite the data directoy. We need to keep the original files around.)
  5. (Optional) Create a backup copy of Applications/Fallout/Contents/Resources/drive_c/GOG Games/Fallout/falloutw.exe

Configure and Patch

Note: Make sure Wine is installed before performing these steps.

  1. Open a terminal and navigate to Applications/Fallout/Contents/Resources/drive_c/GOG Games/Fallout/
  2. Run wine f1_res_Config.exe
  3. Make sure "Windowed" is unchecked
  4. Select the resolution matching Fallout's Wine configuration (see "Configure Fallout's Wine", step 3)
  5. Click the "Enable" button to enable the Hi-Res patch
  6. Click "Done"

Run Fallout

That's it! You should now be able to run Fallout in a higher resolution. You may need to tweak the patch configuration and Fallout's Wine to get it working.

Troubleshooting

"Error initializing video mode"

If you get a Windows-style error message that says "Error initializing video mode", it means that Fallout's Wine and the patch are not configured to the same resolution. They must match to work.

Inverted/Distorted Colors

If the game runs but the colors are inverted/distorted, it means the "d3dx9" DLL is not installed in Fallout's Wine. See "Configure Fallout's Wine", step 6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment