Skip to content

Commit

Permalink
Change BG3 Game to launch LariLauncher.exe rather than Vulkan exe, …
Browse files Browse the repository at this point in the history
…to allow users to choose on GOG
  • Loading branch information
Al12rs committed Oct 16, 2024
1 parent 932d125 commit 5573c29
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ public override GamePath GetPrimaryFile(GameStore store)
{
if (_osInformation.IsOSX)
return new GamePath(LocationId.Game, "Contents/MacOS/Baldur's Gate 3");
return new GamePath(LocationId.Game, "bin/bg3.exe");

// Use launcher to allow choosing between DirectX11 and Vulkan on GOG, Steam already always starts the launcher
return new GamePath(LocationId.Game, "Launcher/LariLauncher.exe");
}

protected override IReadOnlyDictionary<LocationId, AbsolutePath> GetLocations(IFileSystem fileSystem, GameLocatorResult installation)
Expand Down

0 comments on commit 5573c29

Please sign in to comment.