files:
- ubisoftconnect: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe
game:
args: uplay://launch/13
exe: drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
prefix: $GAMEDIR
- write_file:
content: "overlay:\n enabled: false\nuser:\n closebehavior: CloseBehavior_Minimize"
file: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game
Launcher/settings.yml
- task:
args: /S
executable: ubisoftconnect
name: wineexec
prefix: $GAMEDIR
description: ''
game_slug: driver-san-francisco
gogslug: ''
humblestoreid: ''
installer_slug: driver-san-francisco-uplay
name: 'Driver: San Francisco'
notes: mostly copied from the Trackmania (2020) installer
runner: wine
script:
files:
- ubisoftconnect: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe
game:
args: uplay://launch/13
exe: drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
prefix: $GAMEDIR
- write_file:
content: "overlay:\n enabled: false\nuser:\n closebehavior: CloseBehavior_Minimize"
file: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game
Launcher/settings.yml
- task:
args: /S
executable: ubisoftconnect
name: wineexec
prefix: $GAMEDIR
slug: driver-san-francisco-uplay
steamid: 33440
version: Uplay
year: 2011
{
"game_slug": "driver-san-francisco",
"version": "Uplay",
"description": "",
"notes": "mostly copied from the Trackmania (2020) installer",
"name": "Driver: San Francisco",
"year": 2011,
"steamid": 33440,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "driver-san-francisco-uplay",
"installer_slug": "driver-san-francisco-uplay",
"script": {
"files": [
{
"ubisoftconnect": "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe"
}
],
"game": {
"args": "uplay://launch/13",
"exe": "drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"write_file": {
"content": "overlay:\n enabled: false\nuser:\n closebehavior: CloseBehavior_Minimize",
"file": "$GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game Launcher/settings.yml"
}
},
{
"task": {
"args": "/S",
"executable": "ubisoftconnect",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}