You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added custom animations for rappelling (same used in urban rappelling - thanks Ruppertle)
Added ability to shoot while rappelling (client needs addon installed locally)
Added ability for player to turn left and right +- 25 degrees while rappelling
Added ability to rappel faster by pressing the turbo key (defaults to left shift)
Added override variable to disable shooting while rappelling: AR_DISABLE_SHOOTING_OVERRIDE. Set the variable to true in your init.sqf file to disable shooting while rappelling
Added override variable to limit number of rappel positions: AR_MAX_RAPPEL_POINTS_OVERRIDE. Set the variable to any value between 1 and 6. Defaults to 6.
Improved rappelling simulation so that rope doesn't lag behind player as much when helicopter is moving.
Improved smoothness of rappelling (less bouncing as you descend)