This page was last updated on 19 March 2023, 8:01PM
Changelogs
Version 1.1
Added optional file by Realnyn to support human/ghoul followers.
Compared to the previous version, some implementations were changed.
1. Follower face light will refresh after player face light setting changed, and it only apply to human and ghoul follower by default. (I add a sample code to demonstrate how to add custom race face light support.)
2. Follower face light refresh method "RefreshFollowersFaceLight" move to "aaaFaceLightAddScript.psc".
Because method "RefreshFollowersFaceLight" is the only way to add or remove follower face light, and it only call at event "onCellLoad" and event "OnMCMSettingChange", so I recommended to disable player face light to remove follower face light setting before change follower or dismiss follower.