Installer singularity-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: - install: N/A:Select the Windows installer provided by GOG game: arch: win32 exe: drive_c/GOG Games/Singularity/Binaries/Singularity.exe prefix: $GAMEDIR installer: - task: arch: win32 name: create_prefix prefix: $GAMEDIR - task: app: xact description: Installing xact name: winetricks prefix: $GAMEDIR - task: app: physx description: Installing PhysX name: winetricks prefix: $GAMEDIR - task: args: /SP- /SUPPRESSMSGBOXES /NOCANCEL executable: install name: wineexec prefix: $GAMEDIR
{ "files": [ { "install": "N/A:Select the Windows installer provided by GOG" } ], "game": { "arch": "win32", "exe": "drive_c/GOG Games/Singularity/Binaries/Singularity.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win32", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "xact", "description": "Installing xact", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "physx", "description": "Installing PhysX", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "args": "/SP- /SUPPRESSMSGBOXES /NOCANCEL", "executable": "install", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }