Installer doom-64-doom-64-retribution-

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.

custom-name: Doom 64 - Retribution mod - GZDoom
files:
- rtribmod: N/A:Please select the "Doom 64 Retribution" mod archive.You can download
    it at https://www.moddb.com/mods/doom-64-retribution
game:
  files:
  - D64RTRDEV/D64FADES.pk3
  - D64RTRDEV/interxx_template_ending.wad
  - D64RTRDEV/interxx_template_normal.wad
  - D64RTR[v1.5].WAD
  main_file: $GAMEDIR/doom2.wad
  savedir: $GAMEDIR/saves
installer:
- extract:
    dst: $GAMEDIR
    src: rtribmod
- insert-disc:
    description: Please browse folder where is located DOOM2.WAD file. "Autodetect"
      button will not work here, use "Browse" button.
    requires: doom2.wad
- execute:
    command: ls "$DISC" | grep -i doom2.wad | xargs -I {} cp "$DISC/{}" "$GAMEDIR/doom2.wad";
      cd "$GAMEDIR"; mkdir saves soundfonts; mv DOOMSND.SF2 soundfonts;
- write_file:
    content: '[SoundfontSearch.Directories]

      Path=soundfonts

      [GlobalSettings]

      freelook=true

      '
    file: $GAMEDIR/gzdoom.ini
zdoom:
  config: $GAMEDIR/gzdoom.ini
{
  "custom-name": "Doom 64 - Retribution mod - GZDoom",
  "files": [
    {
      "rtribmod": "N/A:Please select the \"Doom 64 Retribution\" mod archive.You can download it at https://www.moddb.com/mods/doom-64-retribution"
    }
  ],
  "game": {
    "files": [
      "D64RTRDEV/D64FADES.pk3",
      "D64RTRDEV/interxx_template_ending.wad",
      "D64RTRDEV/interxx_template_normal.wad",
      "D64RTR[v1.5].WAD"
    ],
    "main_file": "$GAMEDIR/doom2.wad",
    "savedir": "$GAMEDIR/saves"
  },
  "installer": [
    {
      "extract": {
        "dst": "$GAMEDIR",
        "src": "rtribmod"
      }
    },
    {
      "insert-disc": {
        "description": "Please browse folder where is located DOOM2.WAD file. \"Autodetect\" button will not work here, use \"Browse\" button.",
        "requires": "doom2.wad"
      }
    },
    {
      "execute": {
        "command": "ls \"$DISC\" | grep -i doom2.wad | xargs -I {} cp \"$DISC/{}\" \"$GAMEDIR/doom2.wad\"; cd \"$GAMEDIR\"; mkdir saves soundfonts; mv DOOMSND.SF2 soundfonts;"
      }
    },
    {
      "write_file": {
        "content": "[SoundfontSearch.Directories]\nPath=soundfonts\n[GlobalSettings]\nfreelook=true\n",
        "file": "$GAMEDIR/gzdoom.ini"
      }
    }
  ],
  "zdoom": {
    "config": "$GAMEDIR/gzdoom.ini"
  }
}
Back to game