Jump to content
Sign in to follow this  
hypno toad

Bullet time mod?

Recommended Posts

I am not scripting expert, but you know how you can speed up time with "+" in arma? What if you could put time at .5 or even .1 of what it normally is by pressing "-"

It would certainly be useful for movies, has anybody made one yet?

Share this post


Link to post
Share on other sites

Make a trigger, make someone present i.e

"west" in the init field of the trigger type "setacctime 0.2"

Bullet time! biggrin_o.gif

Share this post


Link to post
Share on other sites
Make a trigger, make someone present i.e

"west" in the init field of the trigger type "setacctime 0.2"

Bullet time! biggrin_o.gif

That will make everything go slow, including the player, pretty close to bullet-time, but not exactly the same tounge2.gif

Share this post


Link to post
Share on other sites

it should be easy enough to bind the setacctime command to a key, giving you Max Payne style bullet time. Only difference would be that the sound wouldn't slow down and distort like it does in Max Payne or the Matrix. Also it wouldn't be multiplayer compatible.

Share this post


Link to post
Share on other sites
it should be easy enough to bind the setacctime command to a key, giving you Max Payne style bullet time. Only difference would be that the sound wouldn't slow down and distort like it does in Max Payne or the Matrix. Also it wouldn't be multiplayer compatible.

Max pain bullettime lets you aim at normal speed, setacctime doesnt do that.

Share this post


Link to post
Share on other sites
it should be easy enough to bind the setacctime command to a key, giving you Max Payne style bullet time. Only difference would be that the sound wouldn't slow down and distort like it does in Max Payne or the Matrix. Also it wouldn't be multiplayer compatible.

Max pain bullettime lets you aim at normal speed, setacctime doesnt do that.

Yeah, max pain goes into a violent blind adrenalin rage, so he sees everything slowly.

That is what adrenalin does (makes you see things slower, and speeds up your muscles)

Except he gets massive overdoses apparently.

That other command will work just fine, thanks smile_o.gif

Share this post


Link to post
Share on other sites

Cool, maybe if you take enough adrenaline time goes backwards... Seems easier than trying to harness black holes anyway.

Used to love mowing enemies down in street battles with an LMG when I first found out about setacctime.

Share this post


Link to post
Share on other sites

Edit:

Never mind, figured it out, Thanks for the help. Now I can make my 28 weeks later video biggrin_o.gif

Share this post


Link to post
Share on other sites

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

Triggered by: Radio Alpha (or bind it to a key)

Name: trig1

Condition: this

On Act: setacctime 0.15; trig2=true

Name: trig2

Condition: trig1

On Act: setacctime 0.20; trig3=true

Name: trig3

Condition: trig2

On Act: setacctime 0.25; trig4=true

Name: trig4

Condition: trig3

On Act: setacctime 1

I've tried this way and it has issues. It only works about %50 of the time using triggers. I think a script would be much better. In cutscense, a sound mix(from the matrix) along with a rotating camera would be sooooo pimp!

Share this post


Link to post
Share on other sites

well, I will finish up my 28 days later video, it is not actually too bad, keep your eyes out for it soon on youtube smile_o.gif

Share this post


Link to post
Share on other sites

While we are talking about video's, How do you make a fighter plane bomb a certain target?

Share this post


Link to post
Share on other sites

Dl'ed, it is called 28 weeks later - In a heartbeat. A real pain in the ass to find.

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  

×