Jump to content
Sign in to follow this  
BLSmith2112

SetAccTime -- Bullet Time?

Recommended Posts

How can I create a trigger, than once a soldier fires... Time slows down. And when time does slow down, what value is small enough to catch a bullet in midair with a camera?

Share this post


Link to post
Share on other sites

Bullets travel at thousands of feet per second so you would need to use 0.001 or so. However, I don't believe the bullets themselves are modelled except as a red/green blob at the end of a tracer.

Share this post


Link to post
Share on other sites

Add a fired event handler to the unit.

Assuming ArmA is like OFP, bullet rounds have no graphical representation other than the tracer streaks. They do however work as a continuous swishing aerodynamic sound source.

Share this post


Link to post
Share on other sites

use bulletcam II linked in this thread further down.

but be aware fired eventhandlers can be affected by settings above normal on rifles in single fire mode.

in otherwords they dont trigger .

Share this post


Link to post
Share on other sites

Bulletcam II?

Linked? Where? wink_o.gif

This "eventhandler"... So it would look like...

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

SoldierName addEventHandler ["Fire", setAccTime .0001]

?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×