yangyan Posted March 16, 2003 Share Posted March 16, 2003 Ok a more descriptive explanation. You know the map Sith Home World? See how it has rocks falling out of the sky? You can actually see the rocks clearly and it explodes at the ground and scorches it. It also leaves an explosive trail. It could be a effect but how do you make it spawn randomly? Link to comment Share on other sites More sharing options...
Leslie Judge Posted March 16, 2003 Share Posted March 16, 2003 Use the effects/env/meteor.efx file. To make it random, you need more than one fx_runners spreaded over the map. Give them a long enough delay to make meteors more rare, so the default 200 is not good because it means 5 times in a second. Finally give them a random value too. Link to comment Share on other sites More sharing options...
lauser Posted March 19, 2003 Share Posted March 19, 2003 I'm doing meteors as well Leslie. I wanted to know about the worldspawn in this case. Can I just add the Meteor WAV files to Worldspawn so that you hear impacts but don't see any? Or do I have to use target_speakers? Speaking of which I don't know how to use target_speakers. I also want to activate sounds in a room with these just by moving through a trigger_multiple. Is that possible? I have tried using target_speakers but I can't get them to work. And yes I did add the noise key...... L_A_user Link to comment Share on other sites More sharing options...
Leslie Judge Posted March 19, 2003 Share Posted March 19, 2003 That effect has its own sound already: sound/movers/objects/meteor_sky.mp3. Is that good or do you want something else? On impact it playes other sound files called .../meteor_hitX.mp3, where X means numbers from 1 to 3. Link to comment Share on other sites More sharing options...
Fragmaster-B Posted March 19, 2003 Share Posted March 19, 2003 Originally posted by Leslie Judge Use the effects/env/meteor.efx file. ] were can i find these files?i'm useing gtk1212 for jediknight jo ty inadvance Link to comment Share on other sites More sharing options...
wedge2211 Posted March 19, 2003 Share Posted March 19, 2003 Originally posted by Leslie Judge effects/env/meteor.efx Precisely that. In assets0.pk3, effects folder, env folder, meteor.efx is the filename. In the entity properties window of the fxrunner, enter "fxFile" and "effects/env/meteor.efx" Link to comment Share on other sites More sharing options...
Leslie Judge Posted March 20, 2003 Share Posted March 20, 2003 Nono, just "env/meteor". Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.