Installer unreal-tournament-2004-64-bit-native-steam

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:
- ut2k4-bin: https://lutris.nyc3.digitaloceanspaces.com/games/ut2004/ut2004-x86_64.tar.gz
- steam-data: $STEAM:13230:/
game:
  exe: System/ut2004-bin
installer:
- merge:
    dst: $GAMEDIR
    src: steam-data
- extract:
    dst: $CACHE/tmp/ut2004/
    file: ut2k4-bin
    format: tgz
- merge:
    dst: $GAMEDIR
    src: $CACHE/tmp/ut2004/
{
  "files": [
    {
      "ut2k4-bin": "https://lutris.nyc3.digitaloceanspaces.com/games/ut2004/ut2004-x86_64.tar.gz"
    },
    {
      "steam-data": "$STEAM:13230:/"
    }
  ],
  "game": {
    "exe": "System/ut2004-bin"
  },
  "installer": [
    {
      "merge": {
        "dst": "$GAMEDIR",
        "src": "steam-data"
      }
    },
    {
      "extract": {
        "dst": "$CACHE/tmp/ut2004/",
        "file": "ut2k4-bin",
        "format": "tgz"
      }
    },
    {
      "merge": {
        "dst": "$GAMEDIR",
        "src": "$CACHE/tmp/ut2004/"
      }
    }
  ]
}
Back to game