brainslush 13 Posted October 4, 2013 Well I guess the title tells all I want to know. Does there exist commands which allow to get and set the angular velocity of an object, specially of a helicopter or plane? I already checked the BIS wiki. I know that there exists a setvelocity command but no angular velocity command, right? Share this post Link to post Share on other sites
shuko 59 Posted October 4, 2013 Did you try this out? setVelocityTransformation I haven't tried it, but seems like you might be able to get it do what you want. Share this post Link to post Share on other sites
brainslush 13 Posted October 4, 2013 I have tried it. The command name is promising but when you take a look at it, it doesn't do what I hoped for. Share this post Link to post Share on other sites
Sniperwolf572 758 Posted October 4, 2013 Maybe we can help you better if you explain what kind of purpose do you need it for and what kind of output you are expecting? :) Share this post Link to post Share on other sites
blackmamb 2 Posted October 4, 2013 Well, the only way I can think of right now is to use a bit of math and setvectordirandup. On my end, I wouldn't even bother trying to modify the flight model with a script. You'll most likely only end up with something very rough and keep struggling against the actual FM. Share this post Link to post Share on other sites
brainslush 13 Posted October 4, 2013 Well, the only way I can think of right now is to use a bit of math and setvectordirandup.On my end, I wouldn't even bother trying to modify the flight model with a script. You'll most likely only end up with something very rough and keep struggling against the actual FM. I will try it anyway... Just that you know I already scanned the whole wiki, but not all commands are listed in the wiki specially the new ones. I know that I could do that using some math but it won't have the effect I want, since all set commands expect the setvelocity set all physical quantities to zero. One can reset the velocity and vectors but one can't restore the angular velocity. Share this post Link to post Share on other sites
kylania 568 Posted October 5, 2013 wiki specially the new ones. /wiki/Category:Arma_3:_New_Scripting_Commands_List Share this post Link to post Share on other sites