Installer xanadu-next-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:
- setup: N/A:Select the game's setup file
game:
  arch: win32
  exe: drive_c/GOG Games/Xanadu Next/XANADU.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: vcrun2008
    arch: win32
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: quartz
    arch: win32
    description: Installing Quartz.
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: ffdshow
    arch: win32
    description: Installing Ffdshow.
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: amstream
    arch: win32
    description: Installing Amstream.
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: xvid win7
    arch: win32
    description: Installing Xvid.
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win32
    args: -u
    description: Simulating Windows reboot.
    executable: wineboot
    name: wineexec
    prefix: $GAMEDIR
- task:
    arch: win32
    args: /SP- /SUPPRESSMSGBOXES /NOCANCEL
    description: Installing Xanadu Next
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
- task:
    arch: win32
    description: Setting game options.
    executable: $GAMEDIR/drive_c/GOG Games/Xanadu Next/xanadu_cfg.exe
    name: wineexec
    prefix: $GAMEDIR
wine:
  overrides:
    winegstreamer: disabled
{
  "files": [
    {
      "setup": "N/A:Select the game's setup file"
    }
  ],
  "game": {
    "arch": "win32",
    "exe": "drive_c/GOG Games/Xanadu Next/XANADU.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "arch": "win32",
        "name": "create_prefix",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "app": "vcrun2008",
        "arch": "win32",
        "name": "winetricks",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "app": "quartz",
        "arch": "win32",
        "description": "Installing Quartz.",
        "name": "winetricks",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "app": "ffdshow",
        "arch": "win32",
        "description": "Installing Ffdshow.",
        "name": "winetricks",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "app": "amstream",
        "arch": "win32",
        "description": "Installing Amstream.",
        "name": "winetricks",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "app": "xvid win7",
        "arch": "win32",
        "description": "Installing Xvid.",
        "name": "winetricks",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "arch": "win32",
        "args": "-u",
        "description": "Simulating Windows reboot.",
        "executable": "wineboot",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "arch": "win32",
        "args": "/SP- /SUPPRESSMSGBOXES /NOCANCEL",
        "description": "Installing Xanadu Next",
        "executable": "setup",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "arch": "win32",
        "description": "Setting game options.",
        "executable": "$GAMEDIR/drive_c/GOG Games/Xanadu Next/xanadu_cfg.exe",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    }
  ],
  "wine": {
    "overrides": {
      "winegstreamer": "disabled"
    }
  }
}
Back to game