ACE3/addons/interaction
Dystopian 96f81f1c9b
Interaction - Add actions based on animations (#6144)
* Add actions based on animations

* Add setting

* Add ability to set items for users

* Add actions for 1.82 changes

Add actions for backpacks, canisters, entrench tool.
Move items and backpack to WeaponHolder.

* Add RHS 0.4.6 ZIL spare

* Update to new standards

* Handle RHS BTR retread system

* Make init faster: move condition to configClasses

* Fix CUP fake anims

* Refactor

* Rework

* Rename init function

* Decrease number of classes to init

* Fix merge mistake

* Apply suggestions from code review

* Updated code for current mod structure

* Multiple fixes & tweaks

- Made anim setting require a mission restart
- Handle more types of items that can be spawned
- Prioritise adding items to inventory and only drop on ground if no inventory space
- Add more position checks to make certain no valid position are present before stopping
- If 1 item was spawned in, it's considered as success
- Disable RHS' wheel replacement only if ace_repair is loaded

* Update CfgVehicles.hpp

* cache config lookup at preStart

* Fix error

* Add text config entry for progress bar title

* Restructure interactions, improved some locations & added interaction to some missing vehicles

* Reverted preInit change

---------

Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2024-08-10 23:29:50 -05:00
..
dev General - Replace toLower with toLowerANSI where applicable (#9790) 2024-03-07 22:08:13 +01:00
functions Interaction - Add actions based on animations (#6144) 2024-08-10 23:29:50 -05:00
rsc AGM_Interaction pre CBA 2015-01-11 16:32:51 -03:00
UI Replace UI icons with vanilla/common ones (#5532) 2017-09-21 16:22:28 +02:00
$PBOPREFIX$ PBOPREFIX fixes. 2015-01-11 17:28:39 -08:00
ACE_Settings.hpp Add Weapon Attachments interaction (#7706) 2021-03-04 11:43:11 -06:00
ACE_ZeusActions.hpp Utilize isNotEqualTo (#7929) 2021-02-27 11:05:05 -06:00
CfgEventHandlers.hpp Add SQFC support (#8235) 2021-09-03 19:08:34 -05:00
CfgVehicles.hpp Interaction - Add actions based on animations (#6144) 2024-08-10 23:29:50 -05:00
config.cpp Interaction - Rename group self-interact (#8346) 2021-10-12 12:53:35 -05:00
groupRename_GUI.hpp Cleanup - Trim all trailing whitespace (#8651) 2021-10-30 16:42:03 -05:00
initSettings.inc.sqf Interaction - Add actions based on animations (#6144) 2024-08-10 23:29:50 -05:00
README.md Update contribution documents (#8382) 2021-08-16 20:17:56 +01:00
RscTitles.hpp Tools - HEMTT PW3 fixes (#9585) 2023-11-01 02:29:59 +01:00
script_component.hpp Interaction - Fix Open Door keybind (#8547) 2021-10-17 16:58:35 -05:00
stringtable.xml Interaction - Add actions based on animations (#6144) 2024-08-10 23:29:50 -05:00
XEH_missionDisplayLoad.sqf Replace and depreacate EFUNC(common,addScrollWheelEventHandler) with MouseZChanged Display EH 2016-03-02 17:33:46 +01:00
XEH_postInit.sqf Interaction - Add actions based on animations (#6144) 2024-08-10 23:29:50 -05:00
XEH_preInit.sqf Interaction - Add actions based on animations (#6144) 2024-08-10 23:29:50 -05:00
XEH_PREP.hpp Interaction - Add actions based on animations (#6144) 2024-08-10 23:29:50 -05:00
XEH_preStart.sqf Interaction - Add actions based on animations (#6144) 2024-08-10 23:29:50 -05:00

ace_interaction

Provides interaction options between units.