The gitignore ignores important am2r files that are needed for testing
The appimage prompt with "pls upload this appimage" should be fixed, tested on both ubuntu 16.04 and Arch. For further clarification, look at comments in python script.
* Update readme for appimage
* add the necessary utilities for AppImage Creation
* part 1 of having appimage in the patcher
* Part 2 of the appimage rewrite
* Forgot to remove the contents of "lib" as those are not needed
added a missing dependency (libopenal), libssl and libcurl were in the wrong order (libcurl has libssl as dependency), added a missing `wget`, and added `apt install -f` as a safe case
This fixes the installation not working on some mac hines.
First, we create the am2r directory in case it's not there, second, we copy the attributes from the normal install over so GM:S doesn't complain about it not being able to access the files.
* fixed the newlines, reversed one sentence + slight punctuation
* forgot a newline
* rewrote the android section, to not include aapt anymore
* mention adb as an alternative to install the apk
Co-authored-by: Miepee <>
* upon patching, create a desktop file
* add an option, to install the game systemwide
* Update patcher.py
Co-authored-by: Miepee <>
Co-authored-by: Lojical <33508026+Lojemiru@users.noreply.github.com>
* changed the readme to be a bit more readable, included dependency steps for debian and arch, opensuse and fedora coming soon
* Added clearer instructions, and changed the android section to include mounting
* added android section
* forgot a newline
* added that there is a cli and lazy method
* actually fix newlines now
* Cleaned up some English and formatting oddities
Co-authored-by: Miepee <>
Co-authored-by: Lojical <33508026+Lojemiru@users.noreply.github.com>