Skip to content

NativeEditorIDFixNG compiled against CommonLibVR and cleaned up for better Enderal compatibility. (Credit to KitsuuneNivis for the original Native EditorID Fix mod & naitro2010 for the NG port this is based on.)

License

Notifications You must be signed in to change notification settings

wnyyyy/NativeFormIDFix-CommonLibVR

 
 

Repository files navigation

CommonLibVR Template Plugin

A simple template plugin to use as a starting point for making CommonLibVR based SKSE plugins

Requirements

  • CMake
    • Add this to your PATH
  • PowerShell
  • Vcpkg
    • Add the environment variable VCPKG_ROOT with the value as the path to the folder containing vcpkg
  • Visual Studio Community 2022
    • Desktop development with C++
  • CommonLibVR
    • You need to build from the RafearTheModder/vr branch (will switch to alandtse/vr if and when changes are upstreamed)
    • Add this as as an environment variable CommonLibVRPath

User Requirements

Register Visual Studio as a Generator

  • Open x64 Native Tools Command Prompt
  • Run cmake
  • Close the cmd window

VR

cmake --preset vs2022-windows-vcpkg-vr
cmake --build buildvr --config Release

License

MIT

About

NativeEditorIDFixNG compiled against CommonLibVR and cleaned up for better Enderal compatibility. (Credit to KitsuuneNivis for the original Native EditorID Fix mod & naitro2010 for the NG port this is based on.)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 52.8%
  • C++ 44.4%
  • C 2.8%