Installer tex-murphy-under-a-killing-mo-gog-tex3-mouselook-m

files:
- gogsetup: N/A:Please select the Windows setup exe file downloaded from your GOG
    account.
- game_mod: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Tex%20Murphy%20-%20Under%20a%20Killing%20Moon/uakm_mouselook_mod.7z
game:
  main_file: $GAMEDIR/dosboxTex3_single.conf
  prefix: $GAMEDIR
installer:
- extract:
    dst: $GAMEDIR
    file: gogsetup
    format: gog
- merge:
    dst: $GAMEDIR
    src: $GAMEDIR/__support/app
- write_file:
    content: '[autoexec]

      mount C "."

      imgmount D "UAKM.GOG" -t iso

      c:

      TEX3_MOD.EXE

      exit'
    file: $GAMEDIR/dosboxTex3_single.conf
- write-config:
    data:
      DIGI_CONFIG:
        Int: 7
      MIDI_CONFIG:
        BoardNum: 1
        IoAddr: '0x388'
    file: $GAMEDIR/CONFIG.INI
    merge: true
- extract:
    dst: $CACHE
    file: game_mod
    format: 7z
- input_menu:
    description: 'What is you game''s language?:'
    id: LANG
    options:
    - en: English
    - fr: French
    - ge: German
    preselect: en
- merge:
    dst: $GAMEDIR
    src: $CACHE/$INPUT_LANG
description: Play "Tex Murphy - Under a Killing Moon" provided by GOG on Linux!
game_slug: tex-murphy-under-a-killing-moon
gogslug: tex_murphy_under_a_killing_moon
humblestoreid: ''
installer_slug: tex-murphy-under-a-killing-mo-gog-tex3-mouselook-m
name: 'Tex Murphy: Under a Killing Moon'
notes: "- Using TEX3 Mouselook mod:\r\n    -- Mouse - Look around\r\n    -- [W] -\
  \ forwards\r\n    -- [A] - strafe left\r\n    -- [S] - backwards\r\n    -- [D] -\
  \ strafe right\r\n    -- [C] - crouch (while held)\r\n    -- [R] - reach up on tippytoes\
  \ (while held)\r\n    -- [L-Shift] - run (while held)"
runner: dosbox
script:
  files:
  - gogsetup: N/A:Please select the Windows setup exe file downloaded from your GOG
      account.
  - game_mod: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Tex%20Murphy%20-%20Under%20a%20Killing%20Moon/uakm_mouselook_mod.7z
  game:
    main_file: $GAMEDIR/dosboxTex3_single.conf
    prefix: $GAMEDIR
  installer:
  - extract:
      dst: $GAMEDIR
      file: gogsetup
      format: gog
  - merge:
      dst: $GAMEDIR
      src: $GAMEDIR/__support/app
  - write_file:
      content: '[autoexec]

        mount C "."

        imgmount D "UAKM.GOG" -t iso

        c:

        TEX3_MOD.EXE

        exit'
      file: $GAMEDIR/dosboxTex3_single.conf
  - write-config:
      data:
        DIGI_CONFIG:
          Int: 7
        MIDI_CONFIG:
          BoardNum: 1
          IoAddr: '0x388'
      file: $GAMEDIR/CONFIG.INI
      merge: true
  - extract:
      dst: $CACHE
      file: game_mod
      format: 7z
  - input_menu:
      description: 'What is you game''s language?:'
      id: LANG
      options:
      - en: English
      - fr: French
      - ge: German
      preselect: en
  - merge:
      dst: $GAMEDIR
      src: $CACHE/$INPUT_LANG
slug: tex-murphy-under-a-killing-mo-gog-tex3-mouselook-m
steamid: 302350
version: GOG + TEX3 Mouselook mod
year: 1994
{
  "game_slug": "tex-murphy-under-a-killing-moon",
  "version": "GOG + TEX3 Mouselook mod",
  "description": "Play \"Tex Murphy - Under a Killing Moon\" provided by GOG on Linux!",
  "notes": "- Using TEX3 Mouselook mod:\r\n    -- Mouse - Look around\r\n    -- [W] - forwards\r\n    -- [A] - strafe left\r\n    -- [S] - backwards\r\n    -- [D] - strafe right\r\n    -- [C] - crouch (while held)\r\n    -- [R] - reach up on tippytoes (while held)\r\n    -- [L-Shift] - run (while held)",
  "name": "Tex Murphy: Under a Killing Moon",
  "year": 1994,
  "steamid": 302350,
  "gogslug": "tex_murphy_under_a_killing_moon",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "tex-murphy-under-a-killing-mo-gog-tex3-mouselook-m",
  "installer_slug": "tex-murphy-under-a-killing-mo-gog-tex3-mouselook-m",
  "script": {
    "files": [
      {
        "gogsetup": "N/A:Please select the Windows setup exe file downloaded from your GOG account."
      },
      {
        "game_mod": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Tex%20Murphy%20-%20Under%20a%20Killing%20Moon/uakm_mouselook_mod.7z"
      }
    ],
    "game": {
      "main_file": "$GAMEDIR/dosboxTex3_single.conf",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "gogsetup",
          "format": "gog"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$GAMEDIR/__support/app"
        }
      },
      {
        "write_file": {
          "content": "[autoexec]\nmount C \".\"\nimgmount D \"UAKM.GOG\" -t iso\nc:\nTEX3_MOD.EXE\nexit",
          "file": "$GAMEDIR/dosboxTex3_single.conf"
        }
      },
      {
        "write-config": {
          "data": {
            "DIGI_CONFIG": {
              "Int": 7
            },
            "MIDI_CONFIG": {
              "BoardNum": 1,
              "IoAddr": "0x388"
            }
          },
          "file": "$GAMEDIR/CONFIG.INI",
          "merge": true
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "game_mod",
          "format": "7z"
        }
      },
      {
        "input_menu": {
          "description": "What is you game's language?:",
          "id": "LANG",
          "options": [
            {
              "en": "English"
            },
            {
              "fr": "French"
            },
            {
              "ge": "German"
            }
          ],
          "preselect": "en"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/$INPUT_LANG"
        }
      }
    ]
  }
}
Back to game