Installer shatter-humble
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.
exe: Shatter.bin.x86 files: - file1: N/A:Please select the Humble installer installer: - execute: args: --tar -xf -C $CACHE file: $file1 - extract: dst: $CACHE file: $CACHE/instarchive_linux_all format: lzma - extract: dst: $CACHE file: $CACHE/instarchive_all format: lzma - extract: dst: $GAMEDIR file: $CACHE/instarchive_linux_all~ format: tar - extract: dst: $GAMEDIR file: $CACHE/instarchive_all~ format: tar
{ "exe": "Shatter.bin.x86", "files": [ { "file1": "N/A:Please select the Humble installer" } ], "installer": [ { "execute": { "args": "--tar -xf -C $CACHE", "file": "$file1" } }, { "extract": { "dst": "$CACHE", "file": "$CACHE/instarchive_linux_all", "format": "lzma" } }, { "extract": { "dst": "$CACHE", "file": "$CACHE/instarchive_all", "format": "lzma" } }, { "extract": { "dst": "$GAMEDIR", "file": "$CACHE/instarchive_linux_all~", "format": "tar" } }, { "extract": { "dst": "$GAMEDIR", "file": "$CACHE/instarchive_all~", "format": "tar" } } ] }