Android port of OMORI RPG game
Find a file
2024-01-15 19:11:52 +03:00
res/android Initial Commit 2023-12-29 23:09:55 +03:00
www.eng Add english version 2024-01-15 18:44:53 +03:00
www.rus Rename www to www.rus 2024-01-15 18:35:29 +03:00
.gitignore Update build script 2024-01-15 19:03:21 +03:00
build-apk.sh Update build script 2024-01-15 19:03:21 +03:00
config.xml Fix localhost bug (probably) 2024-01-03 01:08:26 +03:00
create_listing.py Move python scripts outside of game dir 2024-01-15 18:17:04 +03:00
debug-run.sh Fix build script path :) 2024-01-03 00:12:13 +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