Enables steam & GOG achievement for Baldur's Gate 3 with mods enabled.
- CMake
- Add this to your
PATH
- Add this to your
- PowerShell
- Vcpkg
- Add the environment variable
VCPKG_ROOT
with the value as the path to the folder containing vcpkg
- Add the environment variable
- Visual Studio Community 2022
- Desktop development with C++
- Baldur's Gate 3 Steam Distribution
- Add the environment variable
BG3PATH
with the value as path to game install folder
- Add the environment variable
- Open
x64 Native Tools Command Prompt
- Run
cmake
- Close the cmd window
git clone https://github.com/gottyduke/BG3_AchievementEnabler.git
cd BG3_AchievementEnabler
.\build-release.ps1
- Kassent's NativeModLoader(GitHub)
- Ryan for his commonLibSSE code which was referenced in DKUtil.
启用带有模组的《博德之门3》的Steam和GOG成就。
- CMake
- 把这个添加到你的
PATH
- 把这个添加到你的
- PowerShell
- Vcpkg
- 用
VCPKG_ROOT
设置环境变量,并把包含vcpkg的文件夹路径作为值
- 用
- Visual Studio Community 2022
- 带有C++的桌面开发
- Baldur's Gate 3 Steam Distribution
- 用
BG3PATH
设置环境变量,并把steam版本游戏安装文件夹路径作为值
- 用
- 打开
x64 Native Tools Command Prompt
- 运行
cmake
- 关闭cmd窗口
git clone https://github.com/gottyduke/BG3_AchievementEnabler.git
cd BG3_AchievementEnabler
.\build-release.ps1