Installer subnautica-nitrox-multiplayer-latest
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - nitrox: https://nitrox.rux.gg/deeplink/download/latest game: arch: win64 args: -opengl exe: drive_c/Program Files/Nitrox/NitroxLauncher.exe prefix: $GAMEDIR installer: - execute: command: rm -rf '$GAMEDIR/drive_c/Program Files/Nitrox/' - task: app: d3dcompiler_47 arch: win64 description: Installing dependencies name: winetricks prefix: $GAMEDIR - task: key: DisableHWAcceleration name: set_regedit path: HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics type: REG_DWORD value: '1' - copy: dst: $CACHE/nitrox/nitrox.zip src: nitrox - extract: dst: $GAMEDIR/drive_c/Program Files/Nitrox/ file: $CACHE/nitrox/nitrox.zip requires: subnautica system: env: DXVK_HUD: 1 MESA_GL_VERSION_OVERRIDE: 4.4COMPAT PULSE_LATENCY_MSEC: 60 __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR wine: dxvk: true esync: true
{ "files": [ { "nitrox": "https://nitrox.rux.gg/deeplink/download/latest" } ], "game": { "arch": "win64", "args": "-opengl", "exe": "drive_c/Program Files/Nitrox/NitroxLauncher.exe", "prefix": "$GAMEDIR" }, "installer": [ { "execute": { "command": "rm -rf '$GAMEDIR/drive_c/Program Files/Nitrox/'" } }, { "task": { "app": "d3dcompiler_47", "arch": "win64", "description": "Installing dependencies", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "key": "DisableHWAcceleration", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Software\\Microsoft\\Avalon.Graphics", "type": "REG_DWORD", "value": "1" } }, { "copy": { "dst": "$CACHE/nitrox/nitrox.zip", "src": "nitrox" } }, { "extract": { "dst": "$GAMEDIR/drive_c/Program Files/Nitrox/", "file": "$CACHE/nitrox/nitrox.zip" } } ], "requires": "subnautica", "system": { "env": { "DXVK_HUD": 1, "MESA_GL_VERSION_OVERRIDE": "4.4COMPAT", "PULSE_LATENCY_MSEC": 60, "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR" } }, "wine": { "dxvk": true, "esync": true } }