SKSE plugin that repurposes the enchantment charge meter for an oxygen meter when underwater
- 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 2022 or newer
- Desktop development with C++
- CommonLibSSE
- You need to build from the powerof3/dev branch
- Add this as as an environment variable
CommonLibSSEPath
- Address Library for SKSE
- Needed for SSE/AE
git clone https://github.com/powerof3/OxygenMeter.git
cd OxygenMeter
git submodule update --init --recursive
cmake --preset vs2022-se cmake --build --preset vs2022-se
cmake --preset vs2022-ae cmake --build --preset vs2022-ae