* Added fnc_saveLoadout
* Changed to toLower for other languages
* GitHub didn't like editing the file in the browser
* Fix case-sensitive _loadoutIndex
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* Unicode support
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* setVariable in case no loadouts are saved
* Fix return not happening properly
* Added scripting example
* Update docs/wiki/framework/arsenal-framework.md
---------
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Additional parameters
- added parameters to allow changing distances for sounds for each severity.
- added parameter to allow unconscious units to do sounds.
* fix conditio
* Updated header formatting + minor tweaks
---------
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Improve swtichWeaponAttachment
* change interact_SWA to use common_SAM (#10176)
* change interact_SWA to use common_SAM
* Directly call
* exit on bad arg
* Update fnc_switchAttachmentMode.sqf
* Minor optimisations
* Cleanup leftover code, use unit instead of target
---------
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/interaction/functions/fnc_switchWeaponAttachment.sqf
* Revert some unnecessary changes
* Remove sound, as it was part of the CBA attachment switching & pass missing parameter
* Add sound back, to indicate new attachment
---------
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Add inheritance & exclusion support
* Update documentation in wiki
* additional check for parent class in findIf
* forEach instead of count
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* condition for children of excluded classes
* touch everything but the params check
* apply configName in same line
* fix param data type for _excludedClasses
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Update addons/interact_menu/functions/fnc_removeActionFromClass.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Fix & formatting
* Fix missing _x & headers, remove invalid classes
---------
Co-authored-by: Salluci <69561145+Salluci@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* First pass at RPG recoil tweaks
* Crank up camera shake when using launcher
---------
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Interaction - Show all possible modes for an attachement
* Move attach & detach actions under item action
* Remove switching from PIP to regular 2D
* Remove attachment name from attach/detach actions
* Fixed typo in variable name
---------
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* fix unloading to units with full inventory
* fix belt linking issues
* Enhance workaround
* Use unit instead if magSource is null
---------
Co-authored-by: Salluci <salluci.lovi@gmail.com>
* Recoil code cleanup
* Store recoil values as numbers in config, only `compile` if needed
* Updated header
---------
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Several medical AI fixes
- Not applying splints if too many medications were taken
- Potential nil for _target
- Setting could add multiple EH, require mission restart
* Disable UAV AI when being dragged, carried or cargo
* Update addons/common/functions/fnc_disableAiUAV.sqf
* Improve dragging/carrying conditions, fixed duplicate JIP
* Clean up dogtags
* Only allow taking of dogtags if unit has space
* Fixed upper case T
* Stop throwing error
* Reverted to case insensitive method of checking
* Remove unused files
* More cleanup & fixes
- Better check for taking dog tags until 2.18 comes
- Changed parent condition from `canTakeDogtag` to `canCheckDogtag`
- Register EH only where necessary
* Update CfgEventHandlers.hpp
* More header cleanup
* Unload ViV before dragging/carrying
* Update addons/dragging/functions/fnc_carryObject.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Use lazy eval to check if item was unloaded
---------
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Translation - Update Russian for new features
* Up to date translate RU
* Small update medical treatment
* resolve problem
* i`m cry
i hate this conflict
* Broadcast dogtag info globally so that arsenal can use it
* Broadcast changes incrementally
* Update addons/dogtags/XEH_postInit.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Update addons/dogtags/functions/fnc_getDogtagItem.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Add EH only on necessary machines
---------
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* KoreanTranslation
Someone has returned all the translations in Korean to English. there is no need to return them.
* koreantranslation
* Korean Typo Fix
* Korean Translation
* Update stringtable.xml
* Korean Translation Added
Added Korean translation related to Cargo Refuel
* Merge branch 'master' of https://github.com/Psycool3695/ACE3
* Korean translation Add/Updated
* Fixed wrong strings
* Korean translation improved
* Korean translation updated
* Korean translation updated
* Fix Merge
* Update stringtable.xml
* Update stringtable.xml
* Korean translation updated
* Korean translation minor fix
* Korean translation fixed
* Korean translation updated
* Update stringtable.xml
* Spacing fixed
* Korean translation updated
* Spacing fixed
* Korean translation updated
* Korean translation updated
* Korean translation updated
---------
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Fix "Recharge" interaction showing on destroyed drone
* Add "Follow Unit" action
* Improve condition check
* UGV Following via PFH that updates WP Pos
* Use HOLD WP for all Follow Actions
Since FOLLOW WP would stop working on AI Soldiers after some time.
* Allow selecting a follow distance
* Follow Distance under separate interaction, just like Loiter Alt
Only visible when a HOLD waypoint is selected, which is pretty much always going to have been created by the "Follow" interaction.
* Localize "Follow" Interaction
* Show structuredText Hint when following/changing distance
* Variable for cursorTarget Reuse
* Better isKindOf condition use
* Make "Ship"-kind vehicles followable
* Clean up Comments and systemChat Debugs
* Comment explanation for custom PFH solution over vanilla "Follow"-WP
* Trim excess brackets from setWaypointPosition argument
Co-Authored-By: johnb432 <58661205+johnb432@users.noreply.github.com>
* Broader determination for UGV follow distances
Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
* Prevent infinite PFH loop if follow target is deleted
Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
* Delete Follow WP when PFH terminates
* The ternary rules
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Various requested changes
Co-Authored-By: johnb432 <58661205+johnb432@users.noreply.github.com>
---------
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* KoreanTranslation
Someone has returned all the translations in Korean to English. there is no need to return them.
* koreantranslation
* Korean Typo Fix
* Korean Translation
* Update stringtable.xml
* Korean Translation Added
Added Korean translation related to Cargo Refuel
* Merge branch 'master' of https://github.com/Psycool3695/ACE3
* Korean translation Add/Updated
* Fixed wrong strings
* Korean translation improved
* Korean translation updated
* Korean translation updated
* Fix Merge
* Update stringtable.xml
* Update stringtable.xml
* Korean translation updated
* Korean translation minor fix
* Korean translation fixed
* Korean translation updated
* Update stringtable.xml
* Spacing fixed
* Korean translation updated
* Spacing fixed
* Korean translation updated
* Korean translation updated
---------
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Update RF Realname Stringtables
Add HEMMT Fire Truck
Change Puma family naming and add missing variation
* typo fix
* Tab to space I hate this
* Update stringtable.xml
Import HEMTT Fire Truck localization from RF
Add "Container" to AMOS. cuz that is not just AMOS...
* Uppercase and add rifle the HERA H6
* add space start of comment
* Add "ASW" to Wildcat AH-11F
For distinction with WY-55(Vanilla Wildcat) and AH-11F (RF Wildcat)
* Remove "Rifle" from H6
Does it really need? Probably not.
* Fix Brackets around code
* Update fnc_handleFired.sqf
* Shouldn't have changed this one
---------
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>