ozooma10 / CommonLibVR

This is an experimental reverse engineered library for Skyrim VR (ported from CommonLibSSE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommonLibSSE/CommonLibVR

C++20 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

# 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

  • CommonLibSSE/VR is incompatible with SKSE/SKSEVR and is intended to replace it as a static dependency. However, you will still need the runtime component.

Credits

  • Thanks to Ryan McKenzie for original code
  • Thanks to RollingRock & po3 for important contributions
  • Thanks to lfrazer for commonlibvr port which is the source of Exit-9B recombination; also thanks for all the support in discord.
  • Thanks to Exit-9B for recombination of CommonLibSSE and CommonLibVR
  • Thanks to powerof3 for maintaing a SSE branch of CommonLibSSE

About

This is an experimental reverse engineered library for Skyrim VR (ported from CommonLibSSE)

License:MIT License


Languages

Language:C++ 91.4%Language:ActionScript 6.9%Language:CMake 0.9%Language:C 0.7%Language:Python 0.0%