* Update Japanese translation
* Update Japanese translation
* Update stringtable.xml
* Update Japanese translation
* Update Japanese translation
* Update Japanese translation
* Update Japanese translation
* Update Japanese translation
* Update Japanese translation
* Update Japanese translation
* Update Japanese translation
* Update stringtable.xml
* Update stringtable.xml
* Add setting for cookoff to only run for player crewed vehicles
* No point having per vehicle selection
* Merging mutliple settings in to one
* Fixing missing comma
* Using LSTRING for settings
* merging suggested fixes
* Moving enabled check to fnc
* Use existing strings for CBA options
* Reverting change to support legacy eden attribute settings
* Adding Pabsts fix for 3den attribute
* Update addons/cookoff/CfgEden.hpp
Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
* Add item replacement framework
* Correctance of English
Co-Authored-By: Dedmen Miller <dedmen@users.noreply.github.com>
* Remove unecessary code
* Use new item replacement framework for medical items
* minor fixes, support GVAR(convertItems) setting
* use forEach, convert atropine to epi
* replace with adenosine
* Adds icon and postInit
Adds German, British, Spanish, French ranks. Also adds postInit code
that loops through all factions and checks if ranks have been set there
in there for easy, permanent customistability.
* Removed white space
* commy2's postInit rewrite
Changes faction config entry to array with macros and changes the
postInit code to commy2's improved version.
* Update addons/nametags/CfgFactionClasses.hpp
Co-Authored-By: Dedmen Miller <dedmen@users.noreply.github.com>
* Adjusted arrays to be multi line
Also removed white space.
* Update addons/nametags/XEH_postInit.sqf
Co-Authored-By: commy2 <commy-2@gmx.de>
* Update addons/nametags/CfgFactionClasses.hpp
Co-Authored-By: commy2 <commy-2@gmx.de>
* Add getVar setting, don't overwrite if already set
* Option for medical treatment to require holstering/lowering weapon, with an option for examine category items to still be available.
* Vehicles cause holster settings to be ignored.
Unsure whether to expand this into it's own setting (disallow all medical in vehicles? only allow if both medic and patient are in the same vehicle? what about people in the back of transports healing those in the cab?), but just going to leave it as is for now.
* Replace !isEqualTo with != in for performance reasons.
Resolves line 33 PR review.
* Merge settings, short circuit
* move logic to new file