six_ten 208 Posted April 8, 2014 I have a rifle based on the \Samples_F\Test_Weapon_01. When it fires a gas emits from the bolt and the main muzzleflash erupts as the bullet leaves the rifle. I want all this, but I need to introduce a delay. I want to: pull trigger gas/small flash emits from bolt area 1 second delay, THEN weapon fires projectile with flash. It does all this now, just simultaneously. How do I introduce that delay between the trigger pull and the bullet firing? Is there a simpler and more efficient method than the one described five years ago in http://forums.bistudio.com/showthread.php?70978-Weapon-Shot-Delay ? Share this post Link to post Share on other sites
six_ten 208 Posted April 24, 2014 I wonder if this would work if I used a submunition ammo, with the first stage being a very slow projectile traveling from the breech to the muzzle in .75 seconds, then the submunition activating and moving at the "real" speed. Share this post Link to post Share on other sites
das attorney 858 Posted April 24, 2014 I think the method in that thread should be okay to use. So in the fired EH you get the projectile (_this select 6) and delete it then spawn a new one (and some particle effects) from the barrel a second later. You could also set the muzzle flash ("zasleh") to be in the bolt position so the 'muzzle flash' is actually the gas escaping. (If you get what I mean). Share this post Link to post Share on other sites
six_ten 208 Posted April 25, 2014 I can't get an EH to work inside my rifle config; the one I use in my cannon works fine (as it is a vehicle). Should I call it in the ammo config? Share this post Link to post Share on other sites
six_ten 208 Posted April 28, 2014 After a lot of experimentation and searching I ran across this post that may put me on the right track (posting here in case anyone else looks for this in future).http://forums.bistudio.com/showthread.php?134453-Add-Eventhanlder-to-a-weapon-or-magazine&p=2177554&viewfull=1#post2177554 Share this post Link to post Share on other sites