alandtse / CommonLibVR

This is an experimental reverse engineered library for Skyrim VR (ported from CommonLibSSE). There are two main branches (VR) which is based on po3's using ifdefs, and NG which is an updated NG build.
MIT License
23 stars 21 forks source link

CommonLibSSE/CommonLibVR

C++23 Platform Scripted maintenance

This a version of CommonLibVR that is based off of the latest CommonLibSSE after the cmake migration. It is meant to also work in SSE.

Build Dependencies

Development

Building

Ensure Development requirements are completed.

git clone https://github.com/alandtse/CommonLibVR.git
cd CommonLibVR
git checkout vr

# Install dependencies (may be skipped if cmake integrated with vcpkg)
vcpkg install
git submodule init
git submodule update

# Skyrim SE
cmake --preset vs2022-windows-vcpkg
cmake --build build --config Release

# Skyrim VR
cmake --preset vs2022-windows-vcpkg-vr
cmake --build buildvr --config Release

End User Dependencies SSE

End User Dependencies VR

Notes

Credits

Tutorial

Learn how to build your very first SKSE plugin using CommonLib by following this video tutorial.