files:
- game_cd: https://archive.org/download/indiana-jones-and-the-fate-of-atlantis-1993-ms-dos-cd-rom/FATE.ISO
- multi5: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Indiana%20Jones%20and%20the%20Fate%20of%20Atlantis/indi4_multi5.zip
- tool: https://github.com/legluondunet/mlls-tools/raw/refs/heads/master/patch/patch.zip
game:
args: --subtitles
game_id: scumm:atlantis
path: $GAMEDIR
installer:
- extract:
dst: $CACHE
file: game_cd
format: iso
- merge:
dst: $GAMEDIR
src: $CACHE/ATLANTIS
- extract:
dst: $GAMEDIR/lang
src: multi5
- input_menu:
description: 'Please choose your preferred subtitles language:'
id: LANG
options:
- keep: English
- fr: French
- sp: Spanish
- ge: German
- it: Italian
preselect: keep
- extract:
dst: $GAMEDIR
file: tool
- execute:
command: cd "$GAMEDIR"; cp __support/app/atlantis.ini . ; if [ "$INPUT_LANG" ==
"keep" ]; then exit ; fi ; echo "lang = $INPUT_LANG"; LD_LIBRARY_PATH=. ./patch
< lang/$INPUT_LANG/ATLANTIS.000.patch ATLANTIS.000; LD_LIBRARY_PATH=. ./patch
< lang/$INPUT_LANG/ATLANTIS.001.patch ATLANTIS.001;
scummvm:
aspect: true
description: Play "Indiana Jones and the Fate of Atlantis" CD Talkie edition on Linux!
game_slug: indiana-jones-and-the-fate-of-atlantis
gogslug: indiana_jones_and_the_fate_of_atlantis
humblestoreid: ''
installer_slug: indiana-jones-and-the-fate-of-cd-talkie-multi5
name: Indiana Jones and the Fate of Atlantis
notes: '- This Lutris script installer will install English game version with multilingual
patch: you could choose your preferred subtitles language during install between
English, French, Italian, Spanish and German. The voices will still stay in English'
runner: scummvm
script:
files:
- game_cd: https://archive.org/download/indiana-jones-and-the-fate-of-atlantis-1993-ms-dos-cd-rom/FATE.ISO
- multi5: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Indiana%20Jones%20and%20the%20Fate%20of%20Atlantis/indi4_multi5.zip
- tool: https://github.com/legluondunet/mlls-tools/raw/refs/heads/master/patch/patch.zip
game:
args: --subtitles
game_id: scumm:atlantis
path: $GAMEDIR
installer:
- extract:
dst: $CACHE
file: game_cd
format: iso
- merge:
dst: $GAMEDIR
src: $CACHE/ATLANTIS
- extract:
dst: $GAMEDIR/lang
src: multi5
- input_menu:
description: 'Please choose your preferred subtitles language:'
id: LANG
options:
- keep: English
- fr: French
- sp: Spanish
- ge: German
- it: Italian
preselect: keep
- extract:
dst: $GAMEDIR
file: tool
- execute:
command: cd "$GAMEDIR"; cp __support/app/atlantis.ini . ; if [ "$INPUT_LANG"
== "keep" ]; then exit ; fi ; echo "lang = $INPUT_LANG"; LD_LIBRARY_PATH=.
./patch < lang/$INPUT_LANG/ATLANTIS.000.patch ATLANTIS.000; LD_LIBRARY_PATH=.
./patch < lang/$INPUT_LANG/ATLANTIS.001.patch ATLANTIS.001;
scummvm:
aspect: true
slug: indiana-jones-and-the-fate-of-cd-talkie-multi5
steamid: 6010
version: CD Talkie MULTI5
year: 1992
{
"game_slug": "indiana-jones-and-the-fate-of-atlantis",
"version": "CD Talkie MULTI5",
"description": "Play \"Indiana Jones and the Fate of Atlantis\" CD Talkie edition on Linux!",
"notes": "- This Lutris script installer will install English game version with multilingual patch: you could choose your preferred subtitles language during install between English, French, Italian, Spanish and German. The voices will still stay in English",
"name": "Indiana Jones and the Fate of Atlantis",
"year": 1992,
"steamid": 6010,
"gogslug": "indiana_jones_and_the_fate_of_atlantis",
"humblestoreid": "",
"runner": "scummvm",
"slug": "indiana-jones-and-the-fate-of-cd-talkie-multi5",
"installer_slug": "indiana-jones-and-the-fate-of-cd-talkie-multi5",
"script": {
"files": [
{
"game_cd": "https://archive.org/download/indiana-jones-and-the-fate-of-atlantis-1993-ms-dos-cd-rom/FATE.ISO"
},
{
"multi5": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Indiana%20Jones%20and%20the%20Fate%20of%20Atlantis/indi4_multi5.zip"
},
{
"tool": "https://github.com/legluondunet/mlls-tools/raw/refs/heads/master/patch/patch.zip"
}
],
"game": {
"args": "--subtitles",
"game_id": "scumm:atlantis",
"path": "$GAMEDIR"
},
"installer": [
{
"extract": {
"dst": "$CACHE",
"file": "game_cd",
"format": "iso"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "$CACHE/ATLANTIS"
}
},
{
"extract": {
"dst": "$GAMEDIR/lang",
"src": "multi5"
}
},
{
"input_menu": {
"description": "Please choose your preferred subtitles language:",
"id": "LANG",
"options": [
{
"keep": "English"
},
{
"fr": "French"
},
{
"sp": "Spanish"
},
{
"ge": "German"
},
{
"it": "Italian"
}
],
"preselect": "keep"
}
},
{
"extract": {
"dst": "$GAMEDIR",
"file": "tool"
}
},
{
"execute": {
"command": "cd \"$GAMEDIR\"; cp __support/app/atlantis.ini . ; if [ \"$INPUT_LANG\" == \"keep\" ]; then exit ; fi ; echo \"lang = $INPUT_LANG\"; LD_LIBRARY_PATH=. ./patch < lang/$INPUT_LANG/ATLANTIS.000.patch ATLANTIS.000; LD_LIBRARY_PATH=. ./patch < lang/$INPUT_LANG/ATLANTIS.001.patch ATLANTIS.001;"
}
}
],
"scummvm": {
"aspect": true
}
}
}