Installer f1-2011-steam
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: - dx2010: https://lutris.net/files/tools/directx-2010.tar.gz - xlive: https://github.com/AccountOneOff/lutris_files/raw/master/xlive.dll game: appid: 44360 arch: win32 prefix: $GAMEDIR/prefix installer: - task: arch: win32 name: create_prefix prefix: $GAMEDIR/prefix - extract: dst: $CACHE/dxsetup file: dx2010 - task: arch: win32 args: /silent executable: $CACHE/dxsetup/DXSETUP.exe name: wineexec prefix: $GAMEDIR/prefix - merge: dst: $GAMEDIR src: xlive - task: app: quartz arch: win32 name: winetricks prefix: $GAMEDIR/prefix
{ "files": [ { "dx2010": "https://lutris.net/files/tools/directx-2010.tar.gz" }, { "xlive": "https://github.com/AccountOneOff/lutris_files/raw/master/xlive.dll" } ], "game": { "appid": 44360, "arch": "win32", "prefix": "$GAMEDIR/prefix" }, "installer": [ { "task": { "arch": "win32", "name": "create_prefix", "prefix": "$GAMEDIR/prefix" } }, { "extract": { "dst": "$CACHE/dxsetup", "file": "dx2010" } }, { "task": { "arch": "win32", "args": "/silent", "executable": "$CACHE/dxsetup/DXSETUP.exe", "name": "wineexec", "prefix": "$GAMEDIR/prefix" } }, { "merge": { "dst": "$GAMEDIR", "src": "xlive" } }, { "task": { "app": "quartz", "arch": "win32", "name": "winetricks", "prefix": "$GAMEDIR/prefix" } } ] }