Installer final-doom-dr4-mod

game:
  exe: drive_c/DR4/Launch_DR4_Experimental.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    description: Please browse folder where is located your GOG or Steam Final Doom
      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/DR4"; ls "$DISC" | grep -i
      plutonia.wad | xargs -I {} cp "$DISC/{}" plutonia.wad;
- insert-disc:
    description: Please browse folder where is located your GOG or Steam Final Doom
      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/DR4"; ls "$DISC" | grep -i
      tnt.wad | xargs -I {} cp "$DISC/{}" tnt.wad;
requires: doom-1993-dr4-mod
description: Play "Final Doom" with "Doom Remake 4 mod" on Linux!
game_slug: final-doom
gogslug: doom_ii
humblestoreid: ''
installer_slug: final-doom-dr4-mod
name: Final Doom
notes: "- This script installer is complementary and dependent from \"DOOM (1993)\
  \ - DR4 mod version\"\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:
  game:
    exe: drive_c/DR4/Launch_DR4_Experimental.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      description: Please browse folder where is located your GOG or Steam Final Doom
        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/DR4"; ls "$DISC" | grep
        -i plutonia.wad | xargs -I {} cp "$DISC/{}" plutonia.wad;
  - insert-disc:
      description: Please browse folder where is located your GOG or Steam Final Doom
        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/DR4"; ls "$DISC" | grep
        -i tnt.wad | xargs -I {} cp "$DISC/{}" tnt.wad;
  requires: doom-1993-dr4-mod
slug: final-doom-dr4-mod
steamid: 2290
version: DR4 mod
year: 1996
{
  "game_slug": "final-doom",
  "version": "DR4 mod",
  "description": "Play \"Final Doom\" with \"Doom Remake 4 mod\" on Linux!",
  "notes": "- This script installer is complementary and dependent from \"DOOM (1993) - DR4 mod version\"\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-dr4-mod",
  "installer_slug": "final-doom-dr4-mod",
  "script": {
    "game": {
      "exe": "drive_c/DR4/Launch_DR4_Experimental.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "description": "Please browse folder where is located your GOG or Steam Final Doom 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/DR4\"; ls \"$DISC\" | grep -i plutonia.wad | xargs -I {} cp \"$DISC/{}\" plutonia.wad;"
        }
      },
      {
        "insert-disc": {
          "description": "Please browse folder where is located your GOG or Steam Final Doom 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/DR4\"; ls \"$DISC\" | grep -i tnt.wad | xargs -I {} cp \"$DISC/{}\" tnt.wad;"
        }
      }
    ],
    "requires": "doom-1993-dr4-mod"
  }
}
Back to game