Android port of OMORI RPG game
Find a file
2024-07-05 00:47:11 +03:00
res/android Update legacy app icons 2024-03-05 00:12:57 +03:00
scripts Move python to scripts dir 2024-07-05 00:13:22 +03:00
www.br PT_BR: Translate controls plugin 2024-07-05 00:47:11 +03:00
www.eng Remove unneeded files 2024-05-26 02:34:50 +03:00
www.rus PT-BR: Initial commit 2024-05-26 04:07:13 +03:00
.gitignore Change build algorythm 2024-05-26 02:33:30 +03:00
build-apk.sh Move python to scripts dir 2024-07-05 00:13:22 +03:00
config.xml Fix write permissions on Android 11 2024-03-08 00:41:30 +03:00
debug-run.sh Move python to scripts dir 2024-07-05 00:13:22 +03:00
package-lock.json Update gamepad plugin 2024-03-23 11:32:04 +03:00
package.json Update gamepad plugin 2024-03-23 11:32:04 +03:00
README.md Move python to scripts dir 2024-07-05 00:13:22 +03:00

OMORI_Android

Android port of OMORI RPG game


How to build

  • Get original assets from OneLoader (www/audio, www/image, www/movies)
  • Put original assets to folders
  • Install cordova
  • cordova platform add android
  • debug-run.sh or build-apk.sh