Commit Graph

18 Commits

Author SHA1 Message Date
thegoatman
c05ca41d62 Fix breaking rotors on CUP Wildcat 2016-07-08 22:30:25 +02:00
sethduda
a13e8f37de Adjusting sling load point intersection test to not clip ground
Fixes #7
2016-07-08 15:44:36 -04:00
sethduda
ec02fca91a Updating sling points for RHS helis (CH47 and CH53) 2016-06-26 23:50:21 -04:00
sethduda
e42bf700ab Updating sling point settings for CUPS and RHS CH47s 2016-06-26 22:51:42 -04:00
sethduda
7a7e0b22ad Fixing sling load attachment points 2016-06-24 21:01:17 -04:00
sethduda
a0977d086e Lowering ropes to prevent damage to heli 2016-06-22 20:50:31 -04:00
sethduda
740c4af87c Update fn_advancedSlingLoadingInit.sqf 2016-05-19 10:41:12 -04:00
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