-
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?
-
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.
-
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.
-
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 .
-
Bulletcam II?
Linked? Where? 
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]
[/QUOTE]
?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules