Installer maupiti-island-lankhornet

files:
- game_file: https://archive.org/download/maupiti_island_eu_multi5.7z/maupiti_island_eu_multi5.7z
game:
  config_file: $GAMEDIR/dosbox.conf
  main_file: $GAMEDIR/dosbox.conf
installer:
- extract:
    dst: $CACHE
    file: game_file
- input_menu:
    description: 'Choose the game''s language:'
    id: LANG
    options:
    - en: English
    - fr: French
    - sp: Spanish
    - ge: German
    preselect: en
- merge:
    dst: $GAMEDIR/C
    src: $CACHE/$INPUT_LANG
- merge:
    dst: $GAMEDIR/C/manuals
    src: $CACHE/manuals
- write_file:
    content: '[sdl]

      sensitivity: 400


      [autoexec]

      @echo off

      mount c C

      c:\

      call maupiti.bat

      exit'
    file: $GAMEDIR/dosbox.conf
description: Play "Maupiti Island" on Linux!
game_slug: maupiti-island
gogslug: ''
humblestoreid: ''
installer_slug: maupiti-island-lankhornet
name: Maupiti Island
notes: "- During install, you could choose to install the game in different languages:\
  \ English, French, Spanish and German\r\n- You will find manuals in \"manuals\"\
  \ game folder"
runner: dosbox
script:
  files:
  - game_file: https://archive.org/download/maupiti_island_eu_multi5.7z/maupiti_island_eu_multi5.7z
  game:
    config_file: $GAMEDIR/dosbox.conf
    main_file: $GAMEDIR/dosbox.conf
  installer:
  - extract:
      dst: $CACHE
      file: game_file
  - input_menu:
      description: 'Choose the game''s language:'
      id: LANG
      options:
      - en: English
      - fr: French
      - sp: Spanish
      - ge: German
      preselect: en
  - merge:
      dst: $GAMEDIR/C
      src: $CACHE/$INPUT_LANG
  - merge:
      dst: $GAMEDIR/C/manuals
      src: $CACHE/manuals
  - write_file:
      content: '[sdl]

        sensitivity: 400


        [autoexec]

        @echo off

        mount c C

        c:\

        call maupiti.bat

        exit'
      file: $GAMEDIR/dosbox.conf
slug: maupiti-island-lankhornet
steamid: null
version: lankhor.net
year: 1990
{
  "game_slug": "maupiti-island",
  "version": "lankhor.net",
  "description": "Play \"Maupiti Island\" on Linux!",
  "notes": "- During install, you could choose to install the game in different languages: English, French, Spanish and German\r\n- You will find manuals in \"manuals\" game folder",
  "name": "Maupiti Island",
  "year": 1990,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "maupiti-island-lankhornet",
  "installer_slug": "maupiti-island-lankhornet",
  "script": {
    "files": [
      {
        "game_file": "https://archive.org/download/maupiti_island_eu_multi5.7z/maupiti_island_eu_multi5.7z"
      }
    ],
    "game": {
      "config_file": "$GAMEDIR/dosbox.conf",
      "main_file": "$GAMEDIR/dosbox.conf"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "game_file"
        }
      },
      {
        "input_menu": {
          "description": "Choose the game's language:",
          "id": "LANG",
          "options": [
            {
              "en": "English"
            },
            {
              "fr": "French"
            },
            {
              "sp": "Spanish"
            },
            {
              "ge": "German"
            }
          ],
          "preselect": "en"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/C",
          "src": "$CACHE/$INPUT_LANG"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/C/manuals",
          "src": "$CACHE/manuals"
        }
      },
      {
        "write_file": {
          "content": "[sdl]\nsensitivity: 400\n\n[autoexec]\n@echo off\nmount c C\nc:\\\ncall maupiti.bat\nexit",
          "file": "$GAMEDIR/dosbox.conf"
        }
      }
    ]
  }
}
Back to game