Installer eve-online-dec-2023-launcher

files:
- setup:
    filename: eve-online-latest+Setup.exe
    url: https://launcher.ccpgames.com/eve-online/release/win32/x64/eve-online-latest+Setup.exe
game:
  exe: $GAMEDIR/drive_c/users/$USER/AppData/Local/eve-online/eve-online.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating 64bit Wine prefix.
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win64
    description: Setting Windows 10 mode for Wine
    key: Version
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine
    prefix: $GAMEDIR
    value: win10
- task:
    app: msdelta
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: arial
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: tahoma
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: vcrun2022
    name: winetricks
    prefix: $GAMEDIR
- task:
    description: Running EVE Online Installer. Please do not run the game until this
      script finishes installing.
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
system:
  env:
    WINE_NO_PRIV_ELEVATION: 1
wine:
  esync: false
  fsync: false
description: Install the new launcher (released Dec. 2023)
game_slug: eve-online
gogslug: ''
humblestoreid: ''
installer_slug: eve-online-dec-2023-launcher
name: EVE Online
notes: At time of writing, there is a crash launching with dx12. If you have issues,
  go into the launcher settings and choose dx11.
runner: wine
script:
  files:
  - setup:
      filename: eve-online-latest+Setup.exe
      url: https://launcher.ccpgames.com/eve-online/release/win32/x64/eve-online-latest+Setup.exe
  game:
    exe: $GAMEDIR/drive_c/users/$USER/AppData/Local/eve-online/eve-online.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating 64bit Wine prefix.
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: Setting Windows 10 mode for Wine
      key: Version
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine
      prefix: $GAMEDIR
      value: win10
  - task:
      app: msdelta
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: arial
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: tahoma
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: vcrun2022
      name: winetricks
      prefix: $GAMEDIR
  - task:
      description: Running EVE Online Installer. Please do not run the game until
        this script finishes installing.
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
  system:
    env:
      WINE_NO_PRIV_ELEVATION: 1
  wine:
    esync: false
    fsync: false
slug: eve-online-dec-2023-launcher
steamid: 8500
version: Dec 2023 Launcher
year: 2003
{
  "game_slug": "eve-online",
  "version": "Dec 2023 Launcher",
  "description": "Install the new launcher (released Dec. 2023)",
  "notes": "At time of writing, there is a crash launching with dx12. If you have issues, go into the launcher settings and choose dx11.",
  "name": "EVE Online",
  "year": 2003,
  "steamid": 8500,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "eve-online-dec-2023-launcher",
  "installer_slug": "eve-online-dec-2023-launcher",
  "script": {
    "files": [
      {
        "setup": {
          "filename": "eve-online-latest+Setup.exe",
          "url": "https://launcher.ccpgames.com/eve-online/release/win32/x64/eve-online-latest+Setup.exe"
        }
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/users/$USER/AppData/Local/eve-online/eve-online.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating 64bit Wine prefix.",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Setting Windows 10 mode for Wine",
          "key": "Version",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine",
          "prefix": "$GAMEDIR",
          "value": "win10"
        }
      },
      {
        "task": {
          "app": "msdelta",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "arial",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "tahoma",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2022",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Running EVE Online Installer. Please do not run the game until this script finishes installing.",
          "executable": "setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "env": {
        "WINE_NO_PRIV_ELEVATION": 1
      }
    },
    "wine": {
      "esync": false,
      "fsync": false
    }
  }
}
Back to game