From 30f39ca9afc258c85e50e337b6d0993c2967bc90 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Tue, 26 Jul 2022 04:20:50 +0300 Subject: [PATCH] Update readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 4f10a38..717be91 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,20 @@ $ sudo apt install libsdl2-2.0-0 - Run `fallout2-ce.app`. +### Android + +> **NOTE**: Android support should be considered as a technical preview. Controls are not adapted for touch screens yet. Don't expect the gameplay to be enjoyable. + +- Download `fallout2-ce.apk` and copy it to your device. Open it with file explorer, follow instructions (install from unknown source). + +- Run the game once, it will say `Couldn't find/load text fonts` and create a folder for data assets. + +- Open file explorer, navigate to `Android/data/com.alexbatalov.fallout2ce/files`, delete junk folders inside (they will be named as game files, just delete them). + +- Use Windows installation as a base - it contains data assets needed to play. Copy `master.dat`, `critter.dat`, `patch000.dat` and `data` folder to the folder above. + +- Run the game again. + ## 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.