Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Airway/Breathing/Circulation/Hypothermia/Misc - Modifying Vital Calculation, Hypothermia, ABG and pH Rework #553

Merged

Conversation

mazinskihenry
Copy link
Contributor

@mazinskihenry mazinskihenry commented Jul 6, 2024

When merged this pull request will do:
This PR focuses on adjusting the _handleUnitVitals function to better integrate KAT variables into the ACE vitals cycle and improving the overall medical simulation.

Items

  • Rework of the _handleUnitVitals function with additional vitals functions
  • Additional Environmental Variables
  • Arterial Blood Gas
  • Fluid Type Distinction w/Extracellular and Interstitial Volumes
  • Overhaul of Acidosis/pH function
  • Addition of Temperature/Hypothermia PBO with new items (Hand Warmers, Fluid Line Warmer)

Smaller bits I do not remember

  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.

@mazinskihenry mazinskihenry changed the title Airway/Breathing/Circulation/Misc - Modifying Vital Calculation, Body Temperature, SpO2 Integration Airway/Breathing/Circulation/Hypothermia/Misc - Modifying Vital Calculation, Body Temperature, SpO2 Integration Jul 26, 2024
@mazinskihenry mazinskihenry changed the title Airway/Breathing/Circulation/Hypothermia/Misc - Modifying Vital Calculation, Body Temperature, SpO2 Integration Airway/Breathing/Circulation/Hypothermia/Misc - Modifying Vital Calculation, Body Temperature/Hypothermia , ABG and pH Rework Jul 26, 2024
@mazinskihenry mazinskihenry changed the title Airway/Breathing/Circulation/Hypothermia/Misc - Modifying Vital Calculation, Body Temperature/Hypothermia , ABG and pH Rework Airway/Breathing/Circulation/Hypothermia/Misc - Modifying Vital Calculation, Body Temperature/Hypothermia, ABG and pH Rework Jul 26, 2024
@mazinskihenry mazinskihenry marked this pull request as ready for review July 26, 2024 11:22
@mazinskihenry mazinskihenry changed the title Airway/Breathing/Circulation/Hypothermia/Misc - Modifying Vital Calculation, Body Temperature/Hypothermia, ABG and pH Rework Airway/Breathing/Circulation/Hypothermia/Misc - Modifying Vital Calculation, Hypothermia, ABG and pH Rework Jul 26, 2024
@mazinskihenry
Copy link
Contributor Author

Ready for review

mazinskihenry and others added 10 commits August 26, 2024 16:50
Co-authored-by: MiszczuZPolski <71414303+MiszczuZPolski@users.noreply.github.com>
Co-authored-by: MiszczuZPolski <71414303+MiszczuZPolski@users.noreply.github.com>
Co-authored-by: MiszczuZPolski <71414303+MiszczuZPolski@users.noreply.github.com>
addons/hypothermia/CfgVehicles.hpp Outdated Show resolved Hide resolved
};
private _ph = _unit getVariable [QGVAR(externalPh), 0];
if (_ph == 3000) exitWith {};
if ((_unit getVariable [QGVAR(externalPh), false]) == 0) exitWith {};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default value is wrong

addons/vitals/functions/fnc_handleOxygenFunction.sqf Outdated Show resolved Hide resolved
Copy link
Collaborator

@MiszczuZPolski MiszczuZPolski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fuck it, we ball

@mazinskihenry mazinskihenry merged commit a8e4c4a into KAT-Advanced-Medical:dev-Tomcat Aug 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature request Release Notes: **ADDED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants