diff --git a/README.md b/README.md index be9a30f..eeb512d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ NOTE: Controller only. No touch controls yet except for in the enhancements menu Use Back/Select/- controller button to open Enhancements menu. Use touch controls to navigate menus.
+

FAQ:

+Q: Why does it say no assets/extractor folder exists?
+ A: The app is checking for a rom file to extract the assets of. This currently does not work. If you see this message then you have not placed oot.otr and/or soh.otr in Android/data/com.dishii.soh/files/. If you are on Android 13, make sure you are using the soh.storage.apk file.
+ +Q: Why are these changes not in the main Shipwright repository?
+ A: This started as just an experiment that ended up working. This code is not in a state to be merged with the main repository, but I welcome anybody to take code from this repo to help add the port to the main repository.
+

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.