Installer wolfenstein-3d-gog-ecwolf

files:
- ecwolf: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Wolfenstein%203D/ecwolf.tar.xz
- gogsetup: N/A:Please select the setup exe file downloaded from your GOG account
game:
  exe: $GAMEDIR/ecwolf.sh
installer:
- extract:
    dst: $GAMEDIR
    format: txz
    src: ecwolf
- extract:
    dst: $GAMEDIR/data
    file: gogsetup
    format: gog
- execute:
    command: cd "$GAMEDIR"; sed -i -e s/800/$RESOLUTION_WIDTH/ -e s/600/$RESOLUTION_HEIGHT/
      ecwolf.cfg ;
description: Play "Wolfenstein 3D" provided by GOG on Linux! using ECWolf open source
  project
game_slug: wolfenstein-3d
gogslug: wolfenstein_3d
humblestoreid: ''
installer_slug: wolfenstein-3d-gog-ecwolf
name: Wolfenstein 3D
notes: '- ECWolf 1.5.0pre - commit 2065d07 - 19 february 2024'
runner: linux
script:
  files:
  - ecwolf: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Wolfenstein%203D/ecwolf.tar.xz
  - gogsetup: N/A:Please select the setup exe file downloaded from your GOG account
  game:
    exe: $GAMEDIR/ecwolf.sh
  installer:
  - extract:
      dst: $GAMEDIR
      format: txz
      src: ecwolf
  - extract:
      dst: $GAMEDIR/data
      file: gogsetup
      format: gog
  - execute:
      command: cd "$GAMEDIR"; sed -i -e s/800/$RESOLUTION_WIDTH/ -e s/600/$RESOLUTION_HEIGHT/
        ecwolf.cfg ;
slug: wolfenstein-3d-gog-ecwolf
steamid: 2270
version: GOG + ECWolf
year: 1992
{
  "game_slug": "wolfenstein-3d",
  "version": "GOG + ECWolf",
  "description": "Play \"Wolfenstein 3D\" provided by GOG on Linux! using ECWolf open source project",
  "notes": "- ECWolf 1.5.0pre - commit 2065d07 - 19 february 2024",
  "name": "Wolfenstein 3D",
  "year": 1992,
  "steamid": 2270,
  "gogslug": "wolfenstein_3d",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "wolfenstein-3d-gog-ecwolf",
  "installer_slug": "wolfenstein-3d-gog-ecwolf",
  "script": {
    "files": [
      {
        "ecwolf": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Wolfenstein%203D/ecwolf.tar.xz"
      },
      {
        "gogsetup": "N/A:Please select the setup exe file downloaded from your GOG account"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/ecwolf.sh"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "format": "txz",
          "src": "ecwolf"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/data",
          "file": "gogsetup",
          "format": "gog"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\"; sed -i -e s/800/$RESOLUTION_WIDTH/ -e s/600/$RESOLUTION_HEIGHT/ ecwolf.cfg ;"
        }
      }
    ]
  }
}
Back to game