Installer byond-5151642

files:
- installer: https://www.byond.com/download/build/515/515.1642_byond.exe
game:
  arch: win32
  exe: drive_c/Program Files/BYOND/bin/byond.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: vcrun2017
    arch: win32
    description: Installing vcrun2017 with Winetricks
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: ie8
    arch: win32
    description: Installing IE8 with Winetricks
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: corefonts
    arch: win32
    description: Installing fonts with Winetricks
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win32
    args: /S
    description: Installing BYOND
    executable: installer
    name: wineexec
    prefix: $GAMEDIR
    return_code: 50944
- task:
    arch: win32
    args: /silent
    description: Installing BYOND packaged DirectX
    executable: $GAMEDIR/drive_c/Program Files/BYOND/directx/DXSETUP.exe
    name: wineexec
    prefix: $GAMEDIR
wine:
  dxvk: false
  version: wine-ge-8-26-x86_64
description: Kind of updated version of 514.1589 installer. Has the same problems.
game_slug: byond
gogslug: ''
humblestoreid: ''
installer_slug: byond-5151642
name: BYOND
notes: "TGUI still doesnt work.\r\nIf you some specific unicode symbols dont work\
  \ - set LANG to needed locale in UTF8 e.g. LANG=ru_RU.UTF-8 for cyrillic."
runner: wine
script:
  files:
  - installer: https://www.byond.com/download/build/515/515.1642_byond.exe
  game:
    arch: win32
    exe: drive_c/Program Files/BYOND/bin/byond.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: vcrun2017
      arch: win32
      description: Installing vcrun2017 with Winetricks
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: ie8
      arch: win32
      description: Installing IE8 with Winetricks
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: corefonts
      arch: win32
      description: Installing fonts with Winetricks
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win32
      args: /S
      description: Installing BYOND
      executable: installer
      name: wineexec
      prefix: $GAMEDIR
      return_code: 50944
  - task:
      arch: win32
      args: /silent
      description: Installing BYOND packaged DirectX
      executable: $GAMEDIR/drive_c/Program Files/BYOND/directx/DXSETUP.exe
      name: wineexec
      prefix: $GAMEDIR
  wine:
    dxvk: false
    version: wine-ge-8-26-x86_64
slug: byond-5151642
steamid: null
version: '515.1642'
year: 2003
{
  "game_slug": "byond",
  "version": "515.1642",
  "description": "Kind of updated version of 514.1589 installer. Has the same problems.",
  "notes": "TGUI still doesnt work.\r\nIf you some specific unicode symbols dont work - set LANG to needed locale in UTF8 e.g. LANG=ru_RU.UTF-8 for cyrillic.",
  "name": "BYOND",
  "year": 2003,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "byond-5151642",
  "installer_slug": "byond-5151642",
  "script": {
    "files": [
      {
        "installer": "https://www.byond.com/download/build/515/515.1642_byond.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/BYOND/bin/byond.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2017",
          "arch": "win32",
          "description": "Installing vcrun2017 with Winetricks",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "ie8",
          "arch": "win32",
          "description": "Installing IE8 with Winetricks",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "corefonts",
          "arch": "win32",
          "description": "Installing fonts with Winetricks",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win32",
          "args": "/S",
          "description": "Installing BYOND",
          "executable": "installer",
          "name": "wineexec",
          "prefix": "$GAMEDIR",
          "return_code": 50944
        }
      },
      {
        "task": {
          "arch": "win32",
          "args": "/silent",
          "description": "Installing BYOND packaged DirectX",
          "executable": "$GAMEDIR/drive_c/Program Files/BYOND/directx/DXSETUP.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "wine": {
      "dxvk": false,
      "version": "wine-ge-8-26-x86_64"
    }
  }
}
Back to game