Files
Shipwright-Android/README.md
T

22 lines
1.2 KiB
Markdown
Raw Normal View History

2023-10-15 12:16:27 -07:00
# Ship of Harkinian Android Port
A port of Ship of Harkinian to Android. <br>
2023-10-15 11:58:33 -07:00
2023-10-15 12:16:27 -07:00
Original Repository: https://github.com/HarbourMasters/Shipwright <br>
2023-10-15 12:26:01 -07:00
<br>
2023-10-15 12:41:49 -07:00
NOTE: Controller only. No touch controls yet except for in the enhancements menu. <br>
2023-10-15 12:28:16 -07:00
<h3>Installation:</h3>
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) <br>
2023-10-15 12:26:01 -07:00
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/<username>/Library/Application Support/com.shipofharkinian.soh/ <br>
3. Transfer the oot.otr(and/or oot-mq.otr) and soh.otr files to Android/data/com.dishii.soh/files. <br>
2023-10-15 12:41:28 -07:00
4. Launch the game <br>
<br>
2023-10-15 11:58:33 -07:00
2023-10-15 12:41:28 -07:00
Use Back/Select/- controller button to open Enhancements menu. Use touch controls to navigate menus. <br>
2023-10-15 12:39:11 -07:00
<h3>Build Instructions:</h3><br>
1.Edit the app/build.gradle file to point to your ndk folder. NDK 26+ tested as working.<br>
2.Open the project in android studio and build.<br>