/FEC

FEC Helper plugin

Primary LanguagePapyrusMIT LicenseMIT

Frozen Electrocuted Combustion

Dll for Skyrim mod FEC that applies visual effects to NPCs and the player, when killed by air, ash, dragons, drain, fire, frost, fear, lightning, poison, soultrap, steam and sun damage status effects.

VR Version

Requirements

User Requirements

Register Visual Studio as a Generator

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

Building

git clone https://github.com/powerof3/FEC
cd FEC
# pull commonlib, skip if you've defined it in the path
git submodule init
# to update submodules to checked-out build (warning, pulling newer verisons may result in build problems)
git submodule update

SSE

cmake --preset vs2022-windows-vcpkg # for vs2019 use vs2019-windows-vcpkg
cmake --build build --config Release

AE

cmake --preset vs2022-windows-vcpkg-ae # for vs2019 use vs2019-windows-vcpkg-ae
cmake --build buildae --config Release

VR

cmake --preset vs2022-windows-vcpkg-vr # for vs2019 use vs2019-windows-vcpkg-vr
cmake --build buildvr --config Release

License

MIT