i got it almost wright maybe you can use my solution :
in the objectcreationlist ini ad this
ObjectCreationList OCL_EMPPulseEffectsmall
CreateObject
ObjectNames = EMPPulseEffectSmall
Count = 1; Used to be 3... MLorenzen changed, Monday Nov. 11
End
End
in the system ini ad this
;------------------------------------------------------------------------------
Object EMPPulseEffectSmall
KindOf = NO_COLLIDE
EditorSorting = SYSTEM
Draw = W3DModelDraw ModuleTag_01
ConditionState = None
Model = EXEMPSphere
Animation = EXEMPSphere.EXEMPSphere
End
End
Behavior = EMPUpdate ModuleTag_02
DisabledDuration = 20000
Lifetime = 2500 ; Lower this figure to shrink its effect
StartFadeTime = 300
StartScale = 0.01
TargetScaleMin = 4.00
TargetScaleMax = 5.00
; SpinRateMax = 0.05; NIX'D by MLorenzen, nov 11
StartColor = R:32 G:64 B:255
EndColor = R:0 G:0 B:0
DisableFXParticleSystem = EMPSparks
End
Geometry = SPHERE
GeometryMajorRadius = 10.0
GeometryIsSmall = No
End
;------------------------------------------------------------------------------
