Installer rollercoaster-tycoon-deluxe-gog-ws

files:
- setup: N/A:Select the Windows installer downloaded from GOG
- patch: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/RollerCoaster%20Tycoon%20Deluxe/rct_multi5_exe.zip
- script: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/RollerCoaster%20Tycoon%20Deluxe/resolang.sh
- config: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/RollerCoaster%20Tycoon%20Deluxe/Game.cfg
game:
  exe: drive_c/GOG Games/RollerCoaster Tycoon Deluxe/RCT.EXE
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Preparing wineprefix...
    name: create_prefix
    prefix: $GAMEDIR
- task:
    args: /SP- /SUPPRESSMSGBOXES
    description: Installing...
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/tmp
    src: patch
- input_menu:
    description: 'Choose the game''s language:'
    id: LANG
    options:
    - en: English
    - fr: French
    - ge: German
    - it: Italian
    - sp: Spanish
    preselect: en
- chmodx: script
- execute:
    args: $RESOLUTION_WIDTH $RESOLUTION_HEIGHT $INPUT_LANG
    file: script
- copy:
    dst: $GAMEDIR/drive_c/GOG Games/RollerCoaster Tycoon Deluxe/Data
    src: config
description: 'Play "RollerCoaster Tycoon: Deluxe" provided by GOG on Linux!'
game_slug: rollercoaster-tycoon-deluxe
gogslug: rollercoaster_tycoon_deluxe
humblestoreid: ''
installer_slug: rollercoaster-tycoon-deluxe-gog-ws
name: 'RollerCoaster Tycoon: Deluxe'
notes: "- During install, the game will be automatically patched to use your native\
  \ desktop resolution in windowed mode and deactivate fullscreen mode limited to\
  \ 1024x768.\r\n- Multilingual support: en, fr, ge, it, sp"
runner: wine
script:
  files:
  - setup: N/A:Select the Windows installer downloaded from GOG
  - patch: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/RollerCoaster%20Tycoon%20Deluxe/rct_multi5_exe.zip
  - script: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/RollerCoaster%20Tycoon%20Deluxe/resolang.sh
  - config: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/RollerCoaster%20Tycoon%20Deluxe/Game.cfg
  game:
    exe: drive_c/GOG Games/RollerCoaster Tycoon Deluxe/RCT.EXE
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Preparing wineprefix...
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      args: /SP- /SUPPRESSMSGBOXES
      description: Installing...
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/tmp
      src: patch
  - input_menu:
      description: 'Choose the game''s language:'
      id: LANG
      options:
      - en: English
      - fr: French
      - ge: German
      - it: Italian
      - sp: Spanish
      preselect: en
  - chmodx: script
  - execute:
      args: $RESOLUTION_WIDTH $RESOLUTION_HEIGHT $INPUT_LANG
      file: script
  - copy:
      dst: $GAMEDIR/drive_c/GOG Games/RollerCoaster Tycoon Deluxe/Data
      src: config
slug: rollercoaster-tycoon-deluxe-gog-ws
steamid: 285310
version: GOG + WS
year: 1999
{
  "game_slug": "rollercoaster-tycoon-deluxe",
  "version": "GOG + WS",
  "description": "Play \"RollerCoaster Tycoon: Deluxe\" provided by GOG on Linux!",
  "notes": "- During install, the game will be automatically patched to use your native desktop resolution in windowed mode and deactivate fullscreen mode limited to 1024x768.\r\n- Multilingual support: en, fr, ge, it, sp",
  "name": "RollerCoaster Tycoon: Deluxe",
  "year": 1999,
  "steamid": 285310,
  "gogslug": "rollercoaster_tycoon_deluxe",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "rollercoaster-tycoon-deluxe-gog-ws",
  "installer_slug": "rollercoaster-tycoon-deluxe-gog-ws",
  "script": {
    "files": [
      {
        "setup": "N/A:Select the Windows installer downloaded from GOG"
      },
      {
        "patch": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/RollerCoaster%20Tycoon%20Deluxe/rct_multi5_exe.zip"
      },
      {
        "script": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/RollerCoaster%20Tycoon%20Deluxe/resolang.sh"
      },
      {
        "config": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/RollerCoaster%20Tycoon%20Deluxe/Game.cfg"
      }
    ],
    "game": {
      "exe": "drive_c/GOG Games/RollerCoaster Tycoon Deluxe/RCT.EXE",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Preparing wineprefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/SP- /SUPPRESSMSGBOXES",
          "description": "Installing...",
          "executable": "setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/tmp",
          "src": "patch"
        }
      },
      {
        "input_menu": {
          "description": "Choose the game's language:",
          "id": "LANG",
          "options": [
            {
              "en": "English"
            },
            {
              "fr": "French"
            },
            {
              "ge": "German"
            },
            {
              "it": "Italian"
            },
            {
              "sp": "Spanish"
            }
          ],
          "preselect": "en"
        }
      },
      {
        "chmodx": "script"
      },
      {
        "execute": {
          "args": "$RESOLUTION_WIDTH $RESOLUTION_HEIGHT $INPUT_LANG",
          "file": "script"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c/GOG Games/RollerCoaster Tycoon Deluxe/Data",
          "src": "config"
        }
      }
    ]
  }
}
Back to game