Native dll plugin providing several camera tweaks for Baldur's Gate 3.
- 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_PluginTemplate.git
cd BG3_NativeCameraTweaks
git submodule init
git submodule update
.\build-release.ps1
GPL-3.0-or-later WITH Modding Exception AND GPL-3.0 Linking Exception (with Corresponding Source). Specifically, the Modded Code is Baldur's Gate 3 (and its variants) and Modding Libraries include Native Mod Loader and DKUtil (and variants).
- Kassent's NativeModLoader (GitHub)
- gottyduke for DKUtil
- Ryan for his CommonLibSSE code which was referenced in DKUtil.