-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Miscellaneous fixes for ACE update (#413)
**When merged this pull request will:** - Fix KAM stuff that is broken due to ace update ### IMPORTANT - [Development Guidelines](https://ace3.acemod.org/wiki/development/) are read, understood and applied. - Title of this PR uses our standard template `Component - Add|Fix|Improve|Change|Make|Remove {changes}`. --------- Co-authored-by: Blue <[email protected]>
- Loading branch information
1 parent
b8020e4
commit 49c0157
Showing
88 changed files
with
1,115 additions
and
1,207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,3 +80,7 @@ keys/* | |
#### | ||
hemtt.exe | ||
ArmaScriptCompiler.exe | ||
|
||
#SQF-VM Server | ||
.vscode\sqfvm-lsp | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1 @@ | ||
#include "\x\kat\addons\airway\script_component.hpp" | ||
|
||
// Override the macros used by ACE | ||
#define VAR_BLOOD_PRESS "ACE_medical_bloodPressure" | ||
#define VAR_BLOOD_VOL "ACE_medical_bloodVolume" | ||
#define VAR_WOUND_BLEEDING "ACE_medical_woundBleeding" | ||
#define VAR_CRDC_ARRST "ACE_medical_inCardiacArrest" | ||
#define VAR_HEART_RATE "ACE_medical_heartRate" | ||
#define VAR_PAIN "ACE_medical_pain" | ||
#define VAR_PAIN_SUPP "ACE_medical_painSuppress" | ||
#define VAR_PERIPH_RES "ACE_medical_peripheralResistance" | ||
#define VAR_UNCON "ACE_isUnconscious" | ||
#define VAR_OPEN_WOUNDS "ACE_medical_openWounds" | ||
#define VAR_BANDAGED_WOUNDS "ACE_medical_bandagedWounds" | ||
#define VAR_STITCHED_WOUNDS "ACE_medical_stitchedWounds" | ||
// These variables track gradual adjustments (from medication, etc.) | ||
#define VAR_MEDICATIONS "ACE_medical_medications" | ||
// These variables track the current state of status values above | ||
#define VAR_HEMORRHAGE "ACE_medical_hemorrhage" | ||
#define VAR_IN_PAIN "ACE_medical_inPain" | ||
#define VAR_TOURNIQUET "ACE_medical_tourniquets" | ||
#define VAR_FRACTURES "ACE_medical_fractures" | ||
#include "\x\kat\addons\airway\script_component.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
addons/breathing/functions/fnc_treatmentAdvanced_Cyanosis.sqf
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.