Skip to content

Simple SKSE plugin that makes arrow choice important. Developed with CommonlibSSENG.

License

Notifications You must be signed in to change notification settings

rethesda/QuintessentialQuivers

 
 

Repository files navigation

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.

About

Simple SKSE plugin that makes arrow choice important. Developed with CommonlibSSENG.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.0%
  • CMake 27.4%
  • Python 2.6%