This is a simple utility plugin for use with Thaumaturgy - An Enchanting Overhaul: https://www.nexusmods.com/skyrimspecialedition/mods/57138
Current functionality includes:
Apply set mult to disenchanting XP - Can be adjusted in the ini
- CMake
- Add this to your
PATH
- Add this to your
- PowerShell
- Vcpkg
- Add the environment variable
VCPKG_ROOTwith the value as the path to the folder containing vcpkg
- Add the environment variable
- Visual Studio Community 2019
- Desktop development with C++
- Open
x64 Native Tools Command Prompt - Run
cmake - Close the cmd window
git clone https://github.com/colinswrath/Thaumaturgy.git
cd ExamplePlugin-CommonLibSSE
git submodule update --init --recursive
cmake -B build -S .