Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

doodlum

Uploaded by

doodlum

Virus scan

Safe to use

About this mod

SKSE plugin which adds a natural camera noise effect inspired by God Of War.

Requirements
Permissions and credits
      


OVERVIEW

SKSE plugin which adds a natural camera noise effect.

This mod is styled after the camera noise effect used in God Of War. Perlin noise is used to modify camera position and orientation. 
First-Person and Third-Person are separated with their own settings.
The previews are more aggressive than the mod is by default. This is mod intended to be subtle; making the game cameras look more grounded in reality instead of floating statically.





If ENB is installed, a menu is added in the shaders window which allows you to customise and save the effect in-game.



Can add custom camera effects via script with:

CameraNoise.LoadINI(String asFilepath)
CameraNoise.UnloadINI(String asFilepath)


Interpolation affects the speed at which custom .ini changes appear:

Ex. An "iInterpolationX" value of 4 and an "iInterpolationY" value of 5 will change the camera in 4 of the next 5 updates, and so on

ADDONS

Cinematic Sprint




REQUIREMENTS

Address Library for SKSE Plugins


COMPATIBILITY

Compatible with all other mods including SmoothCam.


SOURCE

doodlum/skyrim-camera-noise


CREDITS

Ersh for his hooks and code which helped a ton.
mwilsnd (Ultra) who helped me understand the camera and SmoothCam.
hsoju for custom .ini's, papyrus, interpolation
Reputeless/PerlinNoise