**NOTE: This mod does nothing on it's own, it is purely a utility for other modders to utilise.**
This mod allows other creators to make use of the "eyeAim" bone to provide rotations to their first person animations.
> Includes the ability to control the camera movement strength via the mod options menu.
> Note: The MP5 footage is over exaggerated as a demonstration.

V1.4.0: Added some state-state blending to help reduce snapping from cancelling animations early. Also added a camera movement multiplier slider option when BeardLib is installed.
V1.3.2: Fixed variable names getting partially replaced earlier then they should have.
V1.3.1: Added support for state parameters in the XML pre-processor. Fixing some issues when certain custom melee mods were installed.
V1.3.0: Added some irritatingly complicated XML pre-processing that allows me to determine if any of the currently playing animations are modded/replaced and to disable eyeAim for vanilla animations. (This will fix the very noticeable animation problems on the Hailstorm, as well as some smaller hiccups on a few other weapons.)
V1.2.0: Added a boolean to control smoothing, disabled by default because it seems to have issues at the moment.
V1.1.1: Fixed a bug from a misnamed variable.
V1.1.0: Added a smoothing system so any sudden changes in angle are smoothed out.
**V1.0.0:** Initial Release!
Overkill for the tiny bit of camera code I had to copy because I needed to override an entire method.
The rest is all my code.
Dependencies
-
-
Instructions
**Make sure to first have SuperBLT, and BeardLib installed. Click the links in the dependency list.**
Optional video tutorial for installing SuperBLT, BeardLib, and mod_overrides mods: https://youtu.be/rin_sjSJIkg
1. After downloading the mod, use a program such as [7zip](https://www.7-zip.org/download.html) or [WinRAR](https://www.rarlab.com/download.htm) to extract the main folder of the mod.
2. Drop that folder into the `mods` folder which is supposed to be in the game's installation folder (don't know where that is? click [here](https://wiki.modworkshop.net/books/payday-2/page/finding-payday-2s-install-folder))
Comments