Installer half-life-cd-goty

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:
- game: N/A:Select the game's Setup.exe
game:
  args: -gl -w 640 -h 480
  exe: drive_c/SIERRA/Half-Life/hl.exe
  prefix: $GAMEDIR
installer:
- task:
    executable: game
    name: wineexec
    prefix: $GAMEDIR
{
  "files": [
    {
      "game": "N/A:Select the game's Setup.exe"
    }
  ],
  "game": {
    "args": "-gl -w 640 -h 480",
    "exe": "drive_c/SIERRA/Half-Life/hl.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "executable": "game",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    }
  ]
}
Back to game