-
Notifications
You must be signed in to change notification settings - Fork 739
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
Medical - Add Treatment Time Addon Settings #7900
Conversation
Tourniquets, IV Bags, Syringes, Splints, and Body Bags.
Good idea :) ! But it doesn't "disturb" too much the animations ? I have a suggestion. Would it be possible to add coefficients for medics/doctors ? I'll redo the French translation if you don't mind, so that it's consistent with the rest of the mod's translations. |
Entirely possible, but ultimately that would be the user/community's choice were they to desire extraordinarily low treatment times. Default values mirror the current hard-coded values, so they'd have to go out of their way to choose something low. This PR came about because our community generally does not use tourniquets due to their application time often being similar to bandages. Unless you happen to be hit badly in one limb, it's generally the 'better' choice to just take the extra few seconds to apply 2 bandages. My goal is to promote tourniquet use by halving the application time. Exposing the other treatment times was a natural extension of this. Configurable values > hard-coded IMO! :)
I considered exposing all 3 of these but didn't want to make too many changes in one go. I'll take another look and see what it will take to do so.
Please do! |
I've been using a tweak to drop the tourniquet apply times to 1 second for a while, if the time is lower than some magic value, it just doesn't play the anim so it should be ok for people setting very low values. |
Understood, thank you @Cyruz143 ! |
Adds treatment time addon settings for Tourniquets, IV Bags, Syringes, Splints, and Body Bags.
Each value has been defaulted to the current default time for each type, and has been set in a range [0.1, (currentDefault * 4)].
I have tested all 5 of these new settings without issue.
Thank you.