Android port of OMORI RPG game
Find a file
2024-02-17 00:24:03 +03:00
res/android Initial Commit 2023-12-29 23:09:55 +03:00
www.eng Scale game window outside cordova 2024-02-14 20:45:02 +03:00
www.rus PIXI Control: Use OMORI fonts 2024-02-17 00:24:03 +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 Change package version 2024-01-24 16:17:19 +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
package-lock.json Revert to PIXI4 2024-01-10 04:05:43 +03:00
package.json Rename fork of gamepad plugin 2024-01-01 19:04:45 +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