From 85bdb9ccf9e55fb121cfde38213cc32fbfede307 Mon Sep 17 00:00:00 2001 From: Christopher May-Townsend Date: Sun, 3 Mar 2024 07:22:35 +0000 Subject: [PATCH] Update installation instructions (#133) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 3da0e59..e1d2fd8 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ Download and copy `fallout-ce.exe` to your `Fallout` folder. It serves as a drop - Use Windows installation as a base - it contains data assets needed to play. Copy `Fallout` folder somewhere, for example `/home/john/Desktop/Fallout`. +- Alternatively you can extract the needed files from the GoG installer: + +```console +$ sudo apt install innoextract +$ innoextract ~/Downloads/setup_fallout_2.1.0.18.exe -I app +$ mv app Fallout +``` + - Download and copy `fallout-ce` to this folder. - Install [SDL2](https://libsdl.org/download-2.0.php): @@ -34,6 +42,14 @@ $ sudo apt install libsdl2-2.0-0 - Alternatively you can use Fallout from MacPlay/The Omni Group as a base - you need to extract game assets from the original bundle. Mount CD/DMG, right click `Fallout` -> `Show Package Contents`, navigate to `Contents/Resources`. Copy `GameData` folder somewhere, for example `/Applications/Fallout`. +- Or if you're a Terminal user and have Homebrew installed you can extract the needed files from the GoG installer: + +```console +$ brew install innoextract +$ innoextract ~/Downloads/setup_fallout_2.1.0.18.exe -I app +$ mv app /Applications/Fallout +``` + - Download and copy `fallout-ce.app` to this folder. - Run `fallout-ce.app`.