-
Notifications
You must be signed in to change notification settings - Fork 736
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
Consider interconnecting the Medical module with the Fatique module #4834
Comments
Just saw this? Why not just have it where you can sync it if necessary. The vast majority of players don't play any Arma game where having fatigue linked to medical would be necessary. Bessides that reason why would you want to do that? There are so many interconnected aspects of fatigue with medical that make zero sense to connect in a game. Especially when people are only playing the game for 1-4 hours on average when they play. To me that would be a surefire way to eliminate your mod from being one that people want to use compared to anything else. |
Is this a question or a statement? if the latter: sources? |
Just to clarify, this wouldn't add a dependency or requirement to run adv_fatigue; |
@bux I would say that was a mistake on my end typing wise...I have since corrected it and it was a statement. Having played Arma since the very first iteration of it I have never played in a game where those items were linked together or even needed. Its good to hear that they would not be a dependency or requirement to use the function. |
@coachwn & @ViperMaul, For example, a unit is fatigued due to running with a heavy load. This would cause stamina to run low, thus increasing heart rate and breathing rate. The unit then gets shot in the arm, and due to the increased heart rate, starts bleeding faster than if they had not been fatigued. On the other hand, if you thicken the blood, you can become more fatigued, but it could bleed less,, etc. |
Just throwing my 2 cents in here. That feature can be nice because ace currently has few features that make circulatory parameters high. Especially I have not encountered much hypertension collapse yet. Your cardiac frequency only rises when you're loosing blood, but it makes volemia (and thus tension) low, and you quickly end up with heart rate lowering due to volume too low. There's no way to increase viscosity to higher values, and extra volume from having given too much IV are disposed. However, when you implement this feature beware that fatigue shall only increase heart rate when blood volume is high enough, otherwise you'd end up with medics asking patients to run in order to avoid bradycardia. High fatigue shall decrease heart rate when volume is below a certain threshold. This would mean patients undergoing blood drip after an hypovolemia are expected to get some rest and avoid effort and stress in order to prevent a secondary bradycardia collapse. Or use an epinephrine in case of an emergency. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is on todo for medical rewrite, don't close. |
We currently have
Should pain be using suppressed pain?
I think blood volume should have a larger impact. Any other factors? I think it might be interesting to have feedback in the other direction
|
|
Handled by #9226 With #9360 fatigue will increase oxygen demand which will increase heart rate Maybe oxygen saturation should also be dependent on blood volume? This'd allow us to remove the bloodVolume dutyFactor from AF. @BrettMayson |
The heart rate increase by spo2 is only for aerobic recovery, heart rate increase won't be "enough" to more match reality. I don't know about adding blood volume to spo2, it was already a pain to get it acting reasonably realistic as is, adding another variable to balance would be annoying, but obviously doable. |
Feedback from a recent meeting:
The text was updated successfully, but these errors were encountered: