Installer retro-online-standard

files:
- installer: https://cdn.retro-online.eu/download/retRO_installer.exe
game:
  arch: win32
  exe: $GAMEDIR/drive_c/retro/retRO Patcher.exe
  prefix: $GAMEDIR
  working_dir: $GAMEDIR/drive_c/retro
installer:
- task:
    arch: win32
    install_mono: false
    name: create_prefix
    prefix: $GAMEDIR
- task:
    args: /SILENT /SP- /NOCANCEL /NORESTART /DIR="C:\retro"
    description: Running installer
    executable: installer
    name: wineexec
- execute:
    command: sed -i 's/^WindowLock *= *0/WindowLock =1/g' $GAMEDIR/drive_c/retro/dinput.ini
    description: Configuring WindowLock
- execute:
    command: sed -i 's/^MouseFreedom *= *0/MouseFreedom =1/g' $GAMEDIR/drive_c/retro/dinput.ini
    description: Configuring MouseFreedom
- task:
    description: Running opensetup
    executable: $GAMEDIR/drive_c/retro/opensetup.exe
    name: wineexec
    prefix: $GAMEDIR
require-binaries: sed
wine:
  dxvk: false
  overrides:
    dinput: n,b
description: Standard retRO Online version
game_slug: retro-online
gogslug: ''
humblestoreid: ''
installer_slug: retro-online-standard
name: retRO Online
notes: Open "opensetup.exe" using "Run EXE inside of Wine prefix" for client configuration.
runner: wine
script:
  files:
  - installer: https://cdn.retro-online.eu/download/retRO_installer.exe
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/retro/retRO Patcher.exe
    prefix: $GAMEDIR
    working_dir: $GAMEDIR/drive_c/retro
  installer:
  - task:
      arch: win32
      install_mono: false
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      args: /SILENT /SP- /NOCANCEL /NORESTART /DIR="C:\retro"
      description: Running installer
      executable: installer
      name: wineexec
  - execute:
      command: sed -i 's/^WindowLock *= *0/WindowLock =1/g' $GAMEDIR/drive_c/retro/dinput.ini
      description: Configuring WindowLock
  - execute:
      command: sed -i 's/^MouseFreedom *= *0/MouseFreedom =1/g' $GAMEDIR/drive_c/retro/dinput.ini
      description: Configuring MouseFreedom
  - task:
      description: Running opensetup
      executable: $GAMEDIR/drive_c/retro/opensetup.exe
      name: wineexec
      prefix: $GAMEDIR
  require-binaries: sed
  wine:
    dxvk: false
    overrides:
      dinput: n,b
slug: retro-online-standard
steamid: null
version: standard
year: 2021
{
  "game_slug": "retro-online",
  "version": "standard",
  "description": "Standard retRO Online version",
  "notes": "Open \"opensetup.exe\" using \"Run EXE inside of Wine prefix\" for client configuration.",
  "name": "retRO Online",
  "year": 2021,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "retro-online-standard",
  "installer_slug": "retro-online-standard",
  "script": {
    "files": [
      {
        "installer": "https://cdn.retro-online.eu/download/retRO_installer.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/retro/retRO Patcher.exe",
      "prefix": "$GAMEDIR",
      "working_dir": "$GAMEDIR/drive_c/retro"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "install_mono": false,
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/SILENT /SP- /NOCANCEL /NORESTART /DIR=\"C:\\retro\"",
          "description": "Running installer",
          "executable": "installer",
          "name": "wineexec"
        }
      },
      {
        "execute": {
          "command": "sed -i 's/^WindowLock *= *0/WindowLock =1/g' $GAMEDIR/drive_c/retro/dinput.ini",
          "description": "Configuring WindowLock"
        }
      },
      {
        "execute": {
          "command": "sed -i 's/^MouseFreedom *= *0/MouseFreedom =1/g' $GAMEDIR/drive_c/retro/dinput.ini",
          "description": "Configuring MouseFreedom"
        }
      },
      {
        "task": {
          "description": "Running opensetup",
          "executable": "$GAMEDIR/drive_c/retro/opensetup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "require-binaries": "sed",
    "wine": {
      "dxvk": false,
      "overrides": {
        "dinput": "n,b"
      }
    }
  }
}
Back to game