Installer tera-arborea-reborn

files:
- archive:
    filename: ArboreaReborn_Launcher.zip
    url: https://arborea-reborn.com/api/Download/launcher
game:
  arch: win64
  exe: launcher/Arborea Reborn.exe
  prefix: $GAMEDIR/pfx
  working_dir: $GAMEDIR/launcher/
installer:
- extract:
    dst: $GAMEDIR
    file: archive
- task:
    arch: win64
    description: Create Wine 64bit prefix.
    name: create_prefix
    prefix: $GAMEDIR/pfx
- task:
    app: win10
    arch: win64
    description: Setting Wine to Windows 10 64-Bit
    name: winetricks
    prefix: $GAMEDIR/pfx
- task:
    arch: win64
    description: 'Wine Staging: Enabling DXVA2'
    key: backend
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\DXVA2
    prefix: $GAMEDIR/pfx
    value: va
- task:
    app: dotnet8
    description: Install .NET 8
    name: winetricks
    prefix: $GAMEDIR/pfx
- task:
    app: dotnet7
    description: Install .NET 7 (for various plugins to work)
    name: winetricks
    prefix: $GAMEDIR/pfx
- task:
    name: winekill
    prefix: $GAMEDIR/pfx
system:
  env:
    DXVK_STATE_CACHE_PATH: $GAMEDIR
    STAGING_SHARED_MEMORY: 1
    WINE_USE_NTSYNC: 1
    __GL_DXVK_OPTIMIZATIONS: 1
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
  exclude_processes: ''
wine:
  overrides:
    nvapi: disabled
    nvapi64: disabled
description: Arborea Reborn version of Tera 100.02+. Find more info at https://www.arborea-reborn.com/
game_slug: tera
gogslug: ''
humblestoreid: ''
installer_slug: tera-arborea-reborn
name: Tera
notes: "You need to select wine version 10+ (NOT proton) in lutris game settings under\
  \ \"runners\" for this to work, if it's not selected automatically. This script\
  \ does not choose a wine version as there are no regressions. You just need the\
  \ latest wine version.\r\nThis is as simple as hitting \"next\" and then \"launch\"\
  \ at the end. Enter credentials, download and play!"
runner: wine
script:
  files:
  - archive:
      filename: ArboreaReborn_Launcher.zip
      url: https://arborea-reborn.com/api/Download/launcher
  game:
    arch: win64
    exe: launcher/Arborea Reborn.exe
    prefix: $GAMEDIR/pfx
    working_dir: $GAMEDIR/launcher/
  installer:
  - extract:
      dst: $GAMEDIR
      file: archive
  - task:
      arch: win64
      description: Create Wine 64bit prefix.
      name: create_prefix
      prefix: $GAMEDIR/pfx
  - task:
      app: win10
      arch: win64
      description: Setting Wine to Windows 10 64-Bit
      name: winetricks
      prefix: $GAMEDIR/pfx
  - task:
      arch: win64
      description: 'Wine Staging: Enabling DXVA2'
      key: backend
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\DXVA2
      prefix: $GAMEDIR/pfx
      value: va
  - task:
      app: dotnet8
      description: Install .NET 8
      name: winetricks
      prefix: $GAMEDIR/pfx
  - task:
      app: dotnet7
      description: Install .NET 7 (for various plugins to work)
      name: winetricks
      prefix: $GAMEDIR/pfx
  - task:
      name: winekill
      prefix: $GAMEDIR/pfx
  system:
    env:
      DXVK_STATE_CACHE_PATH: $GAMEDIR
      STAGING_SHARED_MEMORY: 1
      WINE_USE_NTSYNC: 1
      __GL_DXVK_OPTIMIZATIONS: 1
      __GL_SHADER_DISK_CACHE: 1
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
    exclude_processes: ''
  wine:
    overrides:
      nvapi: disabled
      nvapi64: disabled
slug: tera-arborea-reborn
steamid: 323370
version: Arborea Reborn
year: 2015
{
  "game_slug": "tera",
  "version": "Arborea Reborn",
  "description": "Arborea Reborn version of Tera 100.02+. Find more info at https://www.arborea-reborn.com/",
  "notes": "You need to select wine version 10+ (NOT proton) in lutris game settings under \"runners\" for this to work, if it's not selected automatically. This script does not choose a wine version as there are no regressions. You just need the latest wine version.\r\nThis is as simple as hitting \"next\" and then \"launch\" at the end. Enter credentials, download and play!",
  "name": "Tera",
  "year": 2015,
  "steamid": 323370,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "tera-arborea-reborn",
  "installer_slug": "tera-arborea-reborn",
  "script": {
    "files": [
      {
        "archive": {
          "filename": "ArboreaReborn_Launcher.zip",
          "url": "https://arborea-reborn.com/api/Download/launcher"
        }
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "launcher/Arborea Reborn.exe",
      "prefix": "$GAMEDIR/pfx",
      "working_dir": "$GAMEDIR/launcher/"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "archive"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Create Wine 64bit prefix.",
          "name": "create_prefix",
          "prefix": "$GAMEDIR/pfx"
        }
      },
      {
        "task": {
          "app": "win10",
          "arch": "win64",
          "description": "Setting Wine to Windows 10 64-Bit",
          "name": "winetricks",
          "prefix": "$GAMEDIR/pfx"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Wine Staging: Enabling DXVA2",
          "key": "backend",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\DXVA2",
          "prefix": "$GAMEDIR/pfx",
          "value": "va"
        }
      },
      {
        "task": {
          "app": "dotnet8",
          "description": "Install .NET 8",
          "name": "winetricks",
          "prefix": "$GAMEDIR/pfx"
        }
      },
      {
        "task": {
          "app": "dotnet7",
          "description": "Install .NET 7 (for various plugins to work)",
          "name": "winetricks",
          "prefix": "$GAMEDIR/pfx"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR/pfx"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_STATE_CACHE_PATH": "$GAMEDIR",
        "STAGING_SHARED_MEMORY": 1,
        "WINE_USE_NTSYNC": 1,
        "__GL_DXVK_OPTIMIZATIONS": 1,
        "__GL_SHADER_DISK_CACHE": 1,
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
      },
      "exclude_processes": ""
    },
    "wine": {
      "overrides": {
        "nvapi": "disabled",
        "nvapi64": "disabled"
      }
    }
  }
}
Back to game