I am making weapons using projectiles and it has been going well so far. However, one question I have is how do I make the explosion template larger?
For instance, in one of my weapons I have this in the DefaultProperties:
This sets the in flight projectile to the scorpion bounce particle and the explosion projectile to another particle which I'm sure is obvious.
Adding this to it scales the in flight particle up x10
However the explosiontemplate particle remains at x1. How do I change the explosion particle size?
Any help would be appreciated, I tried looking in the UT files but all I found was DrawScale which didn't affect explosiontemplate.
For instance, in one of my weapons I have this in the DefaultProperties:
Code:
ProjFlightTemplate=ParticleSystem'VH_Scorpion.Effects.P_Scorpion_Bounce_Projectile_Red'
ProjExplosionTemplate=ParticleSystem'Envy_Effects.VH_Deaths.P_VH_Death_SpecialCase_1_Base_Near'
This sets the in flight projectile to the scorpion bounce particle and the explosion projectile to another particle which I'm sure is obvious.
Adding this to it scales the in flight particle up x10
Code:
DrawScale=10.0
However the explosiontemplate particle remains at x1. How do I change the explosion particle size?
Any help would be appreciated, I tried looking in the UT files but all I found was DrawScale which didn't affect explosiontemplate.