Skip to content

A DLL that allows the mod to play nice with ammo enchanting.

License

Notifications You must be signed in to change notification settings

rethesda/RainExtinguishesFires

 
 

Repository files navigation

Rain Extinguishes Fires

SKSE plugin that allows fires to respond to the weather and ice/fire spells.

Building

  1. Install VCPKG and add its installation location in an environment variable called "VCPKG_ROOT".
  2. Install CMake.
  3. Install VS with C++ Desktop Development
  4. Clone this repository.
  5. Open a Git Bash/Powershell Window in the project folder, and run this command: git submodule update --init --recursive
  6. Open the project in VS, wait for CMake to finish, and build the project.

Automagically deploy

If you want to deploy directly in a MO2 instance, you can add the mods folder of that instance in an environment variable called "SKYRIM_MODS_FOLDER". Upon building, it will automatically create a mod folder in that location with the built DLL inside.

About

A DLL that allows the mod to play nice with ammo enchanting.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.7%
  • CMake 21.3%
  • Python 2.0%