Installer lewdest-labyrinth-itchio

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
  args: -force-d3d9
  exe: drive_c/Program Files/Lewdest Labyrinth/LewdestLabyrinth_V4.exe
  prefix: $GAMEDIR
installer:
- extract:
    dst: $GAMEDIR/drive_c/Program Files/Lewdest Labyrinth
    file: $file1
- task:
    app: corefonts
    name: winetricks
    prefix: $GAMEDIR
{
  "files": [
    {
      "file1": "N/A:Please select the itch.io archive"
    }
  ],
  "game": {
    "arch": "win32",
    "args": "-force-d3d9",
    "exe": "drive_c/Program Files/Lewdest Labyrinth/LewdestLabyrinth_V4.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "extract": {
        "dst": "$GAMEDIR/drive_c/Program Files/Lewdest Labyrinth",
        "file": "$file1"
      }
    },
    {
      "task": {
        "app": "corefonts",
        "name": "winetricks",
        "prefix": "$GAMEDIR"
      }
    }
  ]
}
Back to game