Installer bad-dream-fever-gogcom

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 Windows setup file downloaded from GOG
game:
  arch: win32
  exe: drive_c/GOG Games/Bad Dream Fever/Bad Dream Fever.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    executable: game
    name: wineexec
    prefix: $GAMEDIR
{
  "files": [
    {
      "game": "N/A:Select the Windows setup file downloaded from GOG"
    }
  ],
  "game": {
    "arch": "win32",
    "exe": "drive_c/GOG Games/Bad Dream Fever/Bad Dream Fever.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "arch": "win32",
        "executable": "game",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    }
  ]
}
Back to game