fallout2-ce/README.md

46 lines
1.9 KiB
Markdown
Raw Normal View History

2022-05-19 08:51:26 +00:00
# Fallout 2 Community Edition
## Installation
2022-07-12 19:10:20 +00:00
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.
2022-07-06 06:47:19 +00:00
### Windows
Download and copy `fallout2-ce.exe` to your `Fallout2` folder. It serves as a drop-in replacement for `fallout2.exe`.
### Linux
- Use Windows installation as a base - it contains data assets needed to play. Copy `Fallout2` folder somewhere, for example `/home/john/Desktop/Fallout2`.
- Download and copy `fallout2-ce` to this folder.
- Install [SDL2](https://libsdl.org/download-2.0.php):
```console
2022-07-12 15:07:17 +00:00
$ sudo apt install libsdl2-2.0-0
2022-07-06 06:47:19 +00:00
```
- Run `./fallout2-ce`.
### macOS
2022-07-12 19:10:20 +00:00
> **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.
2022-07-06 06:47:19 +00:00
- Use Windows installation as a base - it contains data assets needed to play. Copy `Fallout2` folder somewhere, for example `/Applications/Fallout2`.
- Download and copy `fallout2-ce.app` to this folder.
- Run `fallout2-ce.app`.
2022-05-19 08:51:26 +00:00
## Contributing
2022-07-13 06:20:46 +00:00
Integrating Sfall goodies is the top priority. Quality of life updates are OK too. Please no large scale refactorings at this time as we need to reconcile changes from Reference Edition, which will make this process slow and error-prone. In any case open up an issue with your suggestion or to notify other people that something is being worked on.
2022-05-19 08:51:26 +00:00
### Intergrating Sfall
There are literally hundreds if not thousands of fixes and features in sfall. I guess not all of them are needed in Community Edition, but for the sake of compatibility with big mods out there, let's integrate them all.
## Legal & License
See [Fallout 2 Reference Edition](https://github.com/alexbatalov/fallout2-re). Same conditions apply until the source code in this repository is changed significantly.