Installer unvanquished-latest-64-bit

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:
- main: https://unvanquished.net/download/zip
game:
  exe: daemon
installer:
- extract:
    file: $main
- extract:
    file: $GAMEDIR/linux-amd64.zip
- chmodx: $GAMEDIR/crash_server
- chmodx: $GAMEDIR/daemon
- chmodx: $GAMEDIR/daemon-tty
- chmodx: $GAMEDIR/daemonded
- chmodx: $GAMEDIR/nacl_helper_bootstrap
- chmodx: $GAMEDIR/nacl_loader
{
  "files": [
    {
      "main": "https://unvanquished.net/download/zip"
    }
  ],
  "game": {
    "exe": "daemon"
  },
  "installer": [
    {
      "extract": {
        "file": "$main"
      }
    },
    {
      "extract": {
        "file": "$GAMEDIR/linux-amd64.zip"
      }
    },
    {
      "chmodx": "$GAMEDIR/crash_server"
    },
    {
      "chmodx": "$GAMEDIR/daemon"
    },
    {
      "chmodx": "$GAMEDIR/daemon-tty"
    },
    {
      "chmodx": "$GAMEDIR/daemonded"
    },
    {
      "chmodx": "$GAMEDIR/nacl_helper_bootstrap"
    },
    {
      "chmodx": "$GAMEDIR/nacl_loader"
    }
  ]
}
Back to game