Installer grand-theft-auto-iii-steam-data-re3

files:
- engine: https://lutris.nyc3.digitaloceanspaces.com/games/GTA/III/re3.tar.xz
game:
  exe: re3
installer:
- insert-disc:
    description: Please browse folder where is located "Grand Theft Auto III" Steam
      files. Autodetect will not work here, use "Browse" button.
    requires: gta3.exe
- merge:
    dst: $GAMEDIR
    src: $DISC
- extract:
    dst: $GAMEDIR
    file: engine
- input_menu:
    description: 'Please choose your preferred game''s language for menu and subtitles:'
    id: LANG
    options:
    - 0: English
    - 1: French
    - 2: German
    - 3: Italian
    - 4: Spanish
    - 5: Polish
    - 6: Russian
    - 7: Japanese
    preselect: 0
- write_config:
    data:
      General:
        Language: $INPUT_LANG
    file: $GAMEDIR/re3.ini
description: Play "Grand Theft Auto III" provided by Steam on Linux! using re3 open
  source engine
game_slug: grand-theft-auto-iii
gogslug: ''
humblestoreid: grand-theft-auto-iii
installer_slug: grand-theft-auto-iii-steam-data-re3
name: Grand Theft Auto III
notes: "- You will need to download \"Grand Theft Auto III\" on Steam before to launch\
  \ this script installer\r\n- re3 commit 3233ffe, compiled 21 september 2021\r\n\
  - You will need to install glfw-x11 or glfw-wayland libraries depending the video\
  \ server protocol you use"
runner: linux
script:
  files:
  - engine: https://lutris.nyc3.digitaloceanspaces.com/games/GTA/III/re3.tar.xz
  game:
    exe: re3
  installer:
  - insert-disc:
      description: Please browse folder where is located "Grand Theft Auto III" Steam
        files. Autodetect will not work here, use "Browse" button.
      requires: gta3.exe
  - merge:
      dst: $GAMEDIR
      src: $DISC
  - extract:
      dst: $GAMEDIR
      file: engine
  - input_menu:
      description: 'Please choose your preferred game''s language for menu and subtitles:'
      id: LANG
      options:
      - 0: English
      - 1: French
      - 2: German
      - 3: Italian
      - 4: Spanish
      - 5: Polish
      - 6: Russian
      - 7: Japanese
      preselect: 0
  - write_config:
      data:
        General:
          Language: $INPUT_LANG
      file: $GAMEDIR/re3.ini
slug: grand-theft-auto-iii-steam-data-re3
steamid: 12100
version: Steam data + re3
year: 2001
{
  "game_slug": "grand-theft-auto-iii",
  "version": "Steam data + re3",
  "description": "Play \"Grand Theft Auto III\" provided by Steam on Linux! using re3 open source engine",
  "notes": "- You will need to download \"Grand Theft Auto III\" on Steam before to launch this script installer\r\n- re3 commit 3233ffe, compiled 21 september 2021\r\n- You will need to install glfw-x11 or glfw-wayland libraries depending the video server protocol you use",
  "name": "Grand Theft Auto III",
  "year": 2001,
  "steamid": 12100,
  "gogslug": "",
  "humblestoreid": "grand-theft-auto-iii",
  "runner": "linux",
  "slug": "grand-theft-auto-iii-steam-data-re3",
  "installer_slug": "grand-theft-auto-iii-steam-data-re3",
  "script": {
    "files": [
      {
        "engine": "https://lutris.nyc3.digitaloceanspaces.com/games/GTA/III/re3.tar.xz"
      }
    ],
    "game": {
      "exe": "re3"
    },
    "installer": [
      {
        "insert-disc": {
          "description": "Please browse folder where is located \"Grand Theft Auto III\" Steam files. Autodetect will not work here, use \"Browse\" button.",
          "requires": "gta3.exe"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$DISC"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "engine"
        }
      },
      {
        "input_menu": {
          "description": "Please choose your preferred game's language for menu and subtitles:",
          "id": "LANG",
          "options": [
            {
              "0": "English"
            },
            {
              "1": "French"
            },
            {
              "2": "German"
            },
            {
              "3": "Italian"
            },
            {
              "4": "Spanish"
            },
            {
              "5": "Polish"
            },
            {
              "6": "Russian"
            },
            {
              "7": "Japanese"
            }
          ],
          "preselect": 0
        }
      },
      {
        "write_config": {
          "data": {
            "General": {
              "Language": "$INPUT_LANG"
            }
          },
          "file": "$GAMEDIR/re3.ini"
        }
      }
    ]
  }
}
Back to game