Nightfallstorm / SkyrimVRESL

Adds ESL support to Skyrim
GNU General Public License v3.0
9 stars 3 forks source link

Skyrim VR ESL

Adds ESL support to SkyrimVR.

Requirements

User Requirements

Register Visual Studio as a Generator

Building

git clone https://github.com/Nightfallstorm/SkyrimVRESL.git
cd skyrimvresl
# pull submodules
git submodule update --init --recursive

VR

# run preset
cmake --preset vs2022-windows-vcpkg-vr
# see CMakeUserPresets.json.template to customize presets
cmake --build buildvr --config Release

License

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.

Credits

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.

Developer Use

See Wiki