Installer tex-murphy-mean-streets-gog-dos

files:
- game: N/A:Select GOG installer
- inno: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
game:
  main_file: $GAMEDIR/mean-streets.conf
installer:
- write_file:
    content: '#!/bin/bash

      src=$1

      dst=$2

      find "$src" -type f \( -iname "*.ACC" -o -iname  "MS.EXE" -o -iname  "MS._XE"
      \) -exec cp {} "$dst" \;'
    file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- extract:
    dst: $CACHE
    file: $inno
- execute:
    args: -I app -d "$CACHE" "$game"
    file: $CACHE/innoextract
- execute:
    args: $GAMEDIR/HDD $GAMEDIR/HDD/mean
    file: mkdir
- copy:
    dst: $GAMEDIR
    src: $CACHE/app/manual.pdf
- copy:
    dst: $GAMEDIR
    src: $CACHE/app/mean_streets_detective_information_chart.pdf
- copy:
    dst: $GAMEDIR
    src: $CACHE/app/mean_streets_map.pdf
- execute:
    args: $CACHE/app $GAMEDIR/HDD/mean
    file: $CACHE/selectcopy.sh
- write_file:
    content: '[cpu]

      cputype=386_slow

      [sdl]

      capture_mouse=onclick middlerelease

      fullscreen=true

      fullresolution=orginal

      [autoexec]

      mount C "$GAMEDIR/HDD" -t dir

      C:

      cd mean

      AUTOTYPE -w 1 1 -p 0.5 1

      ms.exe

      exit'
    file: $GAMEDIR/mean-streets.conf
description: ''
game_slug: tex-murphy-mean-streets
gogslug: ''
humblestoreid: ''
installer_slug: tex-murphy-mean-streets-gog-dos
name: 'Tex Murphy: Mean Streets'
notes: ''
runner: dosbox
script:
  files:
  - game: N/A:Select GOG installer
  - inno: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
  game:
    main_file: $GAMEDIR/mean-streets.conf
  installer:
  - write_file:
      content: '#!/bin/bash

        src=$1

        dst=$2

        find "$src" -type f \( -iname "*.ACC" -o -iname  "MS.EXE" -o -iname  "MS._XE"
        \) -exec cp {} "$dst" \;'
      file: $CACHE/selectcopy.sh
  - chmodx: $CACHE/selectcopy.sh
  - extract:
      dst: $CACHE
      file: $inno
  - execute:
      args: -I app -d "$CACHE" "$game"
      file: $CACHE/innoextract
  - execute:
      args: $GAMEDIR/HDD $GAMEDIR/HDD/mean
      file: mkdir
  - copy:
      dst: $GAMEDIR
      src: $CACHE/app/manual.pdf
  - copy:
      dst: $GAMEDIR
      src: $CACHE/app/mean_streets_detective_information_chart.pdf
  - copy:
      dst: $GAMEDIR
      src: $CACHE/app/mean_streets_map.pdf
  - execute:
      args: $CACHE/app $GAMEDIR/HDD/mean
      file: $CACHE/selectcopy.sh
  - write_file:
      content: '[cpu]

        cputype=386_slow

        [sdl]

        capture_mouse=onclick middlerelease

        fullscreen=true

        fullresolution=orginal

        [autoexec]

        mount C "$GAMEDIR/HDD" -t dir

        C:

        cd mean

        AUTOTYPE -w 1 1 -p 0.5 1

        ms.exe

        exit'
      file: $GAMEDIR/mean-streets.conf
slug: tex-murphy-mean-streets-gog-dos
steamid: 302330
version: GOG DOS
year: 2014
{
  "game_slug": "tex-murphy-mean-streets",
  "version": "GOG DOS",
  "description": "",
  "notes": "",
  "name": "Tex Murphy: Mean Streets",
  "year": 2014,
  "steamid": 302330,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "tex-murphy-mean-streets-gog-dos",
  "installer_slug": "tex-murphy-mean-streets-gog-dos",
  "script": {
    "files": [
      {
        "game": "N/A:Select GOG installer"
      },
      {
        "inno": "https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
      }
    ],
    "game": {
      "main_file": "$GAMEDIR/mean-streets.conf"
    },
    "installer": [
      {
        "write_file": {
          "content": "#!/bin/bash\nsrc=$1\ndst=$2\nfind \"$src\" -type f \\( -iname \"*.ACC\" -o -iname  \"MS.EXE\" -o -iname  \"MS._XE\" \\) -exec cp {} \"$dst\" \\;",
          "file": "$CACHE/selectcopy.sh"
        }
      },
      {
        "chmodx": "$CACHE/selectcopy.sh"
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$inno"
        }
      },
      {
        "execute": {
          "args": "-I app -d \"$CACHE\" \"$game\"",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "execute": {
          "args": "$GAMEDIR/HDD $GAMEDIR/HDD/mean",
          "file": "mkdir"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/app/manual.pdf"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/app/mean_streets_detective_information_chart.pdf"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/app/mean_streets_map.pdf"
        }
      },
      {
        "execute": {
          "args": "$CACHE/app $GAMEDIR/HDD/mean",
          "file": "$CACHE/selectcopy.sh"
        }
      },
      {
        "write_file": {
          "content": "[cpu]\ncputype=386_slow\n[sdl]\ncapture_mouse=onclick middlerelease\nfullscreen=true\nfullresolution=orginal\n[autoexec]\nmount C \"$GAMEDIR/HDD\" -t dir\nC:\ncd mean\nAUTOTYPE -w 1 1 -p 0.5 1\nms.exe\nexit",
          "file": "$GAMEDIR/mean-streets.conf"
        }
      }
    ]
  }
}
Back to game