Installer fluffy-manager-web-installer

files:
- modmanager: https://fluffyquack.com/tools/modmanager.zip
game:
  arch: win64
  exe: drive_c/FluffyModManager/Modmanager.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix
    install_mono: true
    name: create_prefix
    prefix: $GAMEDIR
- execute:
    command: mkdir -p "$GAMEDIR"/drive_c/"FluffyModManager"
- extract:
    description: Installing Fluffy Mod Manager
    dst: $GAMEDIR/drive_c/FluffyModManager
    file: modmanager
description: ''
game_slug: fluffy-manager
gogslug: ''
humblestoreid: ''
installer_slug: fluffy-manager-web-installer
name: Fluffy Manager
notes: "Self-updates correctly.  Use to *mod* games, never use to *run* games.\r\n\
  \r\nIf you're using a mod requiring REFramework (downloadable / installable from\
  \ within Fluffy Mod Manager)\uFEFF, update your Steam Launch command (or other method\
  \ of launching) for the game requiring it to include `WINEDLLOVERRIDES=\"dinput8.dll=n,b\"\
  `.\r\n\r\nEx.: For a Steam game, `WINEDLLOVERRIDES=\"dinput8.dll=n,b\" %command%`.\
  \  For a Lutris game, you can add `WINEDLLOVERRIDES` as a Key in `Environment variables`\
  \ (System options for the game you're modding) and `dinput8.dll=n,b` as the Value."
runner: wine
script:
  files:
  - modmanager: https://fluffyquack.com/tools/modmanager.zip
  game:
    arch: win64
    exe: drive_c/FluffyModManager/Modmanager.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix
      install_mono: true
      name: create_prefix
      prefix: $GAMEDIR
  - execute:
      command: mkdir -p "$GAMEDIR"/drive_c/"FluffyModManager"
  - extract:
      description: Installing Fluffy Mod Manager
      dst: $GAMEDIR/drive_c/FluffyModManager
      file: modmanager
slug: fluffy-manager-web-installer
steamid: null
version: Web Installer
year: null
{
  "game_slug": "fluffy-manager",
  "version": "Web Installer",
  "description": "",
  "notes": "Self-updates correctly.  Use to *mod* games, never use to *run* games.\r\n\r\nIf you're using a mod requiring REFramework (downloadable / installable from within Fluffy Mod Manager)\ufeff, update your Steam Launch command (or other method of launching) for the game requiring it to include `WINEDLLOVERRIDES=\"dinput8.dll=n,b\"`.\r\n\r\nEx.: For a Steam game, `WINEDLLOVERRIDES=\"dinput8.dll=n,b\" %command%`.  For a Lutris game, you can add `WINEDLLOVERRIDES` as a Key in `Environment variables` (System options for the game you're modding) and `dinput8.dll=n,b` as the Value.",
  "name": "Fluffy Manager",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "fluffy-manager-web-installer",
  "installer_slug": "fluffy-manager-web-installer",
  "script": {
    "files": [
      {
        "modmanager": "https://fluffyquack.com/tools/modmanager.zip"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/FluffyModManager/Modmanager.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "install_mono": true,
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "execute": {
          "command": "mkdir -p \"$GAMEDIR\"/drive_c/\"FluffyModManager\""
        }
      },
      {
        "extract": {
          "description": "Installing Fluffy Mod Manager",
          "dst": "$GAMEDIR/drive_c/FluffyModManager",
          "file": "modmanager"
        }
      }
    ]
  }
}
Back to game