game:
arch: win32
exe: $GAMEDIR/drive_c/Program Files/LucasArts/Star Wars Battlefront II/LaunchBFII.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
description: Creating Wine Bottle, please wait...
install_mono: false
name: create_prefix
prefix: $GAMEDIR
- task:
app: winxp
arch: win32
name: winetricks
prefix: $GAMEDIR
- insert-disc:
description: Insert disc 1
requires: LaunchBFII.exe
- task:
executable: $DISC/LaunchBFII.exe
name: wineexec
prefix: $GAMEDIR
system:
env:
DXVK_HUD: fps
wine:
Desktop: true
description: Installer for the DVD Retail Version
game_slug: star-wars-battlefront-ii
gogslug: star_wars_battlefront_ii
humblestoreid: ''
installer_slug: star-wars-battlefront-ii-2005-retail-dvd
name: 'Star Wars: Battlefront II (2005)'
notes: ''
runner: wine
script:
game:
arch: win32
exe: $GAMEDIR/drive_c/Program Files/LucasArts/Star Wars Battlefront II/LaunchBFII.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
description: Creating Wine Bottle, please wait...
install_mono: false
name: create_prefix
prefix: $GAMEDIR
- task:
app: winxp
arch: win32
name: winetricks
prefix: $GAMEDIR
- insert-disc:
description: Insert disc 1
requires: LaunchBFII.exe
- task:
executable: $DISC/LaunchBFII.exe
name: wineexec
prefix: $GAMEDIR
system:
env:
DXVK_HUD: fps
wine:
Desktop: true
slug: star-wars-battlefront-ii-2005-retail-dvd
steamid: 6060
version: Retail DVD
year: 2005
{
"game_slug": "star-wars-battlefront-ii",
"version": "Retail DVD",
"description": "Installer for the DVD Retail Version",
"notes": "",
"name": "Star Wars: Battlefront II (2005)",
"year": 2005,
"steamid": 6060,
"gogslug": "star_wars_battlefront_ii",
"humblestoreid": "",
"runner": "wine",
"slug": "star-wars-battlefront-ii-2005-retail-dvd",
"installer_slug": "star-wars-battlefront-ii-2005-retail-dvd",
"script": {
"game": {
"arch": "win32",
"exe": "$GAMEDIR/drive_c/Program Files/LucasArts/Star Wars Battlefront II/LaunchBFII.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win32",
"description": "Creating Wine Bottle, please wait...",
"install_mono": false,
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "winxp",
"arch": "win32",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"insert-disc": {
"description": "Insert disc 1",
"requires": "LaunchBFII.exe"
}
},
{
"task": {
"executable": "$DISC/LaunchBFII.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
],
"system": {
"env": {
"DXVK_HUD": "fps"
}
},
"wine": {
"Desktop": true
}
}
}