powerof3 / Spell-Perk-Item-Distributor

MIT License
29 stars 8 forks source link

Spell Perk Item Distributor

Distributes spells/perks/items/shouts/leveled-spells/packages/outfits/death-items to NPCs.

Requirements

User Requirements

Building

git clone https://github.com/powerof3/Spell-Perk-Item-Distributor.git
cd Spell-Perk-Item-Distributor
# pull commonlib /extern to override the path settings
git submodule init
# to update submodules to checked in build
git submodule update

SSE

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

AE

cmake --preset vs2022-windows-vcpkg-ae
cmake --build buildae --config Release

VR

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

License

MIT