Installer neotokyo-standalone

files:
- steamsetup: https://cdn.steamstatic.com/client/installer/SteamSetup.exe
game:
  arch: win64
  args: -cef-disable-gpu -silent -applaunch 244630
  exe: drive_c/Program Files (x86)/Steam/steam.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating 64bit Wine prefix
    install_gecko: true
    name: create_prefix
    overrides:
      d3d11: b
      dxgi: b
    prefix: $GAMEDIR
- task:
    app: win10
    description: Changing to Windows 10
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win64
    args: /S
    description: Installing Steam
    executable: steamsetup
    name: wineexec
    prefix: $GAMEDIR
- task:
    app: courier tahoma verdana trebuchet lucida
    description: Installing fonts
    name: winetricks
    prefix: $GAMEDIR
system:
  env:
    FREETYPE_PROPERTIES: truetype:interpreter-version=35
wine:
  overrides:
    d3d11: b
    dxgi: b
description: Installed using Steam for Windows, for connecting to servers without
  disconnects.
game_slug: neotokyo
gogslug: ''
humblestoreid: ''
installer_slug: neotokyo-standalone
name: "NEOTOKYO\xB0"
notes: Note that you cannot run both Steam for Windows and Native Steam simultaneously,
  as only one of them can connect to the internet at the same time. You can use the
  flatpak version of Lutris to bypass this.
runner: wine
script:
  files:
  - steamsetup: https://cdn.steamstatic.com/client/installer/SteamSetup.exe
  game:
    arch: win64
    args: -cef-disable-gpu -silent -applaunch 244630
    exe: drive_c/Program Files (x86)/Steam/steam.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating 64bit Wine prefix
      install_gecko: true
      name: create_prefix
      overrides:
        d3d11: b
        dxgi: b
      prefix: $GAMEDIR
  - task:
      app: win10
      description: Changing to Windows 10
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win64
      args: /S
      description: Installing Steam
      executable: steamsetup
      name: wineexec
      prefix: $GAMEDIR
  - task:
      app: courier tahoma verdana trebuchet lucida
      description: Installing fonts
      name: winetricks
      prefix: $GAMEDIR
  system:
    env:
      FREETYPE_PROPERTIES: truetype:interpreter-version=35
  wine:
    overrides:
      d3d11: b
      dxgi: b
slug: neotokyo-standalone
steamid: 244630
version: Standalone
year: 2014
{
  "game_slug": "neotokyo",
  "version": "Standalone",
  "description": "Installed using Steam for Windows, for connecting to servers without disconnects.",
  "notes": "Note that you cannot run both Steam for Windows and Native Steam simultaneously, as only one of them can connect to the internet at the same time. You can use the flatpak version of Lutris to bypass this.",
  "name": "NEOTOKYO\u00b0",
  "year": 2014,
  "steamid": 244630,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "neotokyo-standalone",
  "installer_slug": "neotokyo-standalone",
  "script": {
    "files": [
      {
        "steamsetup": "https://cdn.steamstatic.com/client/installer/SteamSetup.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "args": "-cef-disable-gpu -silent -applaunch 244630",
      "exe": "drive_c/Program Files (x86)/Steam/steam.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating 64bit Wine prefix",
          "install_gecko": true,
          "name": "create_prefix",
          "overrides": {
            "d3d11": "b",
            "dxgi": "b"
          },
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "win10",
          "description": "Changing to Windows 10",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "args": "/S",
          "description": "Installing Steam",
          "executable": "steamsetup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "courier tahoma verdana trebuchet lucida",
          "description": "Installing fonts",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "env": {
        "FREETYPE_PROPERTIES": "truetype:interpreter-version=35"
      }
    },
    "wine": {
      "overrides": {
        "d3d11": "b",
        "dxgi": "b"
      }
    }
  }
}
Back to game