A SKSE/SKSEVR Plugin for distributing CBBE and HIMBO presets throughout the gameworld AE VR
All|Female|TownWhiterunFaction
All|Female|NordRace
;
key. Change their preset if you don't like it, and it'll stay that way!PATH
Skyrim64Path
to point to the root installation of your game directory (the one containing SkyrimSE.exe
).SkyrimVRPath
to point to the root installation of your game directory (the one containing SkyrimVR.exe
).VCPKG_ROOT
with the value as the path to the folder containing vcpkg. For dependency management.CommonLibSSEPath
instead of /externalCommonLibVRPath
instead of /externalgit clone https://github.com/napmouse/autoBodyAE
cd autoBodyAE
# pull commonlib, skip if you've defined it in the path
git submodule init
# to update submodules to latest build (warning may result in build problems)
git submodule update
cmake --preset vs2022-windows
cmake --build build --config Release
cmake --preset vs2022-windows-sse
cmake --build buildsse --config Release
cmake --preset vs2022-windows-vr
cmake --build buildvr --config Release