Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 828 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 828 Bytes

Archery Rebalance

SKSE plugin for Skyrim SE that makes slight, but noticeable changes to archery for a more interesting experience.

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 git submodule innit and git submodule update --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.