Skyrim

File information

Last updated

Original upload

Created by

NaughtyColt

Uploaded by

NaughtyColt

Virus scan

Safe to use

Tags for this mod

About this mod

Fixes some papyrus log spam with HeadTrack.pex script.

Requirements
Permissions and credits
The camera directed head tracking mod was throwing lots of messages into the Papyrus log about calling SetLookAt() against a none value as seen below.

[12/10/2015 - 09:56:48PM] Error: Cannot look at a None target
stack:
[ (00000014)].Actor.SetLookAt() - "<native>" Line ?
[HeadTrackQuest (54000D63)].HeadTrack.OnUpdate() - 

My assumption is this call is supposed to clear headtracking which can be done by calling it against the PlayerRef instead. So this patch is just a tweak and recompile of the HeadTrack.pex script with that change. Seems to have fixed it for me and didn't require any special steps beside dropping the script into the directory.