ACE3/addons/repair
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
..
data Fix Armake problems (#6697) 2018-11-29 11:18:22 +01:00
dev All - Fix parentheses around code (#10073) 2024-06-18 14:08:03 +00:00
functions General - Remove "SwitchWeapon" spam (#10113) 2024-07-20 08:13:42 +02:00
ui Repair - Add wheel patching (#8835) 2023-06-28 13:39:08 +03:00
$PBOPREFIX$
ACE_Repair.hpp Repair - Make Full Repair Time dependent on vehicle damage (#8417) 2023-07-06 06:52:04 +03:00
ACE_Settings.hpp Repair - Add settings to control item requirements for different actions (#7243) 2019-10-24 22:52:04 -04:00
CfgEden.hpp Repair - Add enable setting (#8070) 2023-07-29 07:53:05 +03:00
CfgEventHandlers.hpp Add SQFC support (#8235) 2021-09-03 19:08:34 -05:00
CfgMoves.hpp Fix repair sound (#5706) 2017-11-29 13:36:48 -06:00
CfgVehicles.hpp Interaction - Add actions based on animations (#6144) 2024-08-10 23:29:50 -05:00
config.cpp Repair - Add enable setting (#8070) 2023-07-29 07:53:05 +03:00
initSettings.inc.sqf General - Cleaned up cbaSettings_settingChanged (#10050) 2024-05-31 13:20:21 -07:00
README.md Update contribution documents (#8382) 2021-08-16 20:17:56 +01:00
script_component.hpp Repair - Make Full Repair Time dependent on vehicle damage (#8417) 2023-07-06 06:52:04 +03:00
stringtable.xml Translation - Small update Russian (#10115) 2024-07-14 21:46:14 -05:00
XEH_postInit.sqf General - Change FUNC to LINKFUNC where appropriate (#9882) 2024-03-28 13:57:23 -05:00
XEH_preInit.sqf Tools - Add HEMTT SQF support and fix commas are not semicolons (#9663) 2023-12-07 03:20:47 +00:00
XEH_PREP.hpp Common - Add wheel hitpoint function (#10075) 2024-06-17 10:31:35 -07:00
XEH_preStart.sqf Repair - Support all modded toolkits (#8595) 2021-11-11 12:41:25 +01:00

ace_repair

Adds repair system.