Android port of OMORI RPG game
Find a file
2024-03-02 17:20:17 +03:00
res/android Initial Commit 2023-12-29 23:09:55 +03:00
www.eng Reorganize option menu categories 2024-03-02 17:20:17 +03:00
www.rus Reorganize option menu categories 2024-03-02 17:20:17 +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 Implement easter egg file creation 2024-02-29 18:05:02 +03:00
package.json Implement easter egg file creation 2024-02-29 18:05: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