Commit Graph

11 Commits

Author SHA1 Message Date
sethduda
e019312ebd Update fn_advancedSlingLoadingInit.sqf 2016-05-19 10:39:34 -04:00
sethduda
c25578522d Reworking heavy lifting, adding support for multiple sling load points 2016-05-05 22:56:46 -04:00
sethduda
0e83a31589 Update fn_advancedSlingLoadingInit.sqf 2016-04-20 15:56:18 -04:00
sethduda
a3517959b5 Calling ASL_Rope_Set_Mass via ASL_RemoteExec 2016-04-20 15:54:47 -04:00
sethduda
b93ed9fb8a Adjusting starting cargo rope length 2016-04-12 23:07:55 -04:00
sethduda
28101a0603 Adjusting cargo corner points 2016-04-12 23:04:14 -04:00
sethduda
29e505c2d6 Updating sling loading code to follow towing code patterns, adding exile support 2016-04-12 22:54:56 -04:00
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
sethduda
15bc5f1318 Updating mount points to be centered on object's center of mass 2016-02-03 17:06:26 -05:00
sethduda
2b109be457 addon 2016-02-03 09:33:52 -05:00
sethduda
4f68b5d689 Converting to addon 2016-02-03 08:36:21 -05:00