Installer drift-city-remastered-remasteredlauncher
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.
files: - launcher: https://files.enigmacity.net/release/Drift_City_Remastered.zip game: arch: win32 exe: $GAMEDIR/RemasteredLauncher.exe prefix: $GAMEDIR/prefix installer: - task: arch: win32 description: Creating 32bit Wine prefix. name: create_prefix prefix: $GAMEDIR/prefix - extract: description: Extracting launcher. dst: $GAMEDIR file: launcher format: zip - task: app: vcrun2019 dotnet48 win7 arch: win32 name: winetricks
{ "files": [ { "launcher": "https://files.enigmacity.net/release/Drift_City_Remastered.zip" } ], "game": { "arch": "win32", "exe": "$GAMEDIR/RemasteredLauncher.exe", "prefix": "$GAMEDIR/prefix" }, "installer": [ { "task": { "arch": "win32", "description": "Creating 32bit Wine prefix.", "name": "create_prefix", "prefix": "$GAMEDIR/prefix" } }, { "extract": { "description": "Extracting launcher.", "dst": "$GAMEDIR", "file": "launcher", "format": "zip" } }, { "task": { "app": "vcrun2019 dotnet48 win7", "arch": "win32", "name": "winetricks" } } ] }