Android port of OMORI RPG game
Find a file
2024-03-08 22:01:54 +03:00
res/android Update legacy app icons 2024-03-05 00:12:57 +03:00
www.eng PIXI Controls: Define parameters via or statement 2024-03-08 22:01:54 +03:00
www.rus PIXI Controls: Define parameters via or statement 2024-03-08 22:01:54 +03:00
.gitignore Update build script 2024-01-15 19:03:21 +03:00
build-apk.sh Build config with custom apk sign 2024-01-23 22:02:22 +03:00
build.json Build config with custom apk sign 2024-01-23 22:02:22 +03:00
config.xml Fix write permissions on Android 11 2024-03-08 00:41:30 +03:00
create_listing.py Move python scripts outside of game dir 2024-01-15 18:17:04 +03:00
debug-run.sh Rename www folder on debug run 2024-02-01 14:07:35 +03:00
generate_icons.py Add script to generate smaller icons 2024-03-03 00:22:03 +03:00
package-lock.json Request write permission on Android <11 2024-03-07 03:07:02 +03:00
package.json Request write permission on Android <11 2024-03-07 03:07:02 +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