RocketBun-OG / autoBodyAE

Randomized configurable bodies for Skyrim: Anniversary Edition
GNU General Public License v3.0
12 stars 6 forks source link

autoBody AE

A SKSE/SKSEVR Plugin for distributing CBBE and HIMBO presets throughout the gameworld AE VR

Development/Compile Requirements

User Requirements

Building

git 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

AE

cmake --preset vs2022-windows
cmake --build build --config Release

SSE

cmake --preset vs2022-windows-sse
cmake --build buildsse --config Release

VR

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

Credit/thanks