From 22b332f32e83ade6dc8b516d2d233384d71a0616 Mon Sep 17 00:00:00 2001 From: Waterdish Date: Sun, 15 Oct 2023 12:41:49 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fee05ce..9eb6a70 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ A port of Ship of Harkinian to Android.
Original Repository: https://github.com/HarbourMasters/Shipwright

+ +NOTE: Controller only. No touch controls yet except for in the enhancements menu.
+ +

Installation:

1. Install the apk from here: [Releases](https://github.com/Waterdish/Shipwright-Android/releases) (Use soh.storage.apk if on Android 13 as scoped storage requires an extra permission)
2. Run one of the PC releases to generate an oot.otr and/or oot-mq.otr file. After launching the game on PC, you will be able to find these files in the same directory as soh.exe or soh.appimage. On macOS, these files can be found in /Users//Library/Application Support/com.shipofharkinian.soh/
@@ -12,8 +16,6 @@ Original Repository: https://github.com/HarbourMasters/Shipwright
Use Back/Select/- controller button to open Enhancements menu. Use touch controls to navigate menus.
-NOTE: Controller only. No touch controls yet except for in the enhancements menu.
-

Build Instructions:


1.Edit the app/build.gradle file to point to your ndk folder. NDK 26+ tested as working.
2.Open the project in android studio and build.