Releases: sethduda/AdvancedSlingLoading
Releases · sethduda/AdvancedSlingLoading
2.1.1
2.1
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0
- Add support for multiple cargo (can deploy up to 3 sets of ropes, depending on size of heli)
- Fixes issues that caused sling ropes to spawn inside of a helicopter, breaking the rotor
- Heavy lifting has been updated to support any vehicle with a max cargo load of 5000 or more
- Adds support for exile
- Reworks actions to align with the advanced towing addon
1.2
Adding SA_ASL_HEAVY_LIFTING_ENABLED variable that allows missions creator to disable heavy lifting. By default, heavy lifting is enabled.
Add the following to your init.sqf file to disable heavy lifting:
missionNamespace setVariable ["SA_ASL_HEAVY_LIFTING_ENABLED",false,true];
Add the following to your init.sqf file to enable heavy lifting (enabled by default):
missionNamespace setVariable ["SA_ASL_HEAVY_LIFTING_ENABLED",true,true];