Jump to content

Recommended Posts

Posted

I'm trying to make a large fireball. I know how to enlarge collision in the projectile values, but how do you scale up the size of the nif? Haven't had much luck in Outfit studio. I have blender but haven't done this before. Thanks for help.

Posted (edited)

I use static collections to scale statics, because a static collection let you export a mesh. So you could try it by creating a static with the model of the projectile (because a static collection only accept statics), place it in the render window, scale it, right click on it and use make static collection then, in the object window, find the static collection of the projectile, right click on it, and use the option recreate static collection meshes.

Edited by DieFeM
Posted

I use static collections to scale statics, because a static collection let you export a mesh. So you could try it by creating a static with the model of the projectile (because a static collection only accept statics), place it in the render window, scale it, right click on it and use make static collection then, in the object window, find the static collection of the projectile, right click on it, and use the option recreate static collection meshes.

 

Thank you. Works great on broadsider cannon balls and plasma balls. Won't work on flamer projectiles for some reason. How do you attach a "flame" effect to a nif? If I can do that, voila, giant flaming cannonballs!

Posted

Projectiles have no script holder, otherwise I would say play an effect shader on the projectile reference. On the other hand the junkjet has the ability to use almost any object as projectile, so you could try create a custom weapon based on the junkjet, so you could use a misc item as a cannon ball projectile, and therefore attach an script to it that applies a fire effect shader in the OnLoad event.

 

https://www.creationkit.com/fallout4/index.php?title=EffectShader_Script

Posted

In the .nif there must be some kind of node. Click on it and choose "Scale". That should probably do the trick

Posted

Projectiles have no script holder, otherwise I would say play an effect shader on the projectile reference. On the other hand the junkjet has the ability to use almost any object as projectile, so you could try create a custom weapon based on the junkjet, so you could use a misc item as a cannon ball projectile, and therefore attach an script to it that applies a fire effect shader in the OnLoad event.

 

https://www.creationkit.com/fallout4/index.php?title=EffectShader_Script

Thanks. I will try that. Flaming teddy bears.

 

In the .nif there must be some kind of node. Click on it and choose "Scale". That should probably do the trick

Derp. Thanks.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...