Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

EFX files

Page: 1 of 1
 Druid Bremen
06-13-2004, 10:13 AM
#1
Okay ermm, so I want an effect to replay in my map without stopping. I am confident it has something to do with the "delay" key, but I do not know how to make it repeat without any delay. I set the delay in EffectsEd to 0 for my EFX file, but in my test map, it sets the effect going, has a respite, then starts again. How do I stop this?
 wedge2211
06-13-2004, 5:13 PM
#2
Have you tried "delay 0" or "wait 0" within Radiant?

Also, try entering "random 0"...sometimes these things have a default nonzero randomness factor that gets added to the delay, so if you have delay 0 and random 10, say, you'll get a delay time anywhere between -10 and 10, which is not what you want.
 Druid Bremen
06-13-2004, 11:08 PM
#3
I know there's a "delay" key, but I didn't see a "wait" key. Oh well, would it hurt if I tried the two? I'll try the "random" key and see if it works, then I'll get back to you. Thanks.

Edit: It still pauses after some time of playing.
 zag
06-14-2004, 12:35 PM
#4
i look at my .map file and i used a delay of "1000"
and nothing else
 wedge2211
06-14-2004, 2:02 PM
#5
Try using a delay equal exactly to the duration of the effect.
 Druid Bremen
06-15-2004, 12:22 AM
#6
Wait... The "delay" key in Radiant and in EffectsEd, is it the length of the delay, or how long the effect is repeated?

(Sorry, I'm no expert at Radiant, and somewhat a newbie in EffectsEd)
 zag
06-15-2004, 5:22 AM
#7
its somelike how many times the effect is repeated in a second
just experement so you get the right speed
 Druid Bremen
06-15-2004, 9:55 AM
#8
I'll try but there seems to be something wrong in what you said:
"its somelike how many times the effect is repeated in a second
just experement so you get the right speed"
Doesn't the effect already have a particular length? How can you squeeze it inside a second? Sorry if I'm misunderstanding this.
 wedge2211
06-15-2004, 10:35 PM
#9
It should be the time between effect firings.
 Druid Bremen
06-15-2004, 11:49 PM
#10
Umm.. If that is so, then why did was there a respite after some time of playing? I set delay to 0 in Radiant. Oh well.. I'll experiment and see what I can come up with. :/
 Jedi_Vogel
06-16-2004, 5:38 AM
#11
What effect is it, if I can ask? And after how long does it stop?

Cos I have a couple of effects so far in my map and they've never stopped yet.

btw, can you "trigger" an effect, so if you step into a room it starts the effect and if you step out it stops? This would wreak havoc in MP, but in SP it could be useful.
 Druid Bremen
06-16-2004, 10:44 AM
#12
Erm, its a home-grown effect. It is simply an effect that spawns small particles. The length of the effect: it simply spawns a few particles AT THE SAME TIME, meaning literally less than a second. I'm not sure how to lengthen it though; I'm new to EffectsEd.
And yes, you could, to your question Jedi.
Page: 1 of 1