Installer spore-cd-rom

game:
  exe: drive_c/Program Files/Electronic Arts/SPORE/Sporebin/SporeApp.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Creating prefix
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    description: Waiting for game installer...
    message: Insert the Spore CD-ROM.
    requires: SPORESetup.exe
- task:
    args: /NOCANCEL /SP- /SUPPRESSMSGBOXES
    description: Executing setup from disc. Select "Yes"/"Next" on everything and
      follow the prompts. Do not change the default installation directory.
    executable: $DISC/SPORESetup.exe
    name: wineexec
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
system:
  env:
    DXVK_LOG_LEVEL: none
    DXVK_STATE_CACHE_PATH: $GAMEDIR
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
description: First CD-ROM version forked from the GOG version.
game_slug: spore
gogslug: spore_collection
humblestoreid: ''
installer_slug: spore-cd-rom
name: Spore
notes: "To entirely exit Spore, you'll also need to exit EA Download Manager.\r\n\r\
  \n**CONFIGURE AND INSTALL THE DEPENDENCIES FIRST**\r\nInstructions for DXVK support:\
  \ https://github.com/lutris/lutris/wiki/Installing-drivers"
runner: wine
script:
  game:
    exe: drive_c/Program Files/Electronic Arts/SPORE/Sporebin/SporeApp.exe
    prefix: $GAMEDIR
  installer:
  - task:
      description: Creating prefix
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      description: Waiting for game installer...
      message: Insert the Spore CD-ROM.
      requires: SPORESetup.exe
  - task:
      args: /NOCANCEL /SP- /SUPPRESSMSGBOXES
      description: Executing setup from disc. Select "Yes"/"Next" on everything and
        follow the prompts. Do not change the default installation directory.
      executable: $DISC/SPORESetup.exe
      name: wineexec
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
  system:
    env:
      DXVK_LOG_LEVEL: none
      DXVK_STATE_CACHE_PATH: $GAMEDIR
      __GL_SHADER_DISK_CACHE: 1
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
slug: spore-cd-rom
steamid: 17390
version: CD-ROM
year: 2008
{
  "game_slug": "spore",
  "version": "CD-ROM",
  "description": "First CD-ROM version forked from the GOG version.",
  "notes": "To entirely exit Spore, you'll also need to exit EA Download Manager.\r\n\r\n**CONFIGURE AND INSTALL THE DEPENDENCIES FIRST**\r\nInstructions for DXVK support: https://github.com/lutris/lutris/wiki/Installing-drivers",
  "name": "Spore",
  "year": 2008,
  "steamid": 17390,
  "gogslug": "spore_collection",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "spore-cd-rom",
  "installer_slug": "spore-cd-rom",
  "script": {
    "game": {
      "exe": "drive_c/Program Files/Electronic Arts/SPORE/Sporebin/SporeApp.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Creating prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "description": "Waiting for game installer...",
          "message": "Insert the Spore CD-ROM.",
          "requires": "SPORESetup.exe"
        }
      },
      {
        "task": {
          "args": "/NOCANCEL /SP- /SUPPRESSMSGBOXES",
          "description": "Executing setup from disc. Select \"Yes\"/\"Next\" on everything and follow the prompts. Do not change the default installation directory.",
          "executable": "$DISC/SPORESetup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_LOG_LEVEL": "none",
        "DXVK_STATE_CACHE_PATH": "$GAMEDIR",
        "__GL_SHADER_DISK_CACHE": 1,
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
      }
    }
  }
}
Back to game