Installer normality-gog
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: - game: N/A:Select the Linux installer downloaded from GOG - unzip: http://lutris.net/files/tools/unzip.tar.gz game: config_file: $GAMEDIR/Game/dosbox_normal.conf installer: - extract: dst: $CACHE file: $unzip - execute: args: $game -d "$GAMEDIR" "data/noarch/*" description: Extracting game data... file: $CACHE/unzip - rename: dst: $GAMEDIR/Game src: $GAMEDIR/data/noarch - write_config: file: $GAMEDIR/Game/dosbox_normal.conf key: aspect section: render value: true main_file: Game/dosbox_normal_single.conf
{ "files": [ { "game": "N/A:Select the Linux installer downloaded from GOG" }, { "unzip": "http://lutris.net/files/tools/unzip.tar.gz" } ], "game": { "config_file": "$GAMEDIR/Game/dosbox_normal.conf" }, "installer": [ { "extract": { "dst": "$CACHE", "file": "$unzip" } }, { "execute": { "args": "$game -d \"$GAMEDIR\" \"data/noarch/*\"", "description": "Extracting game data...", "file": "$CACHE/unzip" } }, { "rename": { "dst": "$GAMEDIR/Game", "src": "$GAMEDIR/data/noarch" } }, { "write_config": { "file": "$GAMEDIR/Game/dosbox_normal.conf", "key": "aspect", "section": "render", "value": true } } ], "main_file": "Game/dosbox_normal_single.conf" }