Installer dragon-ball-online-galaxy-windows

files:
- gamesetup: https://cdn.dbogalaxy.com/DBO_GLOBAL_GALAXY_Setup.exe
game:
  exe: drive_c/GalaxyStarTeam/DragonballOnlineGalaxy/DboLauncher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win64
    description: Installing game... ALERT! Open the launcher once the installer finishes
      in order to finish the install
    executable: gamesetup
    name: wineexec
    prefix: $GAMEDIR
- task:
    app: d3dx9_43 d3dcompiler_43 dotnet6 dotnet7 dotnet8 dotnet9 dotnetdesktop6 dotnetdesktop7
      dotnetdesktop8 dotnetdesktop9
    description: Installing prefix libraries, hang on...
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: vcrun2010 vcrun2012 vcrun2013 vcrun2026
    description: Installing redistributables, almost there...
    name: winetricks
    prefix: $GAMEDIR
description: Experimental Lutris script to install Dragon Ball Online Galaxy for Linux
game_slug: dragon-ball-online-galaxy
gogslug: ''
humblestoreid: ''
installer_slug: dragon-ball-online-galaxy-windows
name: Dragon Ball Online Galaxy
notes: "Unattended Lutris script to install DBOGalaxy with a Wine prefix and DXVK\
  \ support!\r\n\r\nGame needs d3dx9_43 and d3dcompiler_43 to be installed through\
  \ winetricks, due to a bug in the way Wine/Linux handles casing"
runner: wine
script:
  files:
  - gamesetup: https://cdn.dbogalaxy.com/DBO_GLOBAL_GALAXY_Setup.exe
  game:
    exe: drive_c/GalaxyStarTeam/DragonballOnlineGalaxy/DboLauncher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: Installing game... ALERT! Open the launcher once the installer
        finishes in order to finish the install
      executable: gamesetup
      name: wineexec
      prefix: $GAMEDIR
  - task:
      app: d3dx9_43 d3dcompiler_43 dotnet6 dotnet7 dotnet8 dotnet9 dotnetdesktop6
        dotnetdesktop7 dotnetdesktop8 dotnetdesktop9
      description: Installing prefix libraries, hang on...
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: vcrun2010 vcrun2012 vcrun2013 vcrun2026
      description: Installing redistributables, almost there...
      name: winetricks
      prefix: $GAMEDIR
slug: dragon-ball-online-galaxy-windows
steamid: null
version: Windows
year: 2022
{
  "game_slug": "dragon-ball-online-galaxy",
  "version": "Windows",
  "description": "Experimental Lutris script to install Dragon Ball Online Galaxy for Linux",
  "notes": "Unattended Lutris script to install DBOGalaxy with a Wine prefix and DXVK support!\r\n\r\nGame needs d3dx9_43 and d3dcompiler_43 to be installed through winetricks, due to a bug in the way Wine/Linux handles casing",
  "name": "Dragon Ball Online Galaxy",
  "year": 2022,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "dragon-ball-online-galaxy-windows",
  "installer_slug": "dragon-ball-online-galaxy-windows",
  "script": {
    "files": [
      {
        "gamesetup": "https://cdn.dbogalaxy.com/DBO_GLOBAL_GALAXY_Setup.exe"
      }
    ],
    "game": {
      "exe": "drive_c/GalaxyStarTeam/DragonballOnlineGalaxy/DboLauncher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Installing game... ALERT! Open the launcher once the installer finishes in order to finish the install",
          "executable": "gamesetup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "d3dx9_43 d3dcompiler_43 dotnet6 dotnet7 dotnet8 dotnet9 dotnetdesktop6 dotnetdesktop7 dotnetdesktop8 dotnetdesktop9",
          "description": "Installing prefix libraries, hang on...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2010 vcrun2012 vcrun2013 vcrun2026",
          "description": "Installing redistributables, almost there...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game