Skip to content

powerof3/FEC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b75d15f · Jul 22, 2024

History

77 Commits
Jul 19, 2024
Jul 20, 2024
Jul 19, 2024
Jul 19, 2024
Jul 22, 2024
Jul 19, 2024
Jul 19, 2024
Jun 28, 2021
Jun 28, 2021
Mar 28, 2022
Oct 4, 2022
Jul 19, 2024
Jul 19, 2024
Jul 19, 2024
Mar 28, 2022
Feb 20, 2023
Jul 19, 2024

Repository files navigation

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