Installer tomb-raider-cd-tombati-hd

files:
- tombati:
    filename: TombATI_v1.8.rar
    url: http://download.glidos.net/TombATI/TombATI_v1.8.exe
- hdtextures:
    filename: TombATI_HD_Textures_v1.0.rar
    url: http://download.glidos.net/TombATI/TombATI_HD_Textures_v1.0.exe
- trpcx: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Tomb%20Raider%20I/TITLEH.zip
- multilang: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Tomb%20Raider%20I/tombati_multi_lang/tombati_locale.zip
- script: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Tomb%20Raider%20I/clean.sh
game:
  exe: drive_c/TOMBATI/tombati.exe
  launch_configs:
  - exe: $GAMEDIR/drive_c/TOMBATI/Tombub.exe
    name: Tomb Raider I - Unfinished Business
  - exe: $GAMEDIR/drive_c/TOMBATI/TombATIConfigure.exe
    name: Configure TombATI HD textures
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating WINE prefix
    install_gecko: true
    install_mono: false
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/TOMBATI
    file: tombati
- extract:
    dst: $GAMEDIR/drive_c/TOMBATI/TR1HD
    file: hdtextures
- task:
    app: vcrun2015
    name: winetricks
    prefix: $GAMEDIR
- insert-disc:
    description: Please insert Tomb Raider 1 CD and press autodetect.
    requires: tomb.exe
- execute:
    command: cd "$DISC"; ls | grep -i data | xargs -I '{}' find '{}' | xargs cp -t
      "$GAMEDIR/drive_c/TOMBATI/DATA"; chmod +rw "$GAMEDIR/drive_c/TOMBATI/DATA/"*
      ;
- execute:
    command: cd "$DISC"; ls | grep -i fmv | xargs -I '{}' find '{}' | xargs cp -t
      "$GAMEDIR/drive_c/TOMBATI/FMV"; chmod +rw "$GAMEDIR/drive_c/TOMBATI/FMV/"* ;
- extract:
    dst: $GAMEDIR/drive_c/TOMBATI/DATA
    src: trpcx
- extract:
    dst: $GAMEDIR/drive_c/TOMBATI/patches/locale
    src: multilang
- input_menu:
    description: 'Choose your preferred game''s language for menus:'
    id: LANG
    options:
    - en_gb: English (interface + audio cutscenes)
    - fr_fr: French (interface + audio cutscenes)
    - de_de: German (interface + audio cutscenes)
    - jp_jp: Japanese (audio cutscenes)
    - es_es: Spanish (interface)
    - fi_fi: Finish (interface)
    - hu_hu: Hungarian (interface)
    - id_id: Indonesian (interface)
    - it_it: Italian (interface)
    - nl_nl: Dutch (interface)
    - pt_pt: Portuguese (interface)
    - sv_se: Swedish (interface)
    preselect: en_gb
- chmodx: script
- execute:
    args: $INPUT_LANG
    file: script
system:
  env:
    MESA_GL_VERSION_OVERRIDE: '3.3'
wine:
  overrides:
    ddraw: n,b
    winmm: n,b
description: Play "Tomb Raider I" CD edition on Linux! using GLRage engine and TombATI
  HD textures pack
game_slug: tomb-raider-i
gogslug: tomb_raider_123
humblestoreid: ''
installer_slug: tomb-raider-cd-tombati-hd
name: Tomb Raider
notes: "- You will need the CD only one time during install\r\n- Gold extension included\r\
  \n- Multilanguage: available interface and audio cutscenes translations for English,\
  \ French and German, only audio cutscenes translation for Japanese, only interface\
  \ translation for Spanish, Finish, Hungarian, Indonesian, Italian, Dutch, Portuguese\
  \ and Swedish\r\n- TR1 has insufficient controller support, you will find AntimicroX\
  \ profiles I wrote here: \r\nhttps://github.com/legluondunet/MyLittleLutrisScripts/tree/master/Tomb%20Raider%20I/gamepad%20profiles"
runner: wine
script:
  files:
  - tombati:
      filename: TombATI_v1.8.rar
      url: http://download.glidos.net/TombATI/TombATI_v1.8.exe
  - hdtextures:
      filename: TombATI_HD_Textures_v1.0.rar
      url: http://download.glidos.net/TombATI/TombATI_HD_Textures_v1.0.exe
  - trpcx: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Tomb%20Raider%20I/TITLEH.zip
  - multilang: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Tomb%20Raider%20I/tombati_multi_lang/tombati_locale.zip
  - script: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Tomb%20Raider%20I/clean.sh
  game:
    exe: drive_c/TOMBATI/tombati.exe
    launch_configs:
    - exe: $GAMEDIR/drive_c/TOMBATI/Tombub.exe
      name: Tomb Raider I - Unfinished Business
    - exe: $GAMEDIR/drive_c/TOMBATI/TombATIConfigure.exe
      name: Configure TombATI HD textures
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating WINE prefix
      install_gecko: true
      install_mono: false
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/TOMBATI
      file: tombati
  - extract:
      dst: $GAMEDIR/drive_c/TOMBATI/TR1HD
      file: hdtextures
  - task:
      app: vcrun2015
      name: winetricks
      prefix: $GAMEDIR
  - insert-disc:
      description: Please insert Tomb Raider 1 CD and press autodetect.
      requires: tomb.exe
  - execute:
      command: cd "$DISC"; ls | grep -i data | xargs -I '{}' find '{}' | xargs cp
        -t "$GAMEDIR/drive_c/TOMBATI/DATA"; chmod +rw "$GAMEDIR/drive_c/TOMBATI/DATA/"*
        ;
  - execute:
      command: cd "$DISC"; ls | grep -i fmv | xargs -I '{}' find '{}' | xargs cp -t
        "$GAMEDIR/drive_c/TOMBATI/FMV"; chmod +rw "$GAMEDIR/drive_c/TOMBATI/FMV/"*
        ;
  - extract:
      dst: $GAMEDIR/drive_c/TOMBATI/DATA
      src: trpcx
  - extract:
      dst: $GAMEDIR/drive_c/TOMBATI/patches/locale
      src: multilang
  - input_menu:
      description: 'Choose your preferred game''s language for menus:'
      id: LANG
      options:
      - en_gb: English (interface + audio cutscenes)
      - fr_fr: French (interface + audio cutscenes)
      - de_de: German (interface + audio cutscenes)
      - jp_jp: Japanese (audio cutscenes)
      - es_es: Spanish (interface)
      - fi_fi: Finish (interface)
      - hu_hu: Hungarian (interface)
      - id_id: Indonesian (interface)
      - it_it: Italian (interface)
      - nl_nl: Dutch (interface)
      - pt_pt: Portuguese (interface)
      - sv_se: Swedish (interface)
      preselect: en_gb
  - chmodx: script
  - execute:
      args: $INPUT_LANG
      file: script
  system:
    env:
      MESA_GL_VERSION_OVERRIDE: '3.3'
  wine:
    overrides:
      ddraw: n,b
      winmm: n,b
slug: tomb-raider-cd-tombati-hd
steamid: 224960
version: CD + TombATI HD
year: 1996
{
  "game_slug": "tomb-raider-i",
  "version": "CD + TombATI HD",
  "description": "Play \"Tomb Raider I\" CD edition on Linux! using GLRage engine and TombATI HD textures pack",
  "notes": "- You will need the CD only one time during install\r\n- Gold extension included\r\n- Multilanguage: available interface and audio cutscenes translations for English, French and German, only audio cutscenes translation for Japanese, only interface translation for Spanish, Finish, Hungarian, Indonesian, Italian, Dutch, Portuguese and Swedish\r\n- TR1 has insufficient controller support, you will find AntimicroX profiles I wrote here: \r\nhttps://github.com/legluondunet/MyLittleLutrisScripts/tree/master/Tomb%20Raider%20I/gamepad%20profiles",
  "name": "Tomb Raider",
  "year": 1996,
  "steamid": 224960,
  "gogslug": "tomb_raider_123",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "tomb-raider-cd-tombati-hd",
  "installer_slug": "tomb-raider-cd-tombati-hd",
  "script": {
    "files": [
      {
        "tombati": {
          "filename": "TombATI_v1.8.rar",
          "url": "http://download.glidos.net/TombATI/TombATI_v1.8.exe"
        }
      },
      {
        "hdtextures": {
          "filename": "TombATI_HD_Textures_v1.0.rar",
          "url": "http://download.glidos.net/TombATI/TombATI_HD_Textures_v1.0.exe"
        }
      },
      {
        "trpcx": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Tomb%20Raider%20I/TITLEH.zip"
      },
      {
        "multilang": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Tomb%20Raider%20I/tombati_multi_lang/tombati_locale.zip"
      },
      {
        "script": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Tomb%20Raider%20I/clean.sh"
      }
    ],
    "game": {
      "exe": "drive_c/TOMBATI/tombati.exe",
      "launch_configs": [
        {
          "exe": "$GAMEDIR/drive_c/TOMBATI/Tombub.exe",
          "name": "Tomb Raider I - Unfinished Business"
        },
        {
          "exe": "$GAMEDIR/drive_c/TOMBATI/TombATIConfigure.exe",
          "name": "Configure TombATI HD textures"
        }
      ],
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating WINE prefix",
          "install_gecko": true,
          "install_mono": false,
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/TOMBATI",
          "file": "tombati"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/TOMBATI/TR1HD",
          "file": "hdtextures"
        }
      },
      {
        "task": {
          "app": "vcrun2015",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "description": "Please insert Tomb Raider 1 CD and press autodetect.",
          "requires": "tomb.exe"
        }
      },
      {
        "execute": {
          "command": "cd \"$DISC\"; ls | grep -i data | xargs -I '{}' find '{}' | xargs cp -t \"$GAMEDIR/drive_c/TOMBATI/DATA\"; chmod +rw \"$GAMEDIR/drive_c/TOMBATI/DATA/\"* ;"
        }
      },
      {
        "execute": {
          "command": "cd \"$DISC\"; ls | grep -i fmv | xargs -I '{}' find '{}' | xargs cp -t \"$GAMEDIR/drive_c/TOMBATI/FMV\"; chmod +rw \"$GAMEDIR/drive_c/TOMBATI/FMV/\"* ;"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/TOMBATI/DATA",
          "src": "trpcx"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/TOMBATI/patches/locale",
          "src": "multilang"
        }
      },
      {
        "input_menu": {
          "description": "Choose your preferred game's language for menus:",
          "id": "LANG",
          "options": [
            {
              "en_gb": "English (interface + audio cutscenes)"
            },
            {
              "fr_fr": "French (interface + audio cutscenes)"
            },
            {
              "de_de": "German (interface + audio cutscenes)"
            },
            {
              "jp_jp": "Japanese (audio cutscenes)"
            },
            {
              "es_es": "Spanish (interface)"
            },
            {
              "fi_fi": "Finish (interface)"
            },
            {
              "hu_hu": "Hungarian (interface)"
            },
            {
              "id_id": "Indonesian (interface)"
            },
            {
              "it_it": "Italian (interface)"
            },
            {
              "nl_nl": "Dutch (interface)"
            },
            {
              "pt_pt": "Portuguese (interface)"
            },
            {
              "sv_se": "Swedish (interface)"
            }
          ],
          "preselect": "en_gb"
        }
      },
      {
        "chmodx": "script"
      },
      {
        "execute": {
          "args": "$INPUT_LANG",
          "file": "script"
        }
      }
    ],
    "system": {
      "env": {
        "MESA_GL_VERSION_OVERRIDE": "3.3"
      }
    },
    "wine": {
      "overrides": {
        "ddraw": "n,b",
        "winmm": "n,b"
      }
    }
  }
}
Back to game