Jump to content
Riksen

Slow Motion (setAccTime)

Recommended Posts

Hello guys,

 

I'm quite new to Arma 3 as well as scripting but after some research I managed to create a slowmotion/normal speed trigger attached to the radio channels Echo and Foxtrot so I can slow down time in order to give my units commands and stuff (I know i suck at it in regular speeds lol). Anyways, I managed to installed Iron Fronts in Arma 3 and I tried to do the same but, as you guys already know, the Iron Front units cant use radios so I got stuck and I have no idea how to create a mission in which Im able to activate those triggers. Could anyone here help me?

 

Regards

 

Riksen

Share this post


Link to post
Share on other sites

Try this: (You will have to scroll or using the keys [ and/or ], to access the action menu)

player addAction ["Time (Normal)", {setAccTime 1}];
player addAction ["Time (Medium)", {setAccTime 0.5}];
player addAction ["Time (Slow)", {setAccTime 0.25}];
Take note that setAccTime does not work with Multiplayer.
  • Like 1

Share this post


Link to post
Share on other sites

Thank You Ranwer135,

 

I truly appreciate your answer and the help. I'll test it out tonight and let u know the results ...

 

Regards

Share this post


Link to post
Share on other sites

Is there anyway I can put those action commands in the Custom menu (the one available when u press 0 and then 9)?

Share this post


Link to post
Share on other sites
1 hour ago, Digital Dream gaming said:

It might be me being dumb but I tried this and It doesn't work given it is almost ten years later

That work. So, the question is : what did you script?, where?

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

×