Installer tera-agaia-online
files: - setup: filename: TeraLauncher.exe url: https://www.agaiaonline.com/download/TeraLauncher.exe game: arch: win64 exe: TeraLauncher.exe prefix: $GAMEDIR/pfx working_dir: $GAMEDIR installer: - 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: name: winekill prefix: $GAMEDIR/pfx - task: app: dotnet6 description: Install .NET 6 name: winetricks prefix: $GAMEDIR/pfx - move: dst: $GAMEDIR src: setup - task: arch: win64 description: Download and install Agaia Online through their launcher exclude_processes: wineconsole explorer.exe conhost.exe svchost.exe executable: TeraLauncher.exe name: wineexec prefix: $GAMEDIR/pfx working_dir: $GAMEDIR - 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: Download and install Agaia Online game_slug: tera gogslug: '' humblestoreid: '' installer_slug: tera-agaia-online name: Tera notes: Follow the instructions of the launcher runner: wine script: files: - setup: filename: TeraLauncher.exe url: https://www.agaiaonline.com/download/TeraLauncher.exe game: arch: win64 exe: TeraLauncher.exe prefix: $GAMEDIR/pfx working_dir: $GAMEDIR installer: - 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: name: winekill prefix: $GAMEDIR/pfx - task: app: dotnet6 description: Install .NET 6 name: winetricks prefix: $GAMEDIR/pfx - move: dst: $GAMEDIR src: setup - task: arch: win64 description: Download and install Agaia Online through their launcher exclude_processes: wineconsole explorer.exe conhost.exe svchost.exe executable: TeraLauncher.exe name: wineexec prefix: $GAMEDIR/pfx working_dir: $GAMEDIR - 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-agaia-online steamid: 323370 version: Agaia Online year: 2015
{ "game_slug": "tera", "version": "Agaia Online", "description": "Download and install Agaia Online", "notes": "Follow the instructions of the launcher", "name": "Tera", "year": 2015, "steamid": 323370, "gogslug": "", "humblestoreid": "", "runner": "wine", "slug": "tera-agaia-online", "installer_slug": "tera-agaia-online", "script": { "files": [ { "setup": { "filename": "TeraLauncher.exe", "url": "https://www.agaiaonline.com/download/TeraLauncher.exe" } } ], "game": { "arch": "win64", "exe": "TeraLauncher.exe", "prefix": "$GAMEDIR/pfx", "working_dir": "$GAMEDIR" }, "installer": [ { "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": { "name": "winekill", "prefix": "$GAMEDIR/pfx" } }, { "task": { "app": "dotnet6", "description": "Install .NET 6", "name": "winetricks", "prefix": "$GAMEDIR/pfx" } }, { "move": { "dst": "$GAMEDIR", "src": "setup" } }, { "task": { "arch": "win64", "description": "Download and install Agaia Online through their launcher", "exclude_processes": "wineconsole explorer.exe conhost.exe svchost.exe", "executable": "TeraLauncher.exe", "name": "wineexec", "prefix": "$GAMEDIR/pfx", "working_dir": "$GAMEDIR" } }, { "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" } } } }