ACE3/addons/dragging/functions
Dániel Boros 026b94903e Dragging - Add new dragging animations (#7950)
* New custom animation added

* Adjusted CfgMoves and the script components

* New drop animation and key handler

* CBA settings and new ManActions added

* Adjustments to the drop animation

* Added translations and fixed some stuff

* Update CfgMovesBasic.hpp

* Fix translations

Co-authored-by: Elgin675 <elgin675@hotmail.com>
Co-authored-by: Blutze <37950828+Blutze@users.noreply.github.com>

* Use the same key to drop object

* Update addons/dragging/stringtable.xml

Co-authored-by: Jo David <github@jonathandavid.de>

* Fix French translation

Co-authored-by: Elgin675 <elgin675@hotmail.com>

* Lower the weapon accuracy of the drag animations

* Removed auto-switch to handgun

* Update fnc_startDrag.sqf

 - Holding a launcher breaks the firing animation.
 - Now the unit has to hold either a primary weapon or handgun.

* Handle the unit's current weapon

Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>

* Update addons/dragging/functions/fnc_handlePlayerWeaponChanged.sqf

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>

* Update addons/dragging/initSettings.sqf

Co-authored-by: Elgin675 <elgin675@hotmail.com>
Co-authored-by: Blutze <37950828+Blutze@users.noreply.github.com>
Co-authored-by: Jo David <github@jonathandavid.de>
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-05-23 16:38:43 -05:00
..
fnc_canCarry.sqf Various - Use configOf command for faster lookup (#8100) 2021-02-18 12:58:08 -06:00
fnc_canDrag.sqf Various - Use configOf command for faster lookup (#8100) 2021-02-18 12:58:08 -06:00
fnc_canDrop_carry.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_canDrop.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_carryObject.sqf Utilize isNotEqualTo (#7929) 2021-02-27 11:05:05 -06:00
fnc_carryObjectPFH.sqf setMass method to disable collisions 2019-03-24 09:26:00 +01:00
fnc_dragObject.sqf Dragging - Add new dragging animations (#7950) 2021-05-23 16:38:43 -05:00
fnc_dragObjectPFH.sqf cleanup dragging 2019-03-24 09:28:58 +01:00
fnc_dropObject_carry.sqf Dragging - Fix mass synchronization (#8071) 2021-01-20 14:49:38 -06:00
fnc_dropObject.sqf Dragging - Add new dragging animations (#7950) 2021-05-23 16:38:43 -05:00
fnc_getWeight.sqf Improve dragging getWeight function (#7261) 2019-12-11 11:53:34 -06:00
fnc_handleAnimChanged.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_handleKilled.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_handlePlayerChanged.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_handlePlayerWeaponChanged.sqf Dragging - Add new dragging animations (#7950) 2021-05-23 16:38:43 -05:00
fnc_handleScrollWheel.sqf Dragging - Add possiblity to rotate a carried object (#7640) 2020-04-20 17:45:59 +02:00
fnc_handleUnconscious.sqf Merge branch 'master' into medical-rewrite 2019-03-17 17:39:43 +01:00
fnc_initObject.sqf Various - Use configOf command for faster lookup (#8100) 2021-02-18 12:58:08 -06:00
fnc_initPerson.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_isObjectOnObject.sqf Conform function headers to coding guidelines (#5255) 2017-06-08 15:31:51 +02:00
fnc_setCarryable.sqf Dragging - Additional weight override parameter for setCarryable/setDraggable (#6780) 2019-01-20 10:23:24 -06:00
fnc_setDraggable.sqf Dragging - Additional weight override parameter for setCarryable/setDraggable (#6780) 2019-01-20 10:23:24 -06:00
fnc_startCarry.sqf Dragging - Fix mass synchronization (#8071) 2021-01-20 14:49:38 -06:00
fnc_startCarryPFH.sqf Dragging - Additional weight override parameter for setCarryable/setDraggable (#6780) 2019-01-20 10:23:24 -06:00
fnc_startDrag.sqf Dragging - Add new dragging animations (#7950) 2021-05-23 16:38:43 -05:00
fnc_startDragPFH.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
script_component.hpp add PBO to drag objects 2015-03-14 12:05:43 +01:00