mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-02 08:30:25 +00:00
Update installation instructions
This commit is contained in:
parent
3565cb3d44
commit
f1006d981c
16
README.md
16
README.md
@ -2,7 +2,7 @@
|
||||
|
||||
## Installation
|
||||
|
||||
You must own the game to play. Purchase your copy on [GOG](https://www.gog.com/game/fallout_2) or [Steam](https://store.steampowered.com/app/38410). Download latest build or build from source.
|
||||
You must own the game to play. Purchase your copy on [GOG](https://www.gog.com/game/fallout_2) or [Steam](https://store.steampowered.com/app/38410). Download latest release or build from source.
|
||||
|
||||
### Windows
|
||||
|
||||
@ -14,12 +14,6 @@ Download and copy `fallout2-ce.exe` to your `Fallout2` folder. It serves as a dr
|
||||
|
||||
- Download and copy `fallout2-ce` to this folder.
|
||||
|
||||
- Fix permissions (GitHub artifacts issue):
|
||||
|
||||
```console
|
||||
$ chmod a+x /home/john/Desktop/Fallout2/fallout2-ce
|
||||
```
|
||||
|
||||
- Install [SDL2](https://libsdl.org/download-2.0.php):
|
||||
|
||||
```console
|
||||
@ -30,7 +24,7 @@ $ sudo apt install libsdl2-2.0-0
|
||||
|
||||
### macOS
|
||||
|
||||
> **NOTE**: macOS 11 or higher is required. The app is not universal. It should run on Apple Silicon under Rosetta 2, but I haven't tried it. The app is neither signed, nor notarized.
|
||||
> **NOTE**: macOS 11 or higher is required. The app is not universal. It should run on Apple Silicon under Rosetta 2, but I haven't tried it.
|
||||
|
||||
- Use Windows installation as a base - it contains data assets needed to play. Copy `Fallout2` folder somewhere, for example `/Applications/Fallout2`.
|
||||
|
||||
@ -38,12 +32,6 @@ $ sudo apt install libsdl2-2.0-0
|
||||
|
||||
- Run `fallout2-ce.app`.
|
||||
|
||||
- When running for the first time, macOS will complain that the app is not signed and you'll be present two options - `Move to bin`, and `Cancel`. Click `Cancel`, open `System Preferences`, go to `Security & Privacy`. The pane at the bottom will say `fallout2-ce was blocked from use because it is not from an identified developer`. Click `Open Anyway`. Confirm once again. Alternatively you can remove quarantine attribute from terminal:
|
||||
|
||||
```console
|
||||
$ xattr -d com.apple.quarantine /Applications/Fallout2/fallout2-ce.app
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
For now there are three major areas.
|
||||
|
Loading…
Reference in New Issue
Block a user