Installer duke-nukem-ii-rigelengine-local-fi

game:
  exe: $GAMEDIR/RigelEngine
installer:
- insert-disc:
    description: Waiting for game path...
    message: Select the path where NUKEM2.CMP and the rest of the game files are.
    requires: NUKEM2.CMP
- merge:
    dst: $GAMEDIR/
    src: $DISC/NUKEM2.CMP
- merge:
    dst: $GAMEDIR/
    src: $DISC/NUKEM2.F1
- merge:
    dst: $GAMEDIR/
    src: $DISC/NUKEM2.F2
- merge:
    dst: $GAMEDIR/
    src: $DISC/NUKEM2.F3
- merge:
    dst: $GAMEDIR/
    src: $DISC/NUKEM2.F4
- merge:
    dst: $GAMEDIR/
    src: $DISC/NUKEM2.F5
- execute:
    command: curl https://api.github.com/repos/lethal-guitar/RigelEngine/releases/latest
      | grep browser_download_url | grep -vE '(win|mac|gles)' | cut -d '"' -f 4 |
      wget -i- -P $CACHE
    description: Download latest RigelEngine release
- extract:
    dst: $CACHE
    file: $CACHE/rigelengine_linux_x64.deb
- merge:
    description: Copy RigelEngine to $GAMEDIR
    dst: $GAMEDIR/
    src: $CACHE/bin/RigelEngine
description: Installs RigelEngine with game files manually provided by you (like from
  an installation of the floppy disk version)
game_slug: duke-nukem-2
gogslug: ultra_pack_deluxe_turbo_hd_remix_vol2
humblestoreid: ''
installer_slug: duke-nukem-ii-rigelengine-local-fi
name: Duke Nukem II
notes: ''
runner: linux
script:
  game:
    exe: $GAMEDIR/RigelEngine
  installer:
  - insert-disc:
      description: Waiting for game path...
      message: Select the path where NUKEM2.CMP and the rest of the game files are.
      requires: NUKEM2.CMP
  - merge:
      dst: $GAMEDIR/
      src: $DISC/NUKEM2.CMP
  - merge:
      dst: $GAMEDIR/
      src: $DISC/NUKEM2.F1
  - merge:
      dst: $GAMEDIR/
      src: $DISC/NUKEM2.F2
  - merge:
      dst: $GAMEDIR/
      src: $DISC/NUKEM2.F3
  - merge:
      dst: $GAMEDIR/
      src: $DISC/NUKEM2.F4
  - merge:
      dst: $GAMEDIR/
      src: $DISC/NUKEM2.F5
  - execute:
      command: curl https://api.github.com/repos/lethal-guitar/RigelEngine/releases/latest
        | grep browser_download_url | grep -vE '(win|mac|gles)' | cut -d '"' -f 4
        | wget -i- -P $CACHE
      description: Download latest RigelEngine release
  - extract:
      dst: $CACHE
      file: $CACHE/rigelengine_linux_x64.deb
  - merge:
      description: Copy RigelEngine to $GAMEDIR
      dst: $GAMEDIR/
      src: $CACHE/bin/RigelEngine
slug: duke-nukem-ii-rigelengine-local-fi
steamid: 240180
version: RigelEngine + local files
year: 1993
{
  "game_slug": "duke-nukem-2",
  "version": "RigelEngine + local files",
  "description": "Installs RigelEngine with game files manually provided by you (like from an installation of the floppy disk version)",
  "notes": "",
  "name": "Duke Nukem II",
  "year": 1993,
  "steamid": 240180,
  "gogslug": "ultra_pack_deluxe_turbo_hd_remix_vol2",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "duke-nukem-ii-rigelengine-local-fi",
  "installer_slug": "duke-nukem-ii-rigelengine-local-fi",
  "script": {
    "game": {
      "exe": "$GAMEDIR/RigelEngine"
    },
    "installer": [
      {
        "insert-disc": {
          "description": "Waiting for game path...",
          "message": "Select the path where NUKEM2.CMP and the rest of the game files are.",
          "requires": "NUKEM2.CMP"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/",
          "src": "$DISC/NUKEM2.CMP"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/",
          "src": "$DISC/NUKEM2.F1"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/",
          "src": "$DISC/NUKEM2.F2"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/",
          "src": "$DISC/NUKEM2.F3"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/",
          "src": "$DISC/NUKEM2.F4"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/",
          "src": "$DISC/NUKEM2.F5"
        }
      },
      {
        "execute": {
          "command": "curl https://api.github.com/repos/lethal-guitar/RigelEngine/releases/latest | grep browser_download_url | grep -vE '(win|mac|gles)' | cut -d '\"' -f 4 | wget -i- -P $CACHE",
          "description": "Download latest RigelEngine release"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$CACHE/rigelengine_linux_x64.deb"
        }
      },
      {
        "merge": {
          "description": "Copy RigelEngine to $GAMEDIR",
          "dst": "$GAMEDIR/",
          "src": "$CACHE/bin/RigelEngine"
        }
      }
    ]
  }
}
Back to game