Installer the-city-of-lost-children-cd
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
custom-name: The City of Lost Children - CD - DOSBox files: - cdrtools: https://github.com/legluondunet/mlls-tools/raw/master/cdrtools/cdrtools.zip - script: https://github.com/legluondunet/mlls-tools/raw/master/scripts/copycd.sh - conf: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/The%20City%20of%20Lost%20Children/tcolc_dosbox.conf game: main_file: $GAMEDIR/tcolc_dosbox.conf installer: - insert-disc: description: Please insert disc 1 requires: city.ico - extract: dst: $GAMEDIR src: cdrtools - chmodx: script - execute: args: cite file: script - copy: dst: $GAMEDIR src: conf
{ "custom-name": "The City of Lost Children - CD - DOSBox", "files": [ { "cdrtools": "https://github.com/legluondunet/mlls-tools/raw/master/cdrtools/cdrtools.zip" }, { "script": "https://github.com/legluondunet/mlls-tools/raw/master/scripts/copycd.sh" }, { "conf": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/The%20City%20of%20Lost%20Children/tcolc_dosbox.conf" } ], "game": { "main_file": "$GAMEDIR/tcolc_dosbox.conf" }, "installer": [ { "insert-disc": { "description": "Please insert disc 1", "requires": "city.ico" } }, { "extract": { "dst": "$GAMEDIR", "src": "cdrtools" } }, { "chmodx": "script" }, { "execute": { "args": "cite", "file": "script" } }, { "copy": { "dst": "$GAMEDIR", "src": "conf" } } ] }