Installer star-stable-web-installer

files:
- installer: https://launcher-release-prod.starstable.com/latest/Star%20Stable%20Online%20Setup.exe
game:
  arch: win64
  exe: drive_c/Program Files/Star Stable Online/StarStableOnline.cmd
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: win10
    arch: win64
    description: Setting Wine to Windows 10 mode
    name: winetricks
    prefix: $GAMEDIR
- task:
    description: Running Star Stable Online installer
    executable: installer
    name: wineexec
    prefix: $GAMEDIR
- write_file:
    content: '@echo off

      start /min wineconsole "Star Stable Online.exe"'
    description: Creating startup script
    file: $GAMEDIR/drive_c/Program Files/Star Stable Online/StarStableOnline.cmd
description: Star Stable Online latest installer
game_slug: star-stable
gogslug: ''
humblestoreid: ''
installer_slug: star-stable-web-installer
name: Star Stable
notes: "The installer and the game works with config:\r\nPop_OS! x86_64 | Kernel:\
  \ 6.12.10-76061203-generic | Installed: Wine 10.13 (Staging)\r\n\r\nUsed Wine version\
  \ in Lutris: wine-10.8-staging-tkg-ntsync-x86_64"
runner: wine
script:
  files:
  - installer: https://launcher-release-prod.starstable.com/latest/Star%20Stable%20Online%20Setup.exe
  game:
    arch: win64
    exe: drive_c/Program Files/Star Stable Online/StarStableOnline.cmd
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: win10
      arch: win64
      description: Setting Wine to Windows 10 mode
      name: winetricks
      prefix: $GAMEDIR
  - task:
      description: Running Star Stable Online installer
      executable: installer
      name: wineexec
      prefix: $GAMEDIR
  - write_file:
      content: '@echo off

        start /min wineconsole "Star Stable Online.exe"'
      description: Creating startup script
      file: $GAMEDIR/drive_c/Program Files/Star Stable Online/StarStableOnline.cmd
slug: star-stable-web-installer
steamid: null
version: Web Installer
year: 2012
{
  "game_slug": "star-stable",
  "version": "Web Installer",
  "description": "Star Stable Online latest installer",
  "notes": "The installer and the game works with config:\r\nPop_OS! x86_64 | Kernel: 6.12.10-76061203-generic | Installed: Wine 10.13 (Staging)\r\n\r\nUsed Wine version in Lutris: wine-10.8-staging-tkg-ntsync-x86_64",
  "name": "Star Stable",
  "year": 2012,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "star-stable-web-installer",
  "installer_slug": "star-stable-web-installer",
  "script": {
    "files": [
      {
        "installer": "https://launcher-release-prod.starstable.com/latest/Star%20Stable%20Online%20Setup.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files/Star Stable Online/StarStableOnline.cmd",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "win10",
          "arch": "win64",
          "description": "Setting Wine to Windows 10 mode",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Running Star Stable Online installer",
          "executable": "installer",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "write_file": {
          "content": "@echo off\nstart /min wineconsole \"Star Stable Online.exe\"",
          "description": "Creating startup script",
          "file": "$GAMEDIR/drive_c/Program Files/Star Stable Online/StarStableOnline.cmd"
        }
      }
    ]
  }
}
Back to game