dietplums Posted October 5, 2023 Posted October 5, 2023 I'm trying to make a moveable static lantern I tried putting the lights attach ref to the movable static object but it didn't work as the light just stayed when I moved the movable static thank you
LarannKiar Posted October 5, 2023 Posted October 5, 2023 If you'd like the Light's data to be stored in a plugin file like an .esp, you can add an AddonNode to the .nif file. Alternatively, a Shader Property like BSEffectShaderProperty.
niston Posted October 6, 2023 Posted October 6, 2023 An object's NIF must have a node called REF_ATTACH_NODE in it, for refattaching things to it to be possible.
Recommended Posts