Android port of OMORI RPG game
Find a file
2024-05-26 04:05:22 +03:00
res/android Update legacy app icons 2024-03-05 00:12:57 +03:00
www.eng Remove unneeded files 2024-05-26 02:34:50 +03:00
www.rus Remove _PIDOR_ 2024-05-26 02:43:42 +03:00
.gitignore Change build algorythm 2024-05-26 02:33:30 +03:00
build-apk.sh Remove _PIDOR_ 2024-05-26 02:43:42 +03:00
config.xml Fix write permissions on Android 11 2024-03-08 00:41:30 +03:00
create_listing.py Fix for listing creation 2024-05-26 04:05:22 +03:00
debug-run.sh Remove _PIDOR_ 2024-05-26 02:43:42 +03:00
generate_icons.py Add script to generate smaller icons 2024-03-03 00:22:03 +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 Update README.md 2024-01-15 19:11:52 +03:00
replace_special_symbols.py Move python scripts outside of game dir 2024-01-15 18:17:04 +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
  • Run python3 replace_special_symbols.py
  • Install cordova
  • cordova platform add android
  • debug-run.sh or build-apk.sh