- Published on
Baldur's Gate 3の起動時に出るランチャーを飛ばしたい
Steamのライブラリ内でBG3のLaunch Optionsを開き、オプションを追加する。
グラフィックスAPIの設定は、%LOCALAPPDATA%\Larian Studios\Launcher\Settings\preferences.json
の以下の箇所で設定する。
{
"SelectedCulture": "en",
"CacheBuster": "160",
"WasOnboarded": true,
"DefaultRenderingBackend": 2, // default: 0, DX11: 1, Vulkan: 2
"OverrideRenderingBackend": true,
"TestEnvUser": null,
"TestEnvPwd": null,
"ConfigVersion": 3
}