Adds ESL support to SkyrimVR.
PATH
VCPKG_ROOT
with the value as the path to the folder containing vcpkgCommonLibVRPath
x64 Native Tools Command Prompt
cmake
git clone https://github.com/Nightfallstorm/SkyrimVRESL.git
cd skyrimvresl
# pull submodules
git submodule update --init --recursive
# run preset
cmake --preset vs2022-windows-vcpkg-vr
# see CMakeUserPresets.json.template to customize presets
cmake --build buildvr --config Release
GPL-3.0-or-later WITH Modding Exception AND GPL-3.0 Linking Exception (with Corresponding Source).
Specifically, the Modded Code is Skyrim (and its variants) and Modding Libraries include SKSE and Commonlib (and variants).
Use of the SkyrimVRESLAPI.h and SkyrimVRESLAPI.cpp is under MIT. In other words, using the SKSE messaging interface to call this dll's published API will not require application of the GPL-3.0 terms to the calling dll. In addition, using SKSEVR or CommonLib with SkyrimVRESL support will not require application of the GPL-3.0 terms.
Skyrim modding is built on the community. While there are too many to count, we couldn't have done this without foundational work since the original Skyrim release.
See Wiki