Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

SeaSparrow

Uploaded by

Shekhinaga

Virus scan

Safe to use

Tags for this mod

About this mod

SKSE plugin that dynamically adjusts bow draw speed and arrow projectile speed depending on weight and the wielder's archery skill.

Requirements
Permissions and credits
Changelogs
Archery is one of the most rewarding and frankly unbalanced skills in this game. Anyone can pick up a bow and dominate - the absurd base damage coupled with the range it gives you, as well as the great scaling, make bows one of the strongest builds you can go for. This plugin addresses that, and makes archery a more interesting experience.


Archery Rebalance achieves its main goal in two ways: Projectile Tweaking and Dynamic Draw Speed.

  • Projectile Tweaks simply edit the speed of all (playable) ammo projectiles. By default, the new speed for arrows is 4000, and bolts are at 7500. This helps differentiate crossbows and bows.
  • Dynamic Draw Speed is a bit more complex. Depending on your Archery skill, heavier bows will be slower to draw. Optionally, Bound Bows will also take into account the actor's conjuration skill. This also applies to NPCs.

Optionally, you can turn on a setting in the ini file to enforce some INI settings in the default game.





Requirements:



I received an enormous amount of help from a lot of very talented mod authors. They used their time to help out a noob like me, and for that I am beyond grateful.  Here are just some of them:

  • meh321 - Helped me identify a crash that was driving me crazy.
  • PowerOfThree - the main function that adjusts projectile speed is HEAVILY referencing their work on powerofthree's tweaks.
  • Parapets and Colinswrath - Helped me get started with creating my first SKSE plugin.
  • CharmedByron - Their example plugin was an excellent template, and a lot of help with Relocation.
  • Nem and Dropkicker - General advice and a lot of support.
  • DavidJCobb - Advice on C++ proper etiquette and a LOT of advice for my plugin.
  • Ultra - Advice on C++.

Source