AdvancedSlingLoading/addons
sethduda d1f343862e Adding SA_ASL_HEAVY_LIFTING_ENABLED variable that allows missions creator to disable heavy lifting
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];
2016-02-05 18:56:22 -05:00
..
SA_AdvancedSlingLoading Adding SA_ASL_HEAVY_LIFTING_ENABLED variable that allows missions creator to disable heavy lifting 2016-02-05 18:56:22 -05:00
SA_AdvancedSlingLoading.pbo Updating mount points to be centered on object's center of mass 2016-02-03 17:06:26 -05:00
SA_AdvancedSlingLoading.pbo.AdvancedSlingLoading.bisign Updating mount points to be centered on object's center of mass 2016-02-03 17:06:26 -05:00