Mike-MF
2036c83dc8
CUP Weapons Compat - Add WP NVGs ( #9810 )
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2024-03-02 14:26:33 -03:00
Apricot
b828a14afa
Translations - Improve Japanese localization ( #9812 )
...
* update japanese
* update
* Update stringtable.xml
* dogtag wording to ID tag
2024-03-01 19:23:33 -06:00
jonpas
6de7d60636
CI - Use Node.js 20 actions ( #9809 )
2024-02-29 04:54:08 +01:00
prisonerMO
8a67744cd4
Hearing - Keybind for putting or taking out earplugs ( #9804 )
...
* Added keybind put or take out earplugs
* Update addons/hearing/XEH_postInit.sqf
Don't need to register keybinds on machines that don't have interfaces.
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/hearing/initKeybinds.inc.sqf
Removed default keybind, added new line at the end of the file and changed some code formatting, as well as some functions:
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/hearing/stringtable.xml
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
---------
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-28 13:44:27 -06:00
kerckasha
bfbfc66d1c
SPE Compat - Fix flamethrower magazines not showing in arsenal / 50 Cal deafness ( #9803 )
...
* Fixed old invalid type on SPE flamethrower magazines
* Added ACE_caliber to SPE 50 cal ammo as it was causing extreme deafness
* Update addons/compat_spe/CfgAmmo/bullets.hpp
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Fixed duplicate base classes
* Update addons/compat_spe/CfgAmmo/bullets.hpp
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/compat_spe/CfgMagazines/flamethrower.hpp
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
---------
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-28 17:09:02 +01:00
Drofseh
c4688f2ae5
Compat WS - Add barrel swap to WS machine guns ( #9808 )
...
Add barrel swap to WS machine guns
2024-02-28 17:05:11 +01:00
Mike-MF
5111062e6d
Add CUP Vehicles Compatibility ( #9602 )
...
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2024-02-28 16:50:07 +01:00
Mike-MF
147f28d443
Add CUP Weapons Compatibility ( #9599 )
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2024-02-28 16:47:53 +01:00
V1nsyara
4d487dc33e
Translations - Russian ( #9802 )
...
Update Russian Translate
2024-02-20 19:22:38 -06:00
Sotirios Pupakis
fd7a5004f0
KillTracker - Add option to filter out AI unit kills ( #9800 )
...
* Add option to disable AI kills tracking in Kill Tracker
Add an option to disable tracking of kills of AI units when using ACE Kill Tracker. Configurable through Addon Settings
* Made setting global
* Requested changes
* Omitted optional default params
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
* Added missing dot
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Added missing dot in Czech translation
* Update addons/killtracker/XEH_preInit.sqf
* Update addons/killtracker/XEH_preInit.sqf
---------
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-19 17:53:47 -06:00
johnb432
fd5e56ffbc
Arsenal - Improved sorting, insignia detection, identity info verification and minor cleanup ( #9795 )
...
* Changed sorting + minor cleanup
* Update addons/arsenal/functions/fnc_fillLeftPanel.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* check and log missing extended info
* fix extended loadout logging
* Made voice stuff config case
* use lowercase voice everywhere
* check loadout voice against configCase
* Update fnc_verifyLoadout.sqf
* Update addons/arsenal/functions/fnc_verifyLoadout.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* Update addons/arsenal/functions/fnc_verifyLoadout.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* Update addons/arsenal/functions/fnc_verifyLoadout.sqf
---------
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2024-02-13 11:22:27 -08:00
BAXENdev
a0f3933bf0
Medical - Change max medication dosage behavior ( #9746 )
...
* Consistentency Update with Overdosing
* Added Description to Condition Cases
* Updated to CASE 2
Overdose behavior:
ODs on uses `_maxDose + {1 or 2 or 3}` from `_maxDose + {0 or 1 or 2}`
* Update fnc_onMedicationUsage.sqf
* Update fnc_onMedicationUsage.sqf
* Added riskDose range and updated medications
* maxDose -> maxSafeDose | riskDose -> chanceDoses
* Fixed maxDose reference in trace
* Added chanceDoses to trace
* Fixed use of TRACE macro
* Updated comments and variable maxSafeDose -> maxDose
* Updated comment and overdose formula
* chanceDoses -> maxDoseDeviation
* Update addons/medical_treatment/functions/fnc_onMedicationUsage.sqf
* Update addons/medical_treatment/functions/fnc_onMedicationUsage.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/medical_treatment/ACE_Medical_Treatment.hpp
---------
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2024-02-13 02:45:04 -08:00
johnb432
05a5ccd140
Arsenal - Add mod icons to editor arsenal attribute ( #9797 )
2024-02-12 15:15:48 -03:00
BrettMayson
1002dfe31b
Grenades - Flashbang events ( #9796 )
2024-02-12 14:01:24 -03:00
Grim
d6eb6b981c
Common - Allow multiple events to clear a cached call ( #9770 )
2024-02-11 22:13:37 -03:00
Grim
1e1d1d63f2
Arsenal - Add ace_arsenal_loadoutVerified
event ( #9792 )
...
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-11 20:25:12 -03:00
Grim
b2849aaa29
Fix filling loadouts list during preInit ( #9794 )
2024-02-11 20:21:29 -03:00
Grim
f3f9d18f55
Arsenal - Fill loadouts list over multiple frames ( #9789 )
2024-02-11 19:35:42 -03:00
Grim
bb7b05fd0d
Arsenal - Left panel code improvements ( #9787 )
...
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-11 19:34:24 -03:00
Grim
95ec6eb765
Arsenal - Cleanup action UI code ( #9784 )
...
* Arsenal - Cleanup action UI code
* derp
2024-02-11 19:23:44 -03:00
Grim
a47ae27080
Nightvision - Register effects during preInit ( #9788 )
2024-02-11 13:55:48 -03:00
johnb432
cdc51643bb
Inventory - Remove duplicate code ( #9791 )
...
Update XEH_preStart.sqf
2024-02-11 07:33:58 -08:00
PabstMirror
e75ef3de06
General - Cleanup remaining HEMTT warnings/suggestions ( #9786 )
...
* General - Cleanup remaining HEMTT warnings/suggestions
* Update addons/medical_engine/script_macros_medical.hpp
2024-02-10 16:58:14 +01:00
Grim
6928adfc72
Arsenal - Improve performance of loadout verification ( #9316 )
...
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-10 12:58:02 -03:00
Laid3acK
41c7b12acb
Documentation - Fix Wiki AtragMx links ( #9780 )
2024-02-10 12:52:36 -03:00
Grim
ee79decb45
CSW - Code cleanup ( #9777 )
...
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-07 20:36:13 -03:00
Grim
802560da8a
CSW - Delay init for CSW with simulation disabled ( #9778 )
...
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-07 20:25:49 -03:00
BrettMayson
1649422cbd
Medical Vitals - Add SPO2 ( #9360 )
...
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
2024-02-07 17:50:18 -03:00
Fabio Schick
2f9b7002c3
Explosives - Add Cellphone/Detonator Keybinds ( #9687 )
...
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-07 17:47:01 -03:00
johnb432
28e45c2979
Laser - Public getter and setter for laser codes ( #9772 )
...
* Getter and setter for laser codes
* Documentation
* Sanitising input
2024-02-07 08:49:36 -08:00
Grim
ae532c72f7
Medical - Prevent uncon AI from talking ( #9776 )
2024-02-07 12:56:24 -03:00
Smith
8731bcc8b5
Cargo - Add alternative unloading item from vehicle cargo ( #8827 )
...
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2024-02-07 09:16:18 -03:00
Laid3acK
6637a15af9
Documentation - Update Wiki AtragMx ( #9608 )
...
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
2024-02-07 07:30:50 -03:00
Grim
e69ffb6f21
Arsenal Actions - Add support for multiline text & updating on cargo event ( #9771 )
...
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-06 20:34:52 -03:00
johnb432
8de0740e94
Reload - Add manual reload for vehicle weapons - continued ( #9398 )
...
* Add manual reload to turrets
* Added reload via reload keybind
* Update fnc_canSwapTurretMagazine.sqf
* Update fnc_canSwapTurretMagazine.sqf
* Update fnc_canSwapTurretMagazine.sqf
* Engine based reloading, added more checks
* Update addons/reload/functions/fnc_canSwapTurretMagazine.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
---------
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2024-02-06 15:14:25 -08:00
Grim
244bee4a61
Medical Engine - Prevent uncon units from ragdolling on death ( #9762 )
2024-02-06 20:11:47 -03:00
Grim
77a49a081a
Small Arms - Fix magazineReloadTime for vehicle FN Minimi SPW ( #9774 )
2024-02-06 20:06:49 -03:00
johnb432
907758385c
Common - Cleanup define.hpp ( #9773 )
...
Update define.hpp
2024-02-06 09:29:24 -08:00
Mike-MF
5a3f3d3b82
Add CUP Terrains Compatibility ( #9627 )
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2024-02-05 15:58:15 -03:00
Dystopian
b54992b8fc
Towing - Fix some issues ( #9007 )
...
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
2024-02-05 15:54:51 -03:00
PabstMirror
a3aef6a066
General - Cleanup spaces in macros ( #9769 )
...
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
2024-02-05 14:04:24 -03:00
Grim
6c60b67494
Arsenal - Exit refresh early if no display is found ( #9754 )
...
Co-authored-by: Mike-MF <TyroneMF@hotmail.com>
2024-02-05 10:57:22 -03:00
Grim
4bb9d6c42c
Medical - Add Painkillers ( #9720 )
...
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-05 10:56:25 -03:00
johnb432
b440cf9cb2
Arsenal/RHS Compats - Removed bad illuminator stats for RHS attachments ( #9766 )
2024-02-04 16:24:14 -03:00
alexban011
f1e3753606
Common - Fix syntax error in fnc_disableUserInput.sqf ( #9767 )
...
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2024-02-04 16:24:04 -03:00
Grim
5bd1fa7629
Common - Update header for FUNC(getWeight) ( #9765 )
2024-02-04 16:08:07 -03:00
Grim
ef9195f21a
Fix hellfire script error ( #9764 )
2024-02-04 15:12:13 -03:00
BrettMayson
1e404cf85b
General - SQF Improvements ( #9698 )
...
Co-authored-by: Dystopian <sddex@ya.ru>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2024-02-04 14:50:24 -03:00
johnb432
8d6555ad0f
Arsenal - Make face tab adhere to mod icon setting ( #9763 )
2024-02-04 14:45:23 -03:00
Joko
2a6fd19762
Cookoff - Improve ammo detonation sounds ( #5327 )
...
* initital commit
* use Define for SOS
* fix some issues that got introduced in 1.70
* Prepare config for sounds
* add New Sounds
improve distanced volume values
* add LAxemann to Author
* add Object Pooling
improve Distances
* fix small mistake
* change pool clearing timing
* change pool wait time
* fix Cookoff sound cleanup
* change to Jonpas Method
change random Distance add
* improve sound Volume over Distance (asked by Bux)
improve mid sounds
* improve a calculation
* Use playSound3D locally
* Make sounds configurable by 3rd party mods
* Added comments, used macros
* Update CfgSounds.hpp
---------
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-04 01:36:59 -08:00