Reaktorbot3 Posted May 28, 2020 Share Posted May 28, 2020 (I know there are multiple impact grenade mods on the nexus, but they also have the same problem I will describe in my post) Hello, i am currently working on a mod that lets vanilla grenades detonate on impact instead of a timer. But i came across a problem which i hope i can solve with some help of more expierineced modders. By reverse engineering the vanilla molotov coktail i managed to get my test grenade to detonate on impact with landscape, static objects,... but not actors. Instead It just bounces of any enemies.I narrowed the problem down to the projectile.nif file of a granades projectile entry. Whenever i use the nif from the molotov it looks like one and detonates on actor impact. Any other vanilla grenade nif (Baseball, frag,...) does the bounce. My problem now is the fact that i really dont know how to change that in the .nif file and why that even is tieded to it. I know very little about editing nifs and thought they where only there to dictate the visuals of an item. I know where to find the files and how to open them in software like Nifscope, but thats it. Can anyone explain to me what aspect of the file tells the game to either detonate or bounce the gernade of actors. Can i also get a few pointers on how i could ad the detonate on actor impact behavior to the other grenades projeticle nifs?Help would be very much apprichiatedHave a nice dayReaktorbot Link to comment Share on other sites More sharing options...
robotized Posted May 28, 2020 Share Posted May 28, 2020 https://forums.nexusmods.com/index.php?/topic/5209230-replacing-collision-in-nifskope-easy-way/Following this tutorial, try to copy collision data from molotov projectile nif and replace it in your custom projectile nif. Link to comment Share on other sites More sharing options...
Reaktorbot3 Posted May 29, 2020 Author Share Posted May 29, 2020 Yes, it worked. Thx a lot for the help. :) Link to comment Share on other sites More sharing options...
robotized Posted May 29, 2020 Share Posted May 29, 2020 You are welcome. I have been doing some experiments with grenades and explosions. But I haven't noticed this difference in collision before. Thanks for bringing this to my attention. Link to comment Share on other sites More sharing options...
Recommended Posts