Installer heretic-ii-windows-cdrip-hereti

files:
- game_rip: https://archive.org/download/heretic2_cover-2350919043/Heretic%20II%20%28Patched%20Wide%20Screen%29.zip
- game_engine: https://github.com/m-x-d/Heretic2R/releases/download/R4/Heretic2R_R4.zip
- script_lang: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Heretic%20II/h2local.sh
game:
  exe: drive_c/Heretic2R/Heretic2R.exe
  launch_configs:
  - arg: +set dedicated 1
    exe: $GAMEDIR/Heretic2R/Heretic2R.exe
    name: Heretic II - dedicated server mode
  prefix: $GAMEDIR
installer:
- task:
    description: Preparing wineprefix...
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $CACHE
    file: game_rip
    format: zip
- merge:
    dst: $GAMEDIR/drive_c/Heretic2R/base
    src: $CACHE/Heretic II/base
- merge:
    dst: $GAMEDIR/drive_c/Heretic2R/base/music
    src: $CACHE/Heretic II/Music
- input_menu:
    description: 'Please choose which language you would like for menus, audio and
      subtitles:'
    id: LANG
    options:
    - english: English (Default)
    - french: French
    - german: German
    - italian: Italian
    - spanish: Spanish
    preselect: english
- chmodx: script_lang
- execute:
    args: $INPUT_LANG
    file: script_lang
- extract:
    dst: $GAMEDIR/drive_c/Heretic2R
    file: game_engine
    format: zip
description: Play "Heretic II" CDRIP edition on Linux!
game_slug: heretic-ii
gogslug: ''
humblestoreid: ''
installer_slug: heretic-ii-windows-cdrip-hereti
name: Heretic II
notes: "- Using Heretic2R engine\r\n- Multilingual: you will be able to choose your\
  \ preferred language for menus, subtitles and voices during installation between\
  \ English (default), French, German, Italian and Spanish\r\n- Soundtrack in OGG\
  \ format included\r\n- H2 controller support is insufficient. You will find AntimicroX\
  \ profiles here:\r\nhttps://github.com/legluondunet/MyLittleLutrisScripts/tree/master/Heretic%20II/gamepad%20profiles"
runner: wine
script:
  files:
  - game_rip: https://archive.org/download/heretic2_cover-2350919043/Heretic%20II%20%28Patched%20Wide%20Screen%29.zip
  - game_engine: https://github.com/m-x-d/Heretic2R/releases/download/R4/Heretic2R_R4.zip
  - script_lang: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Heretic%20II/h2local.sh
  game:
    exe: drive_c/Heretic2R/Heretic2R.exe
    launch_configs:
    - arg: +set dedicated 1
      exe: $GAMEDIR/Heretic2R/Heretic2R.exe
      name: Heretic II - dedicated server mode
    prefix: $GAMEDIR
  installer:
  - task:
      description: Preparing wineprefix...
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $CACHE
      file: game_rip
      format: zip
  - merge:
      dst: $GAMEDIR/drive_c/Heretic2R/base
      src: $CACHE/Heretic II/base
  - merge:
      dst: $GAMEDIR/drive_c/Heretic2R/base/music
      src: $CACHE/Heretic II/Music
  - input_menu:
      description: 'Please choose which language you would like for menus, audio and
        subtitles:'
      id: LANG
      options:
      - english: English (Default)
      - french: French
      - german: German
      - italian: Italian
      - spanish: Spanish
      preselect: english
  - chmodx: script_lang
  - execute:
      args: $INPUT_LANG
      file: script_lang
  - extract:
      dst: $GAMEDIR/drive_c/Heretic2R
      file: game_engine
      format: zip
slug: heretic-ii-windows-cdrip-hereti
steamid: null
version: Windows CDRIP + Heretic2R
year: 1998
{
  "game_slug": "heretic-ii",
  "version": "Windows CDRIP + Heretic2R",
  "description": "Play \"Heretic II\" CDRIP edition on Linux!",
  "notes": "- Using Heretic2R engine\r\n- Multilingual: you will be able to choose your preferred language for menus, subtitles and voices during installation between English (default), French, German, Italian and Spanish\r\n- Soundtrack in OGG format included\r\n- H2 controller support is insufficient. You will find AntimicroX profiles here:\r\nhttps://github.com/legluondunet/MyLittleLutrisScripts/tree/master/Heretic%20II/gamepad%20profiles",
  "name": "Heretic II",
  "year": 1998,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "heretic-ii-windows-cdrip-hereti",
  "installer_slug": "heretic-ii-windows-cdrip-hereti",
  "script": {
    "files": [
      {
        "game_rip": "https://archive.org/download/heretic2_cover-2350919043/Heretic%20II%20%28Patched%20Wide%20Screen%29.zip"
      },
      {
        "game_engine": "https://github.com/m-x-d/Heretic2R/releases/download/R4/Heretic2R_R4.zip"
      },
      {
        "script_lang": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Heretic%20II/h2local.sh"
      }
    ],
    "game": {
      "exe": "drive_c/Heretic2R/Heretic2R.exe",
      "launch_configs": [
        {
          "arg": "+set dedicated 1",
          "exe": "$GAMEDIR/Heretic2R/Heretic2R.exe",
          "name": "Heretic II - dedicated server mode"
        }
      ],
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Preparing wineprefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "game_rip",
          "format": "zip"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/Heretic2R/base",
          "src": "$CACHE/Heretic II/base"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/Heretic2R/base/music",
          "src": "$CACHE/Heretic II/Music"
        }
      },
      {
        "input_menu": {
          "description": "Please choose which language you would like for menus, audio and subtitles:",
          "id": "LANG",
          "options": [
            {
              "english": "English (Default)"
            },
            {
              "french": "French"
            },
            {
              "german": "German"
            },
            {
              "italian": "Italian"
            },
            {
              "spanish": "Spanish"
            }
          ],
          "preselect": "english"
        }
      },
      {
        "chmodx": "script_lang"
      },
      {
        "execute": {
          "args": "$INPUT_LANG",
          "file": "script_lang"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Heretic2R",
          "file": "game_engine",
          "format": "zip"
        }
      }
    ]
  }
}
Back to game