Installer final-doom-brutal-doom-mod

files:
- mod: N/A:Please select Brutal Doom mod archive available for download at https://www.moddb.com/mods/brutal-doom/downloads/brutal-doom-v22-beta-test-3
- engine: https://github.com/legluondunet/mlls-tools/raw/master/GZDoom/gzdoom-windows.zip
- engine_cfg: https://github.com/legluondunet/mlls-tools/raw/master/GZDoom/gzdoom-windows_cfg.zip
game:
  exe: drive_c/Final Doom/gzdoom.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Preparing wineprefix...
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/Final Doom
    file: engine
- extract:
    dst: $GAMEDIR/drive_c/Final Doom
    file: engine_cfg
- extract:
    dst: $GAMEDIR/drive_c/Final Doom/mods
    file: mod
- insert-disc:
    description: Please browse folder where is located your Final DOom GOG or Steam
      install, we need PLUTONIA.WAD file. Autodetect will not work here, use "Browse"
      button.
    requires: plutonia.wad
- execute:
    command: unset LD_LIBRARY_PATH; cd "$GAMEDIR/drive_c/Final Doom"; ls "$DISC" |
      grep -i plutonia.wad | xargs -I {} cp "$DISC/{}" plutonia.wad;
- insert-disc:
    description: Please browse folder where is located your Final Doom GOG or Steam
      install, we need TNT.WAD file. Autodetect will not work here, use "Browse" button.
    requires: tnt.wad
- execute:
    command: unset LD_LIBRARY_PATH; cd "$GAMEDIR/drive_c/Final Doom"; ls "$DISC" |
      grep -i tnt.wad | xargs -I {} cp "$DISC/{}" tnt.wad;
description: Play "Final Doom" with "Brutal Doom mod" on Linux!
game_slug: final-doom
gogslug: doom_ii
humblestoreid: ''
installer_slug: final-doom-brutal-doom-mod
name: Final Doom
notes: "- Brutal Doom mod:  adds realistic gore, dismemberments, headshots, executions,\
  \ lightning effects, particles, makes enemies smarter and harder, makes gun louder\
  \ and beefier, and adds epic new boss battles\r\n- During install, you will need\
  \ to provide \"TNT.WAD\" and \"PLUTONIA.WAD\" files from any \"Final Doom\" GOG\
  \ or Steam install"
runner: wine
script:
  files:
  - mod: N/A:Please select Brutal Doom mod archive available for download at https://www.moddb.com/mods/brutal-doom/downloads/brutal-doom-v22-beta-test-3
  - engine: https://github.com/legluondunet/mlls-tools/raw/master/GZDoom/gzdoom-windows.zip
  - engine_cfg: https://github.com/legluondunet/mlls-tools/raw/master/GZDoom/gzdoom-windows_cfg.zip
  game:
    exe: drive_c/Final Doom/gzdoom.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Preparing wineprefix...
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/Final Doom
      file: engine
  - extract:
      dst: $GAMEDIR/drive_c/Final Doom
      file: engine_cfg
  - extract:
      dst: $GAMEDIR/drive_c/Final Doom/mods
      file: mod
  - insert-disc:
      description: Please browse folder where is located your Final DOom GOG or Steam
        install, we need PLUTONIA.WAD file. Autodetect will not work here, use "Browse"
        button.
      requires: plutonia.wad
  - execute:
      command: unset LD_LIBRARY_PATH; cd "$GAMEDIR/drive_c/Final Doom"; ls "$DISC"
        | grep -i plutonia.wad | xargs -I {} cp "$DISC/{}" plutonia.wad;
  - insert-disc:
      description: Please browse folder where is located your Final Doom GOG or Steam
        install, we need TNT.WAD file. Autodetect will not work here, use "Browse"
        button.
      requires: tnt.wad
  - execute:
      command: unset LD_LIBRARY_PATH; cd "$GAMEDIR/drive_c/Final Doom"; ls "$DISC"
        | grep -i tnt.wad | xargs -I {} cp "$DISC/{}" tnt.wad;
slug: final-doom-brutal-doom-mod
steamid: 2290
version: Brutal Doom mod
year: 1996
{
  "game_slug": "final-doom",
  "version": "Brutal Doom mod",
  "description": "Play \"Final Doom\" with \"Brutal Doom mod\" on Linux!",
  "notes": "- Brutal Doom mod:  adds realistic gore, dismemberments, headshots, executions, lightning effects, particles, makes enemies smarter and harder, makes gun louder and beefier, and adds epic new boss battles\r\n- During install, you will need to provide \"TNT.WAD\" and \"PLUTONIA.WAD\" files from any \"Final Doom\" GOG or Steam install",
  "name": "Final Doom",
  "year": 1996,
  "steamid": 2290,
  "gogslug": "doom_ii",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "final-doom-brutal-doom-mod",
  "installer_slug": "final-doom-brutal-doom-mod",
  "script": {
    "files": [
      {
        "mod": "N/A:Please select Brutal Doom mod archive available for download at https://www.moddb.com/mods/brutal-doom/downloads/brutal-doom-v22-beta-test-3"
      },
      {
        "engine": "https://github.com/legluondunet/mlls-tools/raw/master/GZDoom/gzdoom-windows.zip"
      },
      {
        "engine_cfg": "https://github.com/legluondunet/mlls-tools/raw/master/GZDoom/gzdoom-windows_cfg.zip"
      }
    ],
    "game": {
      "exe": "drive_c/Final Doom/gzdoom.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Preparing wineprefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Final Doom",
          "file": "engine"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Final Doom",
          "file": "engine_cfg"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Final Doom/mods",
          "file": "mod"
        }
      },
      {
        "insert-disc": {
          "description": "Please browse folder where is located your Final DOom GOG or Steam install, we need PLUTONIA.WAD file. Autodetect will not work here, use \"Browse\" button.",
          "requires": "plutonia.wad"
        }
      },
      {
        "execute": {
          "command": "unset LD_LIBRARY_PATH; cd \"$GAMEDIR/drive_c/Final Doom\"; ls \"$DISC\" | grep -i plutonia.wad | xargs -I {} cp \"$DISC/{}\" plutonia.wad;"
        }
      },
      {
        "insert-disc": {
          "description": "Please browse folder where is located your Final Doom GOG or Steam install, we need TNT.WAD file. Autodetect will not work here, use \"Browse\" button.",
          "requires": "tnt.wad"
        }
      },
      {
        "execute": {
          "command": "unset LD_LIBRARY_PATH; cd \"$GAMEDIR/drive_c/Final Doom\"; ls \"$DISC\" | grep -i tnt.wad | xargs -I {} cp \"$DISC/{}\" tnt.wad;"
        }
      }
    ]
  }
}
Back to game