Installer realms-of-the-haunting-groupees
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: - file1: N/A:Please select the Groupees installer game: config_file: $GAMEDIR/dosboxROTH.conf installer: - task: arch: win32 args: /sp- /verysilent /norestart /suppressmsgboxes /nogui executable: $file1 name: wine.wineexec prefix: $CACHE - merge: dst: $GAMEDIR src: $CACHE/drive_c/Program Files/Blue Moon Red Owl/Realms of the Haunting - merge: dst: $GAMEDIR/DOSBOX src: $GAMEDIR/dosboxROTH_single.conf - write_config: file: $GAMEDIR/dosboxROTH.conf key: aspect section: render value: true - write_config: file: $GAMEDIR/dosboxROTH.conf key: fullscreen section: sdl value: false main_file: DOSBOX/dosboxROTH_single.conf
{ "files": [ { "file1": "N/A:Please select the Groupees installer" } ], "game": { "config_file": "$GAMEDIR/dosboxROTH.conf" }, "installer": [ { "task": { "arch": "win32", "args": "/sp- /verysilent /norestart /suppressmsgboxes /nogui", "executable": "$file1", "name": "wine.wineexec", "prefix": "$CACHE" } }, { "merge": { "dst": "$GAMEDIR", "src": "$CACHE/drive_c/Program Files/Blue Moon Red Owl/Realms of the Haunting" } }, { "merge": { "dst": "$GAMEDIR/DOSBOX", "src": "$GAMEDIR/dosboxROTH_single.conf" } }, { "write_config": { "file": "$GAMEDIR/dosboxROTH.conf", "key": "aspect", "section": "render", "value": true } }, { "write_config": { "file": "$GAMEDIR/dosboxROTH.conf", "key": "fullscreen", "section": "sdl", "value": false } } ], "main_file": "DOSBOX/dosboxROTH_single.conf" }