addons | ||
keys | ||
.gitattributes | ||
.gitignore | ||
logo.paa | ||
logo.png | ||
logo.psd | ||
mod.cpp | ||
README.md | ||
sa_ropes.sqf | ||
steamLogo.jpg | ||
steamLogo.psd |
Advanced Sling Loading
SP & MP Compatible. Full replacement for in-game sling loading.
Features:
Ropes can no longer attach automatically! You need to either get out of your helicopter or have someone on the ground pick up your cargo ropes and attach them to an object.
All players on board a helicopter are given a "ropes" action. This lets any player deploy, extend, shorten or release cargo ropes.
Once cargo ropes are deployed, any player can go to the end of the rope and pick it up.
Once the ropes are picked up by a player, they can be attached to pretty much every object in the game.
Players can drop ropes if they're carrying them
Players on the ground can detached ropes from an object
Usage:
Addon:
Install via steam (http://steamcommunity.com/sharedfiles/filedetails/?id=615007497). Will apply ropes action to all missions. If using on a MP server, only the server needs to have it installed.
Script:
Put https://github.com/sethduda/AdvancedSlingLoading/blob/master/addons/SA_AdvancedSlingLoading/functions/fn_advancedSlingLoadingInit.sqf in your mission directory.
Add [] execVM "fn_advancedSlingLoadingInit.sqf"; to your init.sqf file.
That's all!
Video:
The MIT License (MIT)
Copyright (c) 2016 Seth Duda
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.