I need help
Evil_bOb1
Join Date: 2002-07-13 Member: 938Members, Squad Five Blue
<div class="IPBDescription">Trigger_random / env_particles_custom</div>Heres the thing, i want to make steam burst at random intervals, with appropriate sound. This is what i've got already:
-trigger_random
minfiretime: 3
maxfiretime: 5
wait: 0
mms1: 0
flags checked: start on
-multi_manager
targetname: mms1
s1: 0
s1: 0.5
ss1: 0
-trigger_relay
delay: 0
targetname: tss1
target: ss1
triggerstate: 1
-target_mp3audio
targetname: ss1
soundvolume: 255
fadeddistance: 1000
soundname: sound/ambience/steamburst1.mp3
-env_particles_custom
p_systemlifetime: -1
p_lifetime: 2
targetname: s1
flags checked: fadeout / use world grav / collide
--------------------
Now the thing is, nothing happens... <!--emo&???--><img src="http://www.natural-selection.org/iB_html/non-cgi/emoticons/confused.gif" border="0" valign="absmiddle" alt='???'><!--endemo--> does anybody see somethings wrong (cuz i don't!)or <b>tell me another way to create the effect.</b>
thx
-trigger_random
minfiretime: 3
maxfiretime: 5
wait: 0
mms1: 0
flags checked: start on
-multi_manager
targetname: mms1
s1: 0
s1: 0.5
ss1: 0
-trigger_relay
delay: 0
targetname: tss1
target: ss1
triggerstate: 1
-target_mp3audio
targetname: ss1
soundvolume: 255
fadeddistance: 1000
soundname: sound/ambience/steamburst1.mp3
-env_particles_custom
p_systemlifetime: -1
p_lifetime: 2
targetname: s1
flags checked: fadeout / use world grav / collide
--------------------
Now the thing is, nothing happens... <!--emo&???--><img src="http://www.natural-selection.org/iB_html/non-cgi/emoticons/confused.gif" border="0" valign="absmiddle" alt='???'><!--endemo--> does anybody see somethings wrong (cuz i don't!)or <b>tell me another way to create the effect.</b>
thx
Comments
Not sure, but the 'wait = -1' in the trigger_random might mean it does it once and then doesn't reset. Change it to something like 2.
Not sure, but the 'wait = -1' in the trigger_random might mean it does it once and then doesn't reset. Change it to something like 2.<!--QuoteEnd--></td></tr></table><span id='postcolor'><!--QuoteEEnd-->
the other properties for the env_particles_custom are default. I tried changing the wait to 2 but still nothing happens. I think im missing an entity or something cuz even the mp3 entity doesn't play. The problem must be in the multimanager or in the trigger_random (well i think).
--------------------------------------------------------
***edit***
Whoho! i managed to make it work <b>but it only works once...</b>i'll update the entities above so if u see how to reset it plz say so and it might come in handy for other mappers who want to create the effect and who don't know how.
<!--EDIT|Relic25|Aug. 13 2002,08:52-->