Fallout 2 for modern operating systems
Go to file
Alexander Batalov fe4c125474 Fix crash when dialog speaker destroys itself
See #162
2022-10-03 15:04:30 +03:00
.github/workflows Fix missing Android signing configs in forks/PRs 2022-08-17 00:01:20 +03:00
cmake/toolchain GHA build tweaks (#28) 2022-06-08 22:36:39 +03:00
os Bump version to 1.1.0 2022-09-23 09:42:47 +03:00
src Fix crash when dialog speaker destroys itself 2022-10-03 15:04:30 +03:00
third_party Update fpattern config 2022-09-01 06:24:01 +03:00
.clang-format Initial commit 2022-05-19 11:51:26 +03:00
.editorconfig Initial commit 2022-05-19 11:51:26 +03:00
.gitattributes Add Android controls (#101) 2022-07-29 20:04:37 +03:00
.gitignore Ignore cmake build folder 2022-07-06 10:46:53 +03:00
CMakeLists.txt Extract mouse 2022-10-03 12:41:33 +03:00
CMakeSettings.json Provide x64 compatibility (#62) 2022-07-05 11:00:55 +03:00
LICENSE.md Update license 2022-09-22 13:23:09 +03:00
README.md Update readme (#143) 2022-09-23 09:33:03 +03:00

README.md

Fallout 2 Community Edition

Installation

You must own the game to play. Purchase your copy on GOG or Steam. Download latest release or build from source.

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:

$ sudo apt install libsdl2-2.0-0
  • Run ./fallout2-ce.

macOS

NOTE: macOS 10.11 (El Capitan) or higher is required. Runs natively on Intel-based Macs and Apple Silicon.

  • Use Windows installation as a base - it contains data assets needed to play. Copy Fallout2 folder somewhere, for example /Applications/Fallout2.

  • Alternatively you can use Fallout 2 from Macplay/The Omni Group as a base - you need to extract game assets from the original bundle. Mount CD/DMG, right click Fallout 2 -> Show Package Contents, navigate to Contents/Resources. Copy GameData folder somewhere, for example /Applications/Fallout2.

  • Download and copy fallout2-ce.app to this folder.

  • Run fallout2-ce.app.

Android

NOTE: Fallout 2 was designed with mouse in mind. There are many controls that require precise cursor positioning, which is not possible with fingers. When playing on Android you'll use fingers to move mouse cursor, not a character, or a map. Double tap to "click" left mouse button in the current cursor position, triple tap to "click" right mouse button. It might feel awkward at first, but it's super handy - you can play with just a thumb. This is not set in stone and might change in the future.

  • Use Windows installation as a base - it contains data assets needed to play. Copy Fallout2 folder to your device, for example to Downloads. You need master.dat, critter.dat, patch000.dat, and data folder.

  • Download fallout2-ce.apk and copy it to your device. Open it with file explorer, follow instructions (install from unknown source).

  • When you run the game for the first time it will immediately present file picker. Select the folder from the first step. Wait until this data is copied. A loading dialog will appear, just wait for about 30 seconds. The game will start automatically.

Contributing

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.

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.

License

The source code is this repository is available under the Sustainable Use License.