Installer spore-mod-spore-modapi

custom-name: Spore ModAPI
files:
- modApiInstaller:
    filename: Spore ModAPI Launcher Kit Setup 1-1-0-39.exe
    url: http://davoonline.com/sporemodder/rob55rod/ModAPI/Public/Spore%20ModAPI%20Launcher%20Kit%20Setup%201-1-0-39.exe
game:
  exe: drive_c/ProgramData/SPORE ModAPI Launcher Kit/Spore ModAPI Launcher.exe
installer:
- task:
    app: dotnet48
    name: winetricks
    prefix: $GAMEDIR
- task:
    description: Setting version to 7...
    key: Version
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine
    prefix: $GAMEDIR
    value: win7
- task:
    name: winekill
    prefix: $GAMEDIR
- task:
    description: Installing the ModAPI
    executable: modApiInstaller
    name: wineexec
    prefix: $GAMEDIR
description: To install mods, run EXE in prefix, the exe is located in drive_c/ProgramData/SPORE
  ModAPI Launcher Kit/Spore ModAPI Easy Installer.exe and wait. You'll get a popup
  to select mods for installation.
game_slug: spore
gogslug: spore_collection
humblestoreid: ''
installer_slug: spore-mod-spore-modapi
name: Spore
notes: The ModAPI launcher will prompt you to possible problems with it being run
  as administrator, but you can still proceed. There is a possible solution via command
  line by running EXE via runas with trust level being set up to 0x20000, but I don't
  know how to implement this in the launcher itself.
runner: wine
script:
  custom-name: Spore ModAPI
  files:
  - modApiInstaller:
      filename: Spore ModAPI Launcher Kit Setup 1-1-0-39.exe
      url: http://davoonline.com/sporemodder/rob55rod/ModAPI/Public/Spore%20ModAPI%20Launcher%20Kit%20Setup%201-1-0-39.exe
  game:
    exe: drive_c/ProgramData/SPORE ModAPI Launcher Kit/Spore ModAPI Launcher.exe
  installer:
  - task:
      app: dotnet48
      name: winetricks
      prefix: $GAMEDIR
  - task:
      description: Setting version to 7...
      key: Version
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine
      prefix: $GAMEDIR
      value: win7
  - task:
      name: winekill
      prefix: $GAMEDIR
  - task:
      description: Installing the ModAPI
      executable: modApiInstaller
      name: wineexec
      prefix: $GAMEDIR
slug: spore-mod-spore-modapi
steamid: 17390
version: '[Mod] Spore ModAPI'
year: 2008
{
  "game_slug": "spore",
  "version": "[Mod] Spore ModAPI",
  "description": "To install mods, run EXE in prefix, the exe is located in drive_c/ProgramData/SPORE ModAPI Launcher Kit/Spore ModAPI Easy Installer.exe and wait. You'll get a popup to select mods for installation.",
  "notes": "The ModAPI launcher will prompt you to possible problems with it being run as administrator, but you can still proceed. There is a possible solution via command line by running EXE via runas with trust level being set up to 0x20000, but I don't know how to implement this in the launcher itself.",
  "name": "Spore",
  "year": 2008,
  "steamid": 17390,
  "gogslug": "spore_collection",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "spore-mod-spore-modapi",
  "installer_slug": "spore-mod-spore-modapi",
  "script": {
    "custom-name": "Spore ModAPI",
    "files": [
      {
        "modApiInstaller": {
          "filename": "Spore ModAPI Launcher Kit Setup 1-1-0-39.exe",
          "url": "http://davoonline.com/sporemodder/rob55rod/ModAPI/Public/Spore%20ModAPI%20Launcher%20Kit%20Setup%201-1-0-39.exe"
        }
      }
    ],
    "game": {
      "exe": "drive_c/ProgramData/SPORE ModAPI Launcher Kit/Spore ModAPI Launcher.exe"
    },
    "installer": [
      {
        "task": {
          "app": "dotnet48",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Setting version to 7...",
          "key": "Version",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine",
          "prefix": "$GAMEDIR",
          "value": "win7"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing the ModAPI",
          "executable": "modApiInstaller",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game