Installer wolfenstein-3d-steam-ecwolf

files:
- ecwolf: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Wolfenstein%203D/ecwolf.tar.xz
- gamedata: $STEAM:2270:base
game:
  exe: $GAMEDIR/ecwolf.sh
installer:
- merge:
    dst: $GAMEDIR/data
    src: gamedata
- extract:
    dst: $GAMEDIR
    format: txz
    src: ecwolf
- execute:
    command: cd "$GAMEDIR"; sed -i -e s/800/$RESOLUTION_WIDTH/ -e s/600/$RESOLUTION_HEIGHT/
      ecwolf.cfg ;
description: Play "Wolfenstein 3D" provided by Steam on Linux! using ECWolf open source
  project
game_slug: wolfenstein-3d
gogslug: wolfenstein_3d
humblestoreid: ''
installer_slug: wolfenstein-3d-steam-ecwolf
name: Wolfenstein 3D
notes: "- This script installer will launch Steam to obtain game data\r\n- 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
  - gamedata: $STEAM:2270:base
  game:
    exe: $GAMEDIR/ecwolf.sh
  installer:
  - merge:
      dst: $GAMEDIR/data
      src: gamedata
  - extract:
      dst: $GAMEDIR
      format: txz
      src: ecwolf
  - execute:
      command: cd "$GAMEDIR"; sed -i -e s/800/$RESOLUTION_WIDTH/ -e s/600/$RESOLUTION_HEIGHT/
        ecwolf.cfg ;
slug: wolfenstein-3d-steam-ecwolf
steamid: 2270
version: Steam + ECWolf
year: 1992
{
  "game_slug": "wolfenstein-3d",
  "version": "Steam + ECWolf",
  "description": "Play \"Wolfenstein 3D\" provided by Steam on Linux! using ECWolf open source project",
  "notes": "- This script installer will launch Steam to obtain game data\r\n- 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-steam-ecwolf",
  "installer_slug": "wolfenstein-3d-steam-ecwolf",
  "script": {
    "files": [
      {
        "ecwolf": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Wolfenstein%203D/ecwolf.tar.xz"
      },
      {
        "gamedata": "$STEAM:2270:base"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/ecwolf.sh"
    },
    "installer": [
      {
        "merge": {
          "dst": "$GAMEDIR/data",
          "src": "gamedata"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "format": "txz",
          "src": "ecwolf"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\"; sed -i -e s/800/$RESOLUTION_WIDTH/ -e s/600/$RESOLUTION_HEIGHT/ ecwolf.cfg ;"
        }
      }
    ]
  }
}
Back to game