VFX Length

I was wondering if the length of the VFX is set into the effect its self as iv looked in both explosions and effects tabels and ther doesnt seem to be any way to make them shorter iv tryed changing this in the explotions to try and override the effect time but its made no diffrence

Code:
      <Screen_Effects>
         <Delay_Time>0.0</Delay_Time>
         <Ramp_Up_Time>0.0</Ramp_Up_Time>
         <Full_Strength_Duration_Time>.1</Full_Strength_Duration_Time>
         <Decay_Time>.1</Decay_Time>
         <Atten_Start>1</Atten_Start>
         <Atten_End>2</Atten_End>
         <Tone>
           <Tint>
             <R>10</R><G>151</G><B>200</B>
           </Tint>
           <Tint_scale>5</Tint_scale>
           <Saturation>1</Saturation>
         </Tone>
       </Screen_Effects>
 
The effect just plays when created. The length of the effect and what happens depends on what the effect guys put into the effect itself.
 
Yes, you would need to alter the effect itself to change the length of it.
 
Back
Top