link182 Posted December 13 Share Posted December 13 The spell is firestorm as a projectile and I’ve been having trouble with this. I’ve set the duration to 20 seconds, but it still lasts only a second visually, I can’t find a way to make the spell last longer and as is it feels unimpressive. I was advised it could be related to the nif mesh, or some other special effect; but I can’t figure it out. Any help appreciated. Link to comment Share on other sites More sharing options...
Sphered Posted Friday at 12:02 AM Share Posted Friday at 12:02 AM You would have to dive into the controller manager in each nif you want to modify, and it isn't simple Each sequence has interpolators and various data like transformdata, floatdata, and others. You MIGHT be able to get away with changing the speed of the controller at the top level and call it a day, but probably not tbh. Been too long since I messed with that stuff, I just remember it's finicky and tedious Very niche area of modding you are asking about. Sorry to inform, your goal is not an easy one Link to comment Share on other sites More sharing options...
link182 Posted Friday at 05:47 AM Author Share Posted Friday at 05:47 AM 5 hours ago, Sphered said: You would have to dive into the controller manager in each nif you want to modify, and it isn't simple Each sequence has interpolators and various data like transformdata, floatdata, and others. You MIGHT be able to get away with changing the speed of the controller at the top level and call it a day, but probably not tbh. Been too long since I messed with that stuff, I just remember it's finicky and tedious Very niche area of modding you are asking about. Sorry to inform, your goal is not an easy one I thankfully managed to figure a solution out by having the explosion spell cast another spell on hit, which is just close enough to work for me, I figured this was basically a dead end, thanks for the info Link to comment Share on other sites More sharing options...
Recommended Posts