ACE3/addons/medical_statemachine
YetheSamartaka e994906169
Medical - Add AI Unconsciousness exception (when using zeus module) (#8903)
* Add DF-15 GForceCoef Value

This adds missing ACE_GForceCoef value for DF-15 uniforms.

* DF-15 PR - cfgWeapons formating

DF-15 PR - cfgWeapons formating

* DF-15 PR - cfgWeapons formating II

Forgot to save it with braces and spaces around =

* Update CfgWeapons.hpp

* sync

* Add AI Unconsciousness exception option

- Adds AI Unconsciousness exception option. If enabled, it allows you to put AI into unconsciousness via Zeus Module even though the AI unconsciousness is disabled. This "feature" was possible before the medical rewrite and allowed to put selected AI units into unconsciousness  even though the overall AI unconsciousness was disabled. This was very handy and many groups missing this option including myself.
- Special thanks to Pterolatypus for consultation.

* tabs to spaces

tabs to spaces

* last tab to space :copium:

last tab to space :copium:

* stringtable tabs to spaces

stringtable tabs to spaces

* Addon option removed, adjusted variable name

- Addon option removed
- adjusted variable name

* utilized QEGVAR

- utilized QEGVAR in getVariable

* removed fnc and put the code inside the condition

- I've managed to properly implement the getVariable inside the condition thus allowing me to remove the function. Also kymckay had a good point on swapping the order for faster eval.

* Update XEH_PREP.hpp

* setVariable optimalization

- setVariable optimalization

Co-authored-by: pterolatypus <pterolatypus@users.noreply.github.com>

* Update addons/medical_statemachine/Statemachine.hpp

Co-authored-by: pterolatypus <pterolatypus@users.noreply.github.com>

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: pterolatypus <pterolatypus@users.noreply.github.com>
2022-05-07 22:44:33 -05:00
..
functions Medical Statemachine - Improve edge case death handling (#8788) 2022-03-07 12:28:51 -06:00
$PBOPREFIX$ Moved statemachine into seperate component 2017-04-01 19:50:26 +02:00
CfgEventHandlers.hpp Add SQFC support (#8235) 2021-09-03 19:08:34 -05:00
config.cpp Medical - Cleanup settings (#7057) 2019-06-28 11:50:11 -05:00
initSettings.sqf initial push (#8099) 2021-02-18 12:58:26 -06:00
script_component.hpp Improve medical statemachine settings (#7154) 2019-09-09 23:30:56 -05:00
Statemachine.hpp Medical - Add AI Unconsciousness exception (when using zeus module) (#8903) 2022-05-07 22:44:33 -05:00
stringtable.xml Localization - Improve Simplified Chinese (#8781) 2022-02-14 15:57:50 -06:00
XEH_preInit.sqf Medical - Fix unconsicous problems with minWaitingTime and fullHealLocal (#7030) 2019-06-11 19:25:05 -05:00
XEH_PREP.hpp Medical Statemachine - Improve edge case death handling (#8788) 2022-03-07 12:28:51 -06:00
XEH_preStart.sqf Add missing PREPs 2018-04-27 15:43:41 +01:00