Installer am2r-return-of-samus-autopatcher
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - autopatcher: https://github.com/Lojemiru/AM2R-Autopatcher-Linux/archive/master.zip - am2r: 'N/A: Select AM2R_11.zip' game: exe: $GAMEDIR/AM2R installer: - extract: dst: . src: autopatcher - move: dst: . src: am2r - execute: command: python3 patcher.py && mv ./am2r_*/* $GAMEDIR && rm -r ./README.md ./am2r_* ./utilities ./patcher.py ./patch_data ./AM2R_11.zip && chmod +x $GAMEDIR/AM2R terminal: true require-binaries: xdelta
{ "files": [ { "autopatcher": "https://github.com/Lojemiru/AM2R-Autopatcher-Linux/archive/master.zip" }, { "am2r": "N/A: Select AM2R_11.zip" } ], "game": { "exe": "$GAMEDIR/AM2R" }, "installer": [ { "extract": { "dst": ".", "src": "autopatcher" } }, { "move": { "dst": ".", "src": "am2r" } }, { "execute": { "command": "python3 patcher.py && mv ./am2r_*/* $GAMEDIR && rm -r ./README.md ./am2r_* ./utilities ./patcher.py ./patch_data ./AM2R_11.zip && chmod +x $GAMEDIR/AM2R", "terminal": true } } ], "require-binaries": "xdelta" }