Installer the-ultimate-doom-all-pc-hd-texture-pa

custom-name: DOOM - The Ultimate - HD texture pack mod - GZDoom
files:
- hdmod: N/A:Please select the Doom HD texture pack available at https://www.moddb.com/mods/doom-hd1/downloads/gzdoom-x64-hd-texture-pack
game:
  files:
  - mods/brightmaps.pk3
  - mods/DHTP-2019_11_17.pk3
  - mods/HRRP.pk3
  - mods/JFO_UD.pk3
  - mods/lights.pk3
  - mods/NeuralUpscale2x_v0.95.pk3
  - mods/R_Hud_Stuff_v1.pk3
  - mods/zd_extra.pk3
  main_file: $GAMEDIR/doom.wad
  savedir: $GAMEDIR/saves
installer:
- extract:
    dst: $CACHE
    src: hdmod
- execute:
    command: mkdir "$GAMEDIR/mods"; find "$CACHE" \( -iname "*.pk3" -o -iname "*.wad"
      -o -iname "*.rtf" -o -iname "*.txt" \) -exec cp {} "$GAMEDIR/mods" \;
- merge:
    dst: $GAMEDIR/soundfonts
    src: $CACHE/GZDoom x64/soundfonts
- write_file:
    content: '[SoundfontSearch.Directories]

      Path=soundfonts

      [GlobalSettings]

      freelook=true

      '
    file: $GAMEDIR/gzdoom.ini
- insert-disc:
    description: Please browse folder where is located DOOM.WAD file. Autodetect will
      not work here, use "Browse" button.
    requires: doom.wad
- execute:
    command: ls "$DISC" | grep -i doom.wad | xargs -I {} cp "$DISC/{}" "$GAMEDIR/doom.wad";
      mkdir "$GAMEDIR/saves";
zdoom:
  config: $GAMEDIR/gzdoom.ini
description: "\r\n\"The Ultimate Doom\" all PC version using GZDoom Lutris runner\
  \ with \"Doom HD texture pack\" mod.\r\n\r\n"
game_slug: the-ultimate-doom
gogslug: doom_1993
humblestoreid: ''
installer_slug: the-ultimate-doom-all-pc-hd-texture-pa
name: The Ultimate Doom
notes: "- During install you will need to provide:\r\n-- \"DOOM.WAD\" file from \"\
  Ultimate Doom\" PC game\r\n-- \"Doom HD texture pack\" mod archive available at\
  \ https://www.moddb.com/mods/doom-hd1/downloads/gzdoom-x64-hd-texture-pack\r\n-\
  \ To play \"Ultimate Doom\" vanilla, just clear all \"PWAD files\" list from Lutris\
  \ \"Game Options\" tab."
runner: zdoom
script:
  custom-name: DOOM - The Ultimate - HD texture pack mod - GZDoom
  files:
  - hdmod: N/A:Please select the Doom HD texture pack available at https://www.moddb.com/mods/doom-hd1/downloads/gzdoom-x64-hd-texture-pack
  game:
    files:
    - mods/brightmaps.pk3
    - mods/DHTP-2019_11_17.pk3
    - mods/HRRP.pk3
    - mods/JFO_UD.pk3
    - mods/lights.pk3
    - mods/NeuralUpscale2x_v0.95.pk3
    - mods/R_Hud_Stuff_v1.pk3
    - mods/zd_extra.pk3
    main_file: $GAMEDIR/doom.wad
    savedir: $GAMEDIR/saves
  installer:
  - extract:
      dst: $CACHE
      src: hdmod
  - execute:
      command: mkdir "$GAMEDIR/mods"; find "$CACHE" \( -iname "*.pk3" -o -iname "*.wad"
        -o -iname "*.rtf" -o -iname "*.txt" \) -exec cp {} "$GAMEDIR/mods" \;
  - merge:
      dst: $GAMEDIR/soundfonts
      src: $CACHE/GZDoom x64/soundfonts
  - write_file:
      content: '[SoundfontSearch.Directories]

        Path=soundfonts

        [GlobalSettings]

        freelook=true

        '
      file: $GAMEDIR/gzdoom.ini
  - insert-disc:
      description: Please browse folder where is located DOOM.WAD file. Autodetect
        will not work here, use "Browse" button.
      requires: doom.wad
  - execute:
      command: ls "$DISC" | grep -i doom.wad | xargs -I {} cp "$DISC/{}" "$GAMEDIR/doom.wad";
        mkdir "$GAMEDIR/saves";
  zdoom:
    config: $GAMEDIR/gzdoom.ini
slug: the-ultimate-doom-all-pc-hd-texture-pa
steamid: 2280
version: All PC + HD texture pack mod
year: 1995
{
  "game_slug": "the-ultimate-doom",
  "version": "All PC + HD texture pack mod",
  "description": "\r\n\"The Ultimate Doom\" all PC version using GZDoom Lutris runner with \"Doom HD texture pack\" mod.\r\n\r\n",
  "notes": "- During install you will need to provide:\r\n-- \"DOOM.WAD\" file from \"Ultimate Doom\" PC game\r\n-- \"Doom HD texture pack\" mod archive available at https://www.moddb.com/mods/doom-hd1/downloads/gzdoom-x64-hd-texture-pack\r\n- To play \"Ultimate Doom\" vanilla, just clear all \"PWAD files\" list from Lutris \"Game Options\" tab.",
  "name": "The Ultimate Doom",
  "year": 1995,
  "steamid": 2280,
  "gogslug": "doom_1993",
  "humblestoreid": "",
  "runner": "zdoom",
  "slug": "the-ultimate-doom-all-pc-hd-texture-pa",
  "installer_slug": "the-ultimate-doom-all-pc-hd-texture-pa",
  "script": {
    "custom-name": "DOOM - The Ultimate - HD texture pack mod - GZDoom",
    "files": [
      {
        "hdmod": "N/A:Please select the Doom HD texture pack available at https://www.moddb.com/mods/doom-hd1/downloads/gzdoom-x64-hd-texture-pack"
      }
    ],
    "game": {
      "files": [
        "mods/brightmaps.pk3",
        "mods/DHTP-2019_11_17.pk3",
        "mods/HRRP.pk3",
        "mods/JFO_UD.pk3",
        "mods/lights.pk3",
        "mods/NeuralUpscale2x_v0.95.pk3",
        "mods/R_Hud_Stuff_v1.pk3",
        "mods/zd_extra.pk3"
      ],
      "main_file": "$GAMEDIR/doom.wad",
      "savedir": "$GAMEDIR/saves"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "src": "hdmod"
        }
      },
      {
        "execute": {
          "command": "mkdir \"$GAMEDIR/mods\"; find \"$CACHE\" \\( -iname \"*.pk3\" -o -iname \"*.wad\" -o -iname \"*.rtf\" -o -iname \"*.txt\" \\) -exec cp {} \"$GAMEDIR/mods\" \\;"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/soundfonts",
          "src": "$CACHE/GZDoom x64/soundfonts"
        }
      },
      {
        "write_file": {
          "content": "[SoundfontSearch.Directories]\nPath=soundfonts\n[GlobalSettings]\nfreelook=true\n",
          "file": "$GAMEDIR/gzdoom.ini"
        }
      },
      {
        "insert-disc": {
          "description": "Please browse folder where is located DOOM.WAD file. Autodetect will not work here, use \"Browse\" button.",
          "requires": "doom.wad"
        }
      },
      {
        "execute": {
          "command": "ls \"$DISC\" | grep -i doom.wad | xargs -I {} cp \"$DISC/{}\" \"$GAMEDIR/doom.wad\"; mkdir \"$GAMEDIR/saves\";"
        }
      }
    ],
    "zdoom": {
      "config": "$GAMEDIR/gzdoom.ini"
    }
  }
}
Back to game