sammael 366 Posted May 16, 2017 is it possible to set via script or comand USS freedom little forward speed? Share this post Link to post Share on other sites
riten 153 Posted May 16, 2017 test with: https://community.bistudio.com/wiki/setVelocity 1 Share this post Link to post Share on other sites
sammael 366 Posted May 16, 2017 But how can make velocity constant? (loop)/ for exmple object always move forward at 2m/s speed Share this post Link to post Share on other sites
riten 153 Posted May 16, 2017 I'm not sure, but you probably don't need while loop for setvelocity. Hoever test both, haven't tested it. while {true} do { vehiclename setVelocity [2, 0, 0]; sleep 1; }; Share this post Link to post Share on other sites
sammael 366 Posted May 17, 2017 hmm....setVelocity don`t work with Nimitz or USS Freedom...maybe limitation in their configs Share this post Link to post Share on other sites
Devastator_cm 434 Posted May 17, 2017 check above thread. There is already code to move the USS Freedom 1 Share this post Link to post Share on other sites