Parametry medyczne serwera

Moderatorzy: Moderatorzy, Instruktorzy

Awatar użytkownika
Krzycu
starszy chorąży sztabowy
starszy chorąży sztabowy
Posty: 597
Rejestracja: 23 sty 2017, 16:50
Lokalizacja: Miasto Siarki
Kontakt:

Re: Parametry medyczne serwera

Post autor: Krzycu » 12 lis 2022, 21:58

Witam prezentuję wam moje proponowane zmiany dla naszego serwera

Lista zmian w configu:
-pomijam dodawanie/usuwanie wartości "force"

// ACE Medical
force force ace_medical_deathChance = 1; // 0.95 - nie ma już 5% szans na przeżycie "Fatal Injury"
force force ace_medical_fractures = 3; // 1 - teraz założona szyna jest widoczna na menu medycznym + uniemożliwia chodzenie (nie mówiąc o bieganiu)
force force ace_medical_gui_showBloodlossEntry = false; // true - MAGIA z Menu medycznego znika informacja o utraconej ilości krwi
force force ace_medical_painUnconsciousChance = 0.1; // 0.15 - zmiejszamy szansę na nieprzytomność z powodu bólu
force force ace_medical_treatment_cprSuccessChanceMin = 0.4; // 0.35 - zmana na wartość domyślną
force force ace_medical_treatment_timeCoefficientPAK = 2; // 4 - trochę przesadzony ten czas (więc go skróciłem)
force force ace_medical_treatment_treatmentTimeSplint = 7; // 8 - zmiana na wartość domyślną

// KAT - ADV Medical: Pharmacy
force force kat_pharma_ivCheckLimbDamage = true; // false - Teraz nie możliwe jest używanie IV/IO na nazbyt uszkodzonych kończynach
force force kat_pharma_kidneyAction = true; // false - od dzisiaj każdy z nas posiada nerki i może je popsuć używając soli fizjologicznej
force force kat_pharma_MedicationsRequireInsIV = true; // false - Od teraz Aby podać część farmakologiczną wymagane jest zalożenie IV (Wenflon)
force force kat_pharma_medLvl_Amiodarone = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_ApplyIO = 2; // 0 - Doktor może podawać ten Medykament
force force kat_pharma_medLvl_ApplyIV = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Atropine = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Carbonate = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_EACA = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Etomidate = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Fentanyl = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Flumezenil = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Ketamine = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Lidocaine = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Lorazepam = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Nalbuphine = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Naloxone = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Nitroglycerin = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Norepinephrine = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Phenylephrine = 1; // 0 - Medyk może podawać ten Medykament
force force kat_pharma_medLvl_Reorientation = 0; // 1 - Każdy może teraz dać w pysk aby kogoś obudzić
force force kat_pharma_medLvl_TXA = 1; // 0 - Medyk może podawać ten Medykament

// KAT - ADV Medical: Surgery
force force kat_surgery_closedReduction_MedLevel = 1; // 0 - od teraz tylko medyk może nastawiać proste złamania
force force kat_surgery_surgicalAction_MedLevel = 2; // 0 - skomplikowane złamania może przeprowadzać tylko Doktor
force force kat_surgery_uncon_requieredForActions = true; // false - od teraz wymuszamy bycie nieprzytomnym aby móc przeprowadzać niektóre "operacje"

Pełny KOD

Kod: Zaznacz cały

// ACE Medical
force force ace_medical_ai_enabledFor = 2;
force force ace_medical_AIDamageThreshold = 0.9;
force force ace_medical_bleedingCoefficient = 0.7;
force force ace_medical_blood_bloodLifetime = 900;
force force ace_medical_blood_enabledFor = 2;
force force ace_medical_blood_maxBloodObjects = 500;
force force ace_medical_deathChance = 0.95;
force force ace_medical_enableVehicleCrashes = true;
force force ace_medical_fatalDamageSource = 2;
force force ace_medical_feedback_bloodVolumeEffectType = 0;
force force ace_medical_feedback_enableHUDIndicators = true;
force force ace_medical_feedback_painEffectType = 1;
force force ace_medical_fractureChance = 0.35;
force force ace_medical_fractures = 3;
ace_medical_gui_bloodLossColor_0 = [1,1,1,1];
ace_medical_gui_bloodLossColor_1 = [1,0.95,0.64,1];
ace_medical_gui_bloodLossColor_2 = [1,0.87,0.46,1];
ace_medical_gui_bloodLossColor_3 = [1,0.8,0.33,1];
ace_medical_gui_bloodLossColor_4 = [1,0.72,0.24,1];
ace_medical_gui_bloodLossColor_5 = [1,0.63,0.15,1];
ace_medical_gui_bloodLossColor_6 = [1,0.54,0.08,1];
ace_medical_gui_bloodLossColor_7 = [1,0.43,0.02,1];
ace_medical_gui_bloodLossColor_8 = [1,0.3,0,1];
ace_medical_gui_bloodLossColor_9 = [1,0,0,1];
ace_medical_gui_damageColor_0 = [1,1,1,1];
ace_medical_gui_damageColor_1 = [0.75,0.95,1,1];
ace_medical_gui_damageColor_2 = [0.62,0.86,1,1];
ace_medical_gui_damageColor_3 = [0.54,0.77,1,1];
ace_medical_gui_damageColor_4 = [0.48,0.67,1,1];
ace_medical_gui_damageColor_5 = [0.42,0.57,1,1];
ace_medical_gui_damageColor_6 = [0.37,0.47,1,1];
ace_medical_gui_damageColor_7 = [0.31,0.36,1,1];
ace_medical_gui_damageColor_8 = [0.22,0.23,1,1];
ace_medical_gui_damageColor_9 = [0,0,1,1];
force force ace_medical_gui_enableActions = 0;
force force ace_medical_gui_enableMedicalMenu = 1;
force force ace_medical_gui_enableSelfActions = true;
force force ace_medical_gui_interactionMenuShowTriage = 1;
force force ace_medical_gui_maxDistance = 3;
force force ace_medical_gui_openAfterTreatment = true;
force force ace_medical_gui_showBloodlossEntry = false;
force force ace_medical_ivFlowRate = 1;
force force ace_medical_limping = 1;
force force ace_medical_painCoefficient = 1;
force force ace_medical_painUnconsciousChance = 0.15;
force force ace_medical_playerDamageThreshold = 1.1;
force force ace_medical_spontaneousWakeUpChance = 0.25;
force force ace_medical_spontaneousWakeUpEpinephrineBoost = 3;
force force ace_medical_statemachine_AIUnconsciousness = true;
force force ace_medical_statemachine_cardiacArrestBleedoutEnabled = true;
force force ace_medical_statemachine_cardiacArrestTime = 300;
force force ace_medical_statemachine_fatalInjuriesAI = 0;
force force ace_medical_statemachine_fatalInjuriesPlayer = 0;
force force ace_medical_treatment_advancedBandages = 2;
force force ace_medical_treatment_advancedDiagnose = 2;
force force ace_medical_treatment_advancedMedication = true;
force force ace_medical_treatment_allowBodyBagUnconscious = true;
force force ace_medical_treatment_allowLitterCreation = true;
force force ace_medical_treatment_allowSelfIV = 1;
force force ace_medical_treatment_allowSelfPAK = 1;
force force ace_medical_treatment_allowSelfStitch = 1;
force force ace_medical_treatment_allowSharedEquipment = 0;
force force ace_medical_treatment_clearTrauma = 1;
force force ace_medical_treatment_consumePAK = 0;
force force ace_medical_treatment_consumeSurgicalKit = 0;
force force ace_medical_treatment_convertItems = 0;
force force ace_medical_treatment_cprSuccessChanceMax = 0.4;
force force ace_medical_treatment_cprSuccessChanceMin = 0.4;
force force ace_medical_treatment_holsterRequired = 0;
force force ace_medical_treatment_litterCleanupDelay = 600;
force force ace_medical_treatment_locationEpinephrine = 0;
force force ace_medical_treatment_locationIV = 0;
force force ace_medical_treatment_locationPAK = 3;
force force ace_medical_treatment_locationsBoostTraining = true;
force force ace_medical_treatment_locationSurgicalKit = 0;
force force ace_medical_treatment_maxLitterObjects = 500;
force force ace_medical_treatment_medicEpinephrine = 1;
force force ace_medical_treatment_medicIV = 1;
force force ace_medical_treatment_medicPAK = 2;
force force ace_medical_treatment_medicSurgicalKit = 1;
force force ace_medical_treatment_timeCoefficientPAK = 2;
force force ace_medical_treatment_treatmentTimeAutoinjector = 5;
force force ace_medical_treatment_treatmentTimeBodyBag = 15;
force force ace_medical_treatment_treatmentTimeCPR = 15;
force force ace_medical_treatment_treatmentTimeIV = 12;
force force ace_medical_treatment_treatmentTimeSplint = 7;
force force ace_medical_treatment_treatmentTimeTourniquet = 7;
force force ace_medical_treatment_woundReopenChance = 1;
force force ace_medical_treatment_woundStitchTime = 5;

// KAT - ADV Medical: Airway
force force kat_airway_Accuvac_time = 8;
force force kat_airway_CancelRecoveryPosition_Time = 6;
force force kat_airway_CheckAirway_time = 2;
force force kat_airway_checkbox_puking_sound = true;
force force kat_airway_Colored_logs = true;
force force kat_airway_enable = true;
force force kat_airway_Guedeltubus_time = 6;
force force kat_airway_Larynxtubus_time = 3;
force force kat_airway_medLvl_Accuvac = 1;
force force kat_airway_medLvl_Guedeltubus = 0;
force force kat_airway_medLvl_Larynxtubus = 1;
force force kat_airway_occlusion_repeatTimer = 60;
force force kat_airway_Overstretch_time = 3;
force force kat_airway_probability_headturning = 50;
force force kat_airway_probability_obstruction = 15;
force force kat_airway_probability_occluded = 10;
force force kat_airway_RecoveryPosition_Time = 6;
force force kat_airway_string_exit = "";
force force kat_airway_TurnAround_time = 2;

// KAT - ADV Medical: Breathing
force force kat_breathing_deterioratingPneumothorax_chance = 10;
force force kat_breathing_deterioratingPneumothorax_countdown = 120;
force force kat_breathing_enable = true;
force force kat_breathing_enable_selfChestseal = 1;
force force kat_breathing_enableCyanosis = true;
force force kat_breathing_hemopneumothoraxChance = 5;
force force kat_breathing_medLvl_Chestseal = 1;
force force kat_breathing_medLvl_Cyanosis = 0;
force force kat_breathing_medLvl_hemopneumothoraxTreatment = 1;
force force kat_breathing_medLvl_Pulseoximeter = 1;
force force kat_breathing_mildValue = 75;
force force kat_breathing_pneumothorax = 5;
force force kat_breathing_pneumothorax_hardcore = true;
force force kat_breathing_pneumothoraxDamageThreshold = 0.4;
force force kat_breathing_severeValue = 66;
force force kat_breathing_showPneumothorax_dupe = false;
force force kat_breathing_slightValue = 90;
force force kat_breathing_SpO2_dieActive = true;
force force kat_breathing_SpO2_dieValue = 65;
force force kat_breathing_SpO2_MultiplyNegative = 1;
force force kat_breathing_SpO2_MultiplyPositive = 1;
force force kat_breathing_SpO2_perfusion = true;
force force kat_breathing_SpO2_PerfusionMultiplier = 1;
force force kat_breathing_SpO2_unconscious = 75;
force force kat_breathing_Stable_spo2 = 82;
force force kat_breathing_tensionhemothorax_hardcore = true;

// KAT - ADV Medical: Circulation
force force kat_circulation_AdvRhythm = false;
force force kat_circulation_AED_BeepsAndCharge = true;
force force kat_circulation_AED_MaxChance = 80;
force force kat_circulation_AED_MinChance = 40;
force force kat_circulation_AED_X_MaxChance = 90;
force force kat_circulation_AED_X_MinChance = 45;
force force kat_circulation_blood_draw_limit = 3.6;
force force kat_circulation_blood_drawTime_250ml = 25;
force force kat_circulation_blood_drawTime_500ml = 50;
kat_circulation_bloodgroup = "A";
force force kat_circulation_bloodGroups = true;
force force kat_circulation_CPR_MaxChance_Default = 20;
force force kat_circulation_CPR_MaxChance_Doctor = 40;
force force kat_circulation_CPR_MaxChance_RegularMedic = 30;
force force kat_circulation_CPR_MinChance_Default = 10;
force force kat_circulation_CPR_MinChance_Doctor = 20;
force force kat_circulation_CPR_MinChance_RegularMedic = 15;
force force kat_circulation_DeactMon_whileAED_X = true;
force force kat_circulation_distanceLimit_AEDX = 30;
force force kat_circulation_enable = true;
force force kat_circulation_enable_CPR_Chances = true;
force force kat_circulation_enable_selfBloodDraw = 1;
force force kat_circulation_medLvl_AED = 0;
force force kat_circulation_medLvl_AED_X = 1;
force force kat_circulation_timeLimit_AEDX = 1800;
force force kat_circulation_useLocation_AED = 0;

// KAT - ADV Medical: Misc
force force kat_misc_arsenalMedCategory = true;
force force kat_misc_enable = true;
force force kat_misc_incompatibilityWarning = true;

// KAT - ADV Medical: Pharmacy
force force kat_pharma_blockChance = 20;
force force kat_pharma_carbonateChance = 100;
force force kat_pharma_coagulation = true;
force force kat_pharma_ivCheckLimbDamage = true;
force force kat_pharma_IVdrop = 600;
force force kat_pharma_IVdropEnable = true;
force force kat_pharma_IVreuse = false;
force force kat_pharma_kidneyAction = true;
force force kat_pharma_maxStack = 5;
force force kat_pharma_MedicationsRequireInsIV = true;
force force kat_pharma_medLvl_Amiodarone = 1;
force force kat_pharma_medLvl_ApplyIO = 2;
force force kat_pharma_medLvl_ApplyIV = 1;
force force kat_pharma_medLvl_Atropine = 1;
force force kat_pharma_medLvl_Carbonate = 1;
force force kat_pharma_medLvl_EACA = 1;
force force kat_pharma_medLvl_Etomidate = 1;
force force kat_pharma_medLvl_Fentanyl = 1;
force force kat_pharma_medLvl_Flumezenil = 1;
force force kat_pharma_medLvl_Ketamine = 1;
force force kat_pharma_medLvl_Lidocaine = 1;
force force kat_pharma_medLvl_Lorazepam = 1;
force force kat_pharma_medLvl_Nalbuphine = 1;
force force kat_pharma_medLvl_Naloxone = 1;
force force kat_pharma_medLvl_Nitroglycerin = 1;
force force kat_pharma_medLvl_Norepinephrine = 1;
force force kat_pharma_medLvl_Phenylephrine = 1;
force force kat_pharma_medLvl_Reorientation = 0;
force force kat_pharma_medLvl_TXA = 1;
force force kat_pharma_Reorientation_Enable = true;
force force kat_pharma_Reorientation_Slap = true;
force force kat_pharma_reorientationChance = 100;
force force kat_pharma_RequireInsIV = true;
force force kat_pharma_treatmentTime_Amiodarone = 7;
force force kat_pharma_treatmentTime_ApplyIO = 7;
force force kat_pharma_treatmentTime_ApplyIV = 7;
force force kat_pharma_treatmentTime_Atropine = 7;
force force kat_pharma_treatmentTime_Carbonate = 7;
force force kat_pharma_treatmentTime_EACA = 7;
force force kat_pharma_treatmentTime_Etomidate = 2;
force force kat_pharma_treatmentTime_Fentanyl = 7;
force force kat_pharma_treatmentTime_Flumazenil = 2;
force force kat_pharma_treatmentTime_Ketamine = 7;
force force kat_pharma_treatmentTime_Lidocaine = 7;
force force kat_pharma_treatmentTime_Lorazepam = 2;
force force kat_pharma_treatmentTime_Nalbuphine = 7;
force force kat_pharma_treatmentTime_Naloxone = 7;
force force kat_pharma_treatmentTime_Nitroglycerin = 7;
force force kat_pharma_treatmentTime_Norepinephrine = 7;
force force kat_pharma_treatmentTime_Phenylephrine = 7;
force force kat_pharma_treatmentTime_Reorientation = 2;
force force kat_pharma_treatmentTime_TXA = 7;

// KAT - ADV Medical: Surgery
force force kat_surgery_BreathCheck_MedLevel = 0;
force force kat_surgery_BreathCheck_Time = 2;
force force kat_surgery_closedLocation = 0;
force force kat_surgery_closedReduction_MedLevel = 1;
force force kat_surgery_closedTime = 10;
force force kat_surgery_compoundChance = 30;
force force kat_surgery_debrideTime = 20;
force force kat_surgery_enable_fracture = true;
force force kat_surgery_enable_selfCheckFracture = 1;
force force kat_surgery_etomidateTime = 45;
force force kat_surgery_fractureCheck_MedLevel = 0;
force force kat_surgery_fractureCheck_Time = 10;
force force kat_surgery_incisionTime = 10;
force force kat_surgery_intermediateTime = 8;
force force kat_surgery_npwtTime = 20;
force force kat_surgery_openTime = 15;
force force kat_surgery_simpleChance = 60;
force force kat_surgery_surgicalAction_MedLevel = 2;
force force kat_surgery_surgicalLocation = 0;
force force kat_surgery_uncon_requieredForActions = true;
Group leading is easy, but people, make it hard.
-Zwiadowca, "Kot" Krzycu.

Awatar użytkownika
markooff
major
major
Posty: 5927
Rejestracja: 22 sty 2017, 19:11
Lokalizacja: DC (District Cracovia)
Kontakt:

Re: Parametry medyczne serwera

Post autor: markooff » 14 lis 2022, 18:32

Krzycu, ale ten Twój "cały kod" - jest troszkę zabałaganiony - bo są parametry których tam zapomniałeś .....

przykład(y):

Kod: Zaznacz cały

// A CO Z TYM ???
force force kat_breathing_spo2_big_value = 66;
// A CO Z TYM ???
force force kat_breathing_spo2_small_value = 33;

[...]

// A CO Z TYM ???
force force kat_circulation_SuccesCh_AED = 80;
// A CO Z TYM ???
force force kat_circulation_SuccesCh_AED_X = 85;

[...]

// A CO Z TYM ???
force force kat_pharma_enable = false;
// A CO Z TYM ???
force force kat_pharma_carbonateActive = true;

[...]

// A CO Z TYM ???
force force kat_pharma_enable = false;
// A CO Z TYM ???
force force kat_pharma_carbonateActive = true;

[...]

// A CO Z TYM ???
force force kat_pharma_IVestablish = 7;
// A CO Z TYM ???
force force kat_pharma_IVmedic = 0;

[...]

// A CO Z TYM ???
force force kat_pharma_naloxoneActive = true;
// A CO Z TYM ???
force force kat_pharma_PushTime = 7;
// A CO Z TYM ???
force force kat_pharma_RequireInsIV = true;
// A CO Z TYM ???
force force kat_pharma_txaActive = true;




Wobec tego że nie napisałeś CO MA BYC Z TYMI PARAMETRAMI - i nie znalazłem info n/t ich zmian (ale w Twoim configu ich nie ma) iwęc pozostawiłem je tak jak są ....
Холодно, хмуро...
И мрачно в душе
Как мог знать я что ты умрёшь?

Салют отцам и нашим дедам -
Заветам их всегда верны.
[...]

Επισμηναγός μαρκοοϕϕ

Awatar użytkownika
Krzycu
starszy chorąży sztabowy
starszy chorąży sztabowy
Posty: 597
Rejestracja: 23 sty 2017, 16:50
Lokalizacja: Miasto Siarki
Kontakt:

Re: Parametry medyczne serwera

Post autor: Krzycu » 15 lis 2022, 22:24

Witam i odpowiadam!

Usuwamy:
  • force force kat_breathing_spo2_big_value = 66;
  • force force kat_breathing_spo2_small_value = 33;
  • force force kat_circulation_SuccesCh_AED = 80;
  • force force kat_circulation_SuccesCh_AED_X = 85;
  • force force kat_pharma_enable = false;
  • force force kat_pharma_carbonateActive = true;
  • force force kat_pharma_IVestablish = 7;
  • force force kat_pharma_IVmedic = 0;
  • force force kat_pharma_naloxoneActive = true;
  • force force kat_pharma_PushTime = 7;
  • force force kat_pharma_txaActive = true;
Zostawiamy:
  • force force kat_pharma_RequireInsIV = true;
+Znalazłem 3 parametry na serwerze bez "force force ":

Jest:
  • force kat_circulation_CPR_MaxChance_Default = 20;
  • force kat_circulation_CPR_MaxChance_Doctor = 40;
  • force kat_circulation_CPR_MaxChance_RegularMedic = 30;
Powinno być:
  • force force kat_circulation_CPR_MaxChance_Default = 20;
  • force force kat_circulation_CPR_MaxChance_Doctor = 40;
  • force force kat_circulation_CPR_MaxChance_RegularMedic = 30;
Group leading is easy, but people, make it hard.
-Zwiadowca, "Kot" Krzycu.

Awatar użytkownika
Krzycu
starszy chorąży sztabowy
starszy chorąży sztabowy
Posty: 597
Rejestracja: 23 sty 2017, 16:50
Lokalizacja: Miasto Siarki
Kontakt:

Re: Parametry medyczne serwera

Post autor: Krzycu » 20 lis 2022, 12:27

Witam!
Prezentuję poprawki po sobotniej rozgrywce:

Legenda:
Wartość chciana na serwerze; //Wartość poprzednia w komentarzu

Kod: Zaznacz cały

force force kat_breathing_medLvl_Chestseal = 0; //force force kat_breathing_medLvl_Chestseal = 1;
force force kat_breathing_medLvl_Pulseoximeter = 0; //force force kat_breathing_medLvl_Pulseoximeter = 1;

Kod: Zaznacz cały

force force kat_circulation_AdvRhythm = true; //force force kat_circulation_AdvRhythm = false;
force force kat_circulation_CPR_MaxChance_Default = 20; //force kat_circulation_CPR_MaxChance_Default = 20;
force force kat_circulation_CPR_MaxChance_Doctor = 40; //force kat_circulation_CPR_MaxChance_Doctor = 40;
force force kat_circulation_CPR_MaxChance_RegularMedic = 30; //force kat_circulation_CPR_MaxChance_RegularMedic = 30;
Pozdrawaiam!
Group leading is easy, but people, make it hard.
-Zwiadowca, "Kot" Krzycu.

Awatar użytkownika
Krzycu
starszy chorąży sztabowy
starszy chorąży sztabowy
Posty: 597
Rejestracja: 23 sty 2017, 16:50
Lokalizacja: Miasto Siarki
Kontakt:

Re: Parametry medyczne serwera

Post autor: Krzycu » 26 gru 2022, 19:26

Witam!

Aktualizacja Kata -> Aktualizacja Configu

Nowe elementy w configu:

// KAT - ADV Medical: Breathing
force force kat_breathing_advPtxChance = 5; // domyślnie 5
force force kat_breathing_advPtxEnable = true; // domyślnie false
force force kat_breathing_hptxChance = 60; // domyślnie 5
force force kat_breathing_pneumothoraxChance = 5; // domyślnie 5

Pozdrawiam!
Group leading is easy, but people, make it hard.
-Zwiadowca, "Kot" Krzycu.

Awatar użytkownika
markooff
major
major
Posty: 5927
Rejestracja: 22 sty 2017, 19:11
Lokalizacja: DC (District Cracovia)
Kontakt:

Re: Parametry medyczne serwera

Post autor: markooff » 27 gru 2022, 04:04

All UP DONE !
Холодно, хмуро...
И мрачно в душе
Как мог знать я что ты умрёшь?

Салют отцам и нашим дедам -
Заветам их всегда верны.
[...]

Επισμηναγός μαρκοοϕϕ

Awatar użytkownika
Krzycu
starszy chorąży sztabowy
starszy chorąży sztabowy
Posty: 597
Rejestracja: 23 sty 2017, 16:50
Lokalizacja: Miasto Siarki
Kontakt:

Re: Parametry medyczne serwera

Post autor: Krzycu » 21 sty 2023, 19:38

Freaking GAS kat update!

Po pierwsze brakujące elementy w configu:

Kod: Zaznacz cały

// KAT - ADV Medical: Breathing
force force kat_breathing_cyanosisShowInMenu = true; //force kat_breathing_cyanosisShowInMenu = false; 
force force kat_breathing_enableSPO2Flashing = true; //force kat_breathing_enableSPO2Flashing = true; 
force force kat_breathing_HPTXBleedAmount = 0.06; //force kat_breathing_HPTXBleedAmount = 0.06; 
force force kat_breathing_lowSPO2Level = 90; //force kat_breathing_lowSPO2Level = 90; 
force force kat_breathing_staminaLossAtLowSPO2 = true; //force kat_breathing_staminaLossAtLowSPO2 = true; 

// KAT - ADV Medical: Chemical
force force kat_chemical_affectAI = true; //force kat_chemical_affectAI = false;
force force kat_chemical_availGasmask = """None"",""G_Diving"",""G_AirPurifyingRespirator_01_F"",""G_RegulatorMask_F"",""G_AirPurifyingRespirator_02_sand_F"",""G_AirPurifyingRespirator_02_olive_F"",""G_AirPurifyingRespirator_02_black_F"""; //force kat_chemical_availGasmask = """G_AirPurifyingRespirator_01_F"""; 
force force kat_chemical_gasmask_durability = 900; //force kat_chemical_gasmask_durability = 900; 
force force kat_chemical_infectionTime = 60; //force kat_chemical_infectionTime = 60; 

// KAT - ADV Medical: Pharmacy
force force kat_pharma_chromatic_aberration_checkbox_fentanyl = false; //force kat_pharma_chromatic_aberration_checkbox_fentanyl = true; 
force force kat_pharma_chromatic_aberration_checkbox_ketamine = false; //force kat_pharma_chromatic_aberration_checkbox_ketamine = true; 
force force kat_pharma_chromatic_aberration_checkbox_pervitin = false; //force kat_pharma_chromatic_aberration_checkbox_pervitin = true; 
force force kat_pharma_chromatic_aberration_slider_fentanyl = 2; //force kat_pharma_chromatic_aberration_slider_fentanyl = 2; 
force force kat_pharma_chromatic_aberration_slider_ketamine = 1.5; //force kat_pharma_chromatic_aberration_slider_ketamine = 1.5; 
force force kat_pharma_chromatic_aberration_slider_pervitin = 1.5; //force kat_pharma_chromatic_aberration_slider_pervitin = 1.5; 
force force kat_pharma_medLvl_Pervitin = 0; //force kat_pharma_medLvl_Pervitin = 0; 
force force kat_pharma_treatmentTime_Pervitin = 5; //force kat_pharma_treatmentTime_Pervitin = 5; 
force force kat_pharma_weapon_sway_pervitin = true; //force kat_pharma_weapon_sway_pervitin = true;
2. Szybkie wyjaśnienie zmian:
Nadano wymuszenie addonów na misjach i klientach.
Kilka elementów otrzymało efekt Aberracji chromatycznej => zostały one wyłączone. (Dla ludzi z epilepsją np. w0dzu)
Nie trzeba już sprawdzać "sinicy" (poziomu SPO2) => Akcję zastąpiono informacją i Menu medycznym
Gdy SPO2 spadnie poniżej 90 => Stamina także zacznie spadać
Dodanie więcej classnameów do działających wariantów masek P-Gaz. (DLC Contact) + 2 dla graczy bez DLC.
Group leading is easy, but people, make it hard.
-Zwiadowca, "Kot" Krzycu.

Awatar użytkownika
markooff
major
major
Posty: 5927
Rejestracja: 22 sty 2017, 19:11
Lokalizacja: DC (District Cracovia)
Kontakt:

Re: Parametry medyczne serwera

Post autor: markooff » 08 lut 2023, 01:24

Alll Above - done .
Холодно, хмуро...
И мрачно в душе
Как мог знать я что ты умрёшь?

Салют отцам и нашим дедам -
Заветам их всегда верны.
[...]

Επισμηναγός μαρκοοϕϕ

Awatar użytkownika
markooff
major
major
Posty: 5927
Rejestracja: 22 sty 2017, 19:11
Lokalizacja: DC (District Cracovia)
Kontakt:

Re: Parametry medyczne serwera

Post autor: markooff » 30 kwie 2023, 17:26

29.04.2023 - zmiana w GRAD Trenches - wyłączono z(a)nikanie okopó ( w ogóle)
Холодно, хмуро...
И мрачно в душе
Как мог знать я что ты умрёшь?

Салют отцам и нашим дедам -
Заветам их всегда верны.
[...]

Επισμηναγός μαρκοοϕϕ

Awatar użytkownika
Krzycu
starszy chorąży sztabowy
starszy chorąży sztabowy
Posty: 597
Rejestracja: 23 sty 2017, 16:50
Lokalizacja: Miasto Siarki
Kontakt:

Re: Parametry medyczne serwera

Post autor: Krzycu » 01 cze 2023, 01:23

Witam

KAT Update - Większość ustawień domyślnych wydają się w porządku więc jedynie co należy na razie uczynić to je wymusić :)

kat_surgery_uncon_requieredForAction = true - niektóre operacje chirurgiczne są dostępne tylko na nieprzytomnych pacjentach (np. reperowanie skomplikowanego złamania)

Kod: Zaznacz cały

// KAT - ADV Medical: Airway
kat_airway_autoTriage = true;
force force kat_airway_ReusableAirwayItems = false;

// KAT - ADV Medical: Breathing
force force kat_breathing_BVMTime = 15;
force force kat_breathing_medLvl_BVM = 1;
force force kat_breathing_medLvl_BVM_Oxygen = 1;
force force kat_breathing_medLvl_PocketBVM = 0;
force force kat_breathing_PortableOxygenTank_RefillTime = 5;
force force kat_breathing_PulseOximeter_SpO2Warning = 85; #Możliwy dubet ze strony KATA
force force kat_breathing_stethoscopeListeningTime = 15;

// KAT - ADV Medical: Circulation
force force kat_circulation_AED_X_AttachTime = 10;
force force kat_circulation_AED_X_DetachTime = 5;
force force kat_circulation_AED_X_Monitor_NoHeartRate = 0;
force force kat_circulation_AED_X_Monitor_SpO2Warning = 85; #Możliwy dubet ze strony KATA
force force kat_circulation_bloodTypeCustomList = "O,O,A,A,O_N,B,A_N,AB,B_N,AB_N";
force force kat_circulation_bloodTypeRandomWeighted = true;
force force kat_circulation_bloodTypeSetting = 4;

// KAT - ADV Medical: Misc
force force kat_misc_neckTourniquet = false;
force force kat_misc_treatmentTimeDetachTourniquet = 7;

// KAT - ADV Medical: Pharmacy
force force kat_pharma_pervitinSpeed = 1.15;

// KAT - ADV Medical: Surgery
force force kat_surgery_closedReductionFailChance = 10;
force force kat_surgery_debridementAction_Location = 3;
force force kat_surgery_debridementAction_MedLevel = 2;
force force kat_surgery_uncon_requieredForAction = true; #force force kat_surgery_uncon_requieredForAction = false;

Group leading is easy, but people, make it hard.
-Zwiadowca, "Kot" Krzycu.

ODPOWIEDZ