Android port of OMORI RPG game
Find a file
2024-09-30 15:40:02 +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: Replace credits videos 2024-07-05 01:51:13 +03:00
www.eng Remove unneeded files 2024-05-26 02:34:50 +03:00
www.rus RUS: Bring back RUS_Patches.js 2024-09-24 10:07:36 +03:00
www.sc SC: Increase loading font timeout 2024-09-30 15:33:27 +03:00
.gitignore Change build algorythm 2024-05-26 02:33:30 +03:00
build-apk.sh SC: Initial commit 2024-09-23 01:10:28 +03:00
config.xml Set Android app version code 2024-09-30 15:40:02 +03:00
debug-run.sh SC: Initial commit 2024-09-23 01:10:28 +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 Do not build apk by default 2024-07-05 02:08:49 +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 android or build-apk.sh