Installer lust-doll-itchio-demo

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:
- file1: N/A:Please select the itch.io archive
game:
  arch: win32
  exe: drive_c/Program Files/Lust Doll/Game.exe
  prefix: $GAMEDIR
installer:
- extract:
    dst: $GAMEDIR/drive_c/Program Files/Lust Doll
    file: file1
{
  "files": [
    {
      "file1": "N/A:Please select the itch.io archive"
    }
  ],
  "game": {
    "arch": "win32",
    "exe": "drive_c/Program Files/Lust Doll/Game.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "extract": {
        "dst": "$GAMEDIR/drive_c/Program Files/Lust Doll",
        "file": "file1"
      }
    }
  ]
}
Back to game