Installer indiana-jones-and-the-emperor-gog-movies-mod

files:
- multi5: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Indiana%20Jones%20and%20the%20Emperor's%20Tomb/ijet_multi5.tar.xz
- gogsetup: N/A:Please select the game setup Windows exe file downloaded from your
    GOG account.
- videos: N/A:Please select the IJET "Movies, Loading screens fix fullscreen(Resolution
    1280x960)" archive available for download at https://www.moddb.com/mods/moviesloading-screens-fix-full-screen-1280x960/downloads/movies-loading-screens-fix-full-screen-1280x960
- launcher: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Indiana%20Jones%20and%20the%20Emperor's%20Tomb/ijet.bat
- conf_file: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Indiana%20Jones%20and%20the%20Emperor's%20Tomb/vars.cfg.default
game:
  exe: drive_c/ijet.bat
  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/GOG Games/Indiana Jones and the Emperor's Tomb
    file: gogsetup
    format: gog
- merge:
    dst: drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/GameData/indy
    src: drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/__support/app/GameData/indy
- extract:
    dst: $GAMEDIR/drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/GameData/indy
    file: videos
    format: rar
- copy:
    dst: $GAMEDIR/drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/GameData/indy
    src: conf_file
- copy:
    dst: $GAMEDIR/drive_c
    src: launcher
- extract:
    dst: $CACHE
    format: txz
    src: multi5
- input_menu:
    description: 'Please choose your preferred game''s language for menus and subtitles:'
    id: LANG
    options:
    - keep: Keep the default language from the downloaded installer
    - fr: French
    - es: Spanish
    - it: Italian
    - de: German
    - ru: Russian
    preselect: keep
- execute:
    command: cd "$GAMEDIR/drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/GameData/indy";
      sed -i -e s/res_width.*/res_width\=1280/ -e  s/res_height.*/res_height\=960/
      vars.cfg; if [ $INPUT_LANG != "keep" ];  then echo "language choisi " $INPUT_LANG;
      cp -f -r "$CACHE/"$INPUT_LANG/gameinfo . ; else echo "keep" ; fi;
- task:
    app: vcrun6
    name: winetricks
    prefix: $GAMEDIR
system:
  gamescope: true
  gamescope_fps_limiter: '60'
  gamescope_game_res: 1280x960
  gamescope_output_res: $RESOLUTION
wine:
  overrides:
    msvcrt: n,b
description: Play "Indiana Jones and the Emperor's Tomb" provided by GOG on Linux!
game_slug: indiana-jones-and-the-emperors-tomb
gogslug: indiana_jones_and_the_emperors_tomb
humblestoreid: ''
installer_slug: indiana-jones-and-the-emperor-gog-movies-mod
name: Indiana Jones and the Emperor's Tomb
notes: "- During install you will have to provide IJET videos 1280x960 remastered\
  \ pack  available for download at https://www.moddb.com/mods/moviesloading-screens-fix-full-screen-1280x960\r\
  \n- Multilingual: You could choose your preferred game's language for menus and\
  \ subtitles between English (default), French, Spanish, German, Italian and Russian\r\
  \n- This game does not support very well Alt+Tab. Workaround: use Gamescope\r\n\
  - Videos played in the left instead middle screen? Workaround: use Gamescope\r\n\
  - IJET has insufficient controller support, I invite you to use a keymapper. You\
  \ will find AntiMicroX profile(s) here:\r\nhttps://github.com/legluondunet/MyLittleLutrisScripts/tree/master/Indiana%20Jones%20and%20the%20Emperor's%20Tomb/gamepad%20profiles"
runner: wine
script:
  files:
  - multi5: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Indiana%20Jones%20and%20the%20Emperor's%20Tomb/ijet_multi5.tar.xz
  - gogsetup: N/A:Please select the game setup Windows exe file downloaded from your
      GOG account.
  - videos: N/A:Please select the IJET "Movies, Loading screens fix fullscreen(Resolution
      1280x960)" archive available for download at https://www.moddb.com/mods/moviesloading-screens-fix-full-screen-1280x960/downloads/movies-loading-screens-fix-full-screen-1280x960
  - launcher: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Indiana%20Jones%20and%20the%20Emperor's%20Tomb/ijet.bat
  - conf_file: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Indiana%20Jones%20and%20the%20Emperor's%20Tomb/vars.cfg.default
  game:
    exe: drive_c/ijet.bat
    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/GOG Games/Indiana Jones and the Emperor's Tomb
      file: gogsetup
      format: gog
  - merge:
      dst: drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/GameData/indy
      src: drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/__support/app/GameData/indy
  - extract:
      dst: $GAMEDIR/drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/GameData/indy
      file: videos
      format: rar
  - copy:
      dst: $GAMEDIR/drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/GameData/indy
      src: conf_file
  - copy:
      dst: $GAMEDIR/drive_c
      src: launcher
  - extract:
      dst: $CACHE
      format: txz
      src: multi5
  - input_menu:
      description: 'Please choose your preferred game''s language for menus and subtitles:'
      id: LANG
      options:
      - keep: Keep the default language from the downloaded installer
      - fr: French
      - es: Spanish
      - it: Italian
      - de: German
      - ru: Russian
      preselect: keep
  - execute:
      command: cd "$GAMEDIR/drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/GameData/indy";
        sed -i -e s/res_width.*/res_width\=1280/ -e  s/res_height.*/res_height\=960/
        vars.cfg; if [ $INPUT_LANG != "keep" ];  then echo "language choisi " $INPUT_LANG;
        cp -f -r "$CACHE/"$INPUT_LANG/gameinfo . ; else echo "keep" ; fi;
  - task:
      app: vcrun6
      name: winetricks
      prefix: $GAMEDIR
  system:
    gamescope: true
    gamescope_fps_limiter: '60'
    gamescope_game_res: 1280x960
    gamescope_output_res: $RESOLUTION
  wine:
    overrides:
      msvcrt: n,b
slug: indiana-jones-and-the-emperor-gog-movies-mod
steamid: 560430
version: GOG + movies mod
year: 2003
{
  "game_slug": "indiana-jones-and-the-emperors-tomb",
  "version": "GOG + movies mod",
  "description": "Play \"Indiana Jones and the Emperor's Tomb\" provided by GOG on Linux!",
  "notes": "- During install you will have to provide IJET videos 1280x960 remastered pack  available for download at https://www.moddb.com/mods/moviesloading-screens-fix-full-screen-1280x960\r\n- Multilingual: You could choose your preferred game's language for menus and subtitles between English (default), French, Spanish, German, Italian and Russian\r\n- This game does not support very well Alt+Tab. Workaround: use Gamescope\r\n- Videos played in the left instead middle screen? Workaround: use Gamescope\r\n- IJET has insufficient controller support, I invite you to use a keymapper. You will find AntiMicroX profile(s) here:\r\nhttps://github.com/legluondunet/MyLittleLutrisScripts/tree/master/Indiana%20Jones%20and%20the%20Emperor's%20Tomb/gamepad%20profiles",
  "name": "Indiana Jones and the Emperor's Tomb",
  "year": 2003,
  "steamid": 560430,
  "gogslug": "indiana_jones_and_the_emperors_tomb",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "indiana-jones-and-the-emperor-gog-movies-mod",
  "installer_slug": "indiana-jones-and-the-emperor-gog-movies-mod",
  "script": {
    "files": [
      {
        "multi5": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Indiana%20Jones%20and%20the%20Emperor's%20Tomb/ijet_multi5.tar.xz"
      },
      {
        "gogsetup": "N/A:Please select the game setup Windows exe file downloaded from your GOG account."
      },
      {
        "videos": "N/A:Please select the IJET \"Movies, Loading screens fix fullscreen(Resolution 1280x960)\" archive available for download at https://www.moddb.com/mods/moviesloading-screens-fix-full-screen-1280x960/downloads/movies-loading-screens-fix-full-screen-1280x960"
      },
      {
        "launcher": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Indiana%20Jones%20and%20the%20Emperor's%20Tomb/ijet.bat"
      },
      {
        "conf_file": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Indiana%20Jones%20and%20the%20Emperor's%20Tomb/vars.cfg.default"
      }
    ],
    "game": {
      "exe": "drive_c/ijet.bat",
      "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/GOG Games/Indiana Jones and the Emperor's Tomb",
          "file": "gogsetup",
          "format": "gog"
        }
      },
      {
        "merge": {
          "dst": "drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/GameData/indy",
          "src": "drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/__support/app/GameData/indy"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/GameData/indy",
          "file": "videos",
          "format": "rar"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/GameData/indy",
          "src": "conf_file"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c",
          "src": "launcher"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "format": "txz",
          "src": "multi5"
        }
      },
      {
        "input_menu": {
          "description": "Please choose your preferred game's language for menus and subtitles:",
          "id": "LANG",
          "options": [
            {
              "keep": "Keep the default language from the downloaded installer"
            },
            {
              "fr": "French"
            },
            {
              "es": "Spanish"
            },
            {
              "it": "Italian"
            },
            {
              "de": "German"
            },
            {
              "ru": "Russian"
            }
          ],
          "preselect": "keep"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR/drive_c/GOG Games/Indiana Jones and the Emperor's Tomb/GameData/indy\"; sed -i -e s/res_width.*/res_width\\=1280/ -e  s/res_height.*/res_height\\=960/ vars.cfg; if [ $INPUT_LANG != \"keep\" ];  then echo \"language choisi \" $INPUT_LANG; cp -f -r \"$CACHE/\"$INPUT_LANG/gameinfo . ; else echo \"keep\" ; fi;"
        }
      },
      {
        "task": {
          "app": "vcrun6",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "gamescope": true,
      "gamescope_fps_limiter": "60",
      "gamescope_game_res": "1280x960",
      "gamescope_output_res": "$RESOLUTION"
    },
    "wine": {
      "overrides": {
        "msvcrt": "n,b"
      }
    }
  }
}
Back to game