FreshTheFallen Posted November 5, 2016 Share Posted November 5, 2016 Hey Nexus, I'm having a little issue with a weapon I'm setting up for the game. I want it to be the source of a specific light effect, but I just can't seem to make it work. I tried it by adding it as some kind of enchantment, but that didn't work, and I'm a bit confused as to how you can actually do that.So how does it work? :o Thanks in advanceFreshTheFallen Link to comment Share on other sites More sharing options...
Tamira Posted November 6, 2016 Share Posted November 6, 2016 This weapon has a light source added:http://www.nexusmods.com/skyrim/mods/27789/?Have a look at it how the author did it. Link to comment Share on other sites More sharing options...
FreshTheFallen Posted November 6, 2016 Author Share Posted November 6, 2016 Thanks, will take a look.Also found this, for those looking for a solution aswell.https://forums.nexusmods.com/index.php?/topic/960314-attaching-light-to-object-dynamically-with-papyrus/ Link to comment Share on other sites More sharing options...
FreshTheFallen Posted November 9, 2016 Author Share Posted November 9, 2016 Well, tuns out I still have no idea how it works. I tried doing it the way someone explained in another thread (see last link) but that didn'T work out, since "Constant Effect" apparently is no valid enchantment effect on a weapon. Then I tried finding out how the Dawnbreaker mod did it (see Tamira's link), but I have no idea how it works. Couldn't find anything in the CK as to how it works, apparently the mesh of the weapon itself wasn't changed either. So, anyone else an idea? Link to comment Share on other sites More sharing options...
domendread Posted November 11, 2016 Share Posted November 11, 2016 just shooting in the dark but check and see how a torch does it. Link to comment Share on other sites More sharing options...
FreshTheFallen Posted November 11, 2016 Author Share Posted November 11, 2016 just shooting in the dark but check and see how a torch does it.Well the torch is marked as a light that can be carried, don't really see how I could make that work for a weapon. Link to comment Share on other sites More sharing options...
FreshTheFallen Posted January 4, 2017 Author Share Posted January 4, 2017 For anyone also looking into that, I looked at the implementation used here: http://www.nexusmods.com/skyrim/mods/52941/?and managed to have my weapon act as a light source. You basically create a light effect as a magic effect, add whatever light you want it to be as teh associated object. Then you create a spell with that particular effect. Then you create another magic effect (and HERE comes the clue), add the spell you just created as the equip ability, and add that one to an enchantment that can actually be attached to a weapon and attach it to the weapon you want to be the light source. Link to comment Share on other sites More sharing options...
Recommended Posts