ACE3/addons/dragging
Dystopian 1b8c56f0be
Interaction - Add actions to access and allow carrying inventory holders (#6029)
* Add interaction to inventory holders

* Add Take Weapon action

* Add Drag/Carry actions

* Fix menu position

* Add Inventory action also to unconscious

* Underwater: Fix menu position, disable gear action

* Add dead body weapons carrying with workaround

* Disable man gear action in water

* Optimize position code

* Fix macro using

* Use macro and power

* Restrict max dragged items count

* Remove superfluous condition, Add Take action to all holders

* Cleanup XEH

* Remove weapon carry-drop workaround

* code style changes

* code style changes

* brackets, isEqualTo, vehicle check

* code style changes

* brackets, isEqualTo, vehicle check

---------

Co-authored-by: Salluci <salluci.lovi@gmail.com>
2023-07-10 05:49:37 +03:00
..
anim Tools - Add dummy rtms to make ace buildable by current mikro tools (#9135) 2023-01-28 14:13:45 -06:00
functions Interaction - Add actions to access and allow carrying inventory holders (#6029) 2023-07-10 05:49:37 +03:00
UI/icons Drag and carry icons. (#3676) 2016-05-07 22:23:38 +02:00
$PBOPREFIX$ add PBO to drag objects 2015-03-14 12:05:43 +01:00
CfgEventHandlers.hpp Interaction - Add actions to access and allow carrying inventory holders (#6029) 2023-07-10 05:49:37 +03:00
CfgMovesBasic.hpp Cleanup - Trim all trailing whitespace (#8651) 2021-10-30 16:42:03 -05:00
CfgMovesMaleSdr.hpp Dragging - Fix build issue (#8219) 2021-04-20 17:37:22 +02:00
CfgVehicles.hpp Interaction - Add actions to access and allow carrying inventory holders (#6029) 2023-07-10 05:49:37 +03:00
config.cpp Dragging - Add new dragging animations (#7950) 2021-04-20 13:33:58 +02:00
initSettings.sqf Dragging - Add new dragging animations (#7950) 2021-04-20 13:33:58 +02:00
README.md Update contribution documents (#8382) 2021-08-16 20:17:56 +01:00
script_component.hpp Interaction - Add actions to access and allow carrying inventory holders (#6029) 2023-07-10 05:49:37 +03:00
stringtable.xml Translations - Russian (#9095) 2022-12-03 13:57:43 -06:00
XEH_postInit.sqf Dragging - Allow run when carrying light-weight objects (#8338) 2023-06-28 14:43:10 +03:00
XEH_preInit.sqf Dragging - Add new dragging animations (#7950) 2021-04-20 13:33:58 +02:00
XEH_PREP.hpp precompile on game start 2016-02-22 15:20:36 +01:00
XEH_preStart.sqf precompile on game start 2016-02-22 15:20:36 +01:00

ace_dragging

Adds ability to drag and carry objects.