Hello Everyone because of Christmas id decided to create a small ACE 3 Setup Tutorial.
I heard that a lot of servers having an issue with that and I want you guys to show how to use it and how to setup it.
1. Download the ACE Mod from Steam or Ace its self:
Steam: https://steamcommunity.com/workshop/filedetails/?id=463939057
ACE: https://ace3mod.com
2. Add the Mod to your Launcher Start Parameter by adding a tick on the mod in the Modlist. If you have downloaded it by ACE make sure you add it first as a local mod.
3. Start Arma III with ACE and Open the mission.sqm of your Server make sure its the right one.
4. Go to Setting and Addon Options on the Header Menu. A Menu Should open Up where you can See a Couple of Settings for the Selected addon.
5. In this Addon Options Menu select the addon: "Ace-MedicalSystem".
5.1 Make Sure you select the Mission side of the header and not the Server side. It will automatically overwrite the function of everyone on the server if the tick is in for mission overwriting which will be done automatically if you change something.
6. Do the settings that you want ill attach my medical settings so if you want to use just import them.
7. If you want to use the doctor and medic without using the Duty System by The-Programmer you will have to go to you Slots Unit and set them their rank ( Option for this is a the bottom of the settings form the Slot Unit)!! IMPORTANT!! Make sure you give the right slot the permissions.
8. If you are done with doing you settings you can just Save your mission file upload it to your server. Add ACE as a Mod in the Start Parameter and you can use it on your server.
9. Get the classname's of the ace items which are important for the Medical System. They can be found in the Virtual Arsenal when u have selected a backpack.
Add them to the Medic Shop So they can buy it. It Counts as a Weapon so make Sure u add is as Weapon.
Go to your config_master and allowed medics to use Weapons.
There will come an video for explaining everything as soon as i got the time for it.
If you have any question feel free to DM me on DC or just replay to this thread.
Merry Christmas and a good start in to the new year.
ACE SETTINGS:
[CODE title="ACE SETTINGS"]
// ACE-Medicsystem
force force ace_medical_ai_enabledFor = 2;
force force ace_medical_AIDamageThreshold = 1;
force force ace_medical_bleedingCoefficient = 1;
force force ace_medical_blood_bloodLifetime = 387;
force force ace_medical_blood_enabledFor = 2;
force force ace_medical_blood_maxBloodObjects = 100;
force force ace_medical_fatalDamageSource = 0;
force force ace_medical_feedback_bloodVolumeEffectType = 0;
force force ace_medical_feedback_painEffectType = 1;
force force ace_medical_fractureChance = 0.672922;
force force ace_medical_fractures = 3;
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_ivFlowRate = 1;
force force ace_medical_limping = 2;
force force ace_medical_painCoefficient = 1;
force force ace_medical_playerDamageThreshold = 1.57829;
force force ace_medical_spontaneousWakeUpChance = 0.278352;
force force ace_medical_spontaneousWakeUpEpinephrineBoost = 1;
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 = 1;
force force ace_medical_treatment_advancedDiagnose = true;
force force ace_medical_treatment_advancedMedication = true;
force force ace_medical_treatment_allowBodyBagUnconscious = false;
force force ace_medical_treatment_allowLitterCreation = true;
force force ace_medical_treatment_allowSelfIV = 1;
force force ace_medical_treatment_allowSelfPAK = 0;
force force ace_medical_treatment_allowSelfStitch = 1;
force force ace_medical_treatment_allowSharedEquipment = 1;
force force ace_medical_treatment_clearTraumaAfterBandage = false;
force force ace_medical_treatment_consumePAK = 1;
force force ace_medical_treatment_consumeSurgicalKit = 1;
force force ace_medical_treatment_convertItems = 0;
force force ace_medical_treatment_cprSuccessChance = 0.4;
force force ace_medical_treatment_holsterRequired = 0;
force force ace_medical_treatment_litterCleanupDelay = 329.669;
force force ace_medical_treatment_locationEpinephrine = 0;
force force ace_medical_treatment_locationPAK = 0;
force force ace_medical_treatment_locationsBoostTraining = false;
force force ace_medical_treatment_locationSurgicalKit = 0;
force force ace_medical_treatment_maxLitterObjects = 50;
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 = 1;
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;
[/CODE]
I heard that a lot of servers having an issue with that and I want you guys to show how to use it and how to setup it.
1. Download the ACE Mod from Steam or Ace its self:
Steam: https://steamcommunity.com/workshop/filedetails/?id=463939057
ACE: https://ace3mod.com
2. Add the Mod to your Launcher Start Parameter by adding a tick on the mod in the Modlist. If you have downloaded it by ACE make sure you add it first as a local mod.
3. Start Arma III with ACE and Open the mission.sqm of your Server make sure its the right one.
4. Go to Setting and Addon Options on the Header Menu. A Menu Should open Up where you can See a Couple of Settings for the Selected addon.
5. In this Addon Options Menu select the addon: "Ace-MedicalSystem".
5.1 Make Sure you select the Mission side of the header and not the Server side. It will automatically overwrite the function of everyone on the server if the tick is in for mission overwriting which will be done automatically if you change something.
6. Do the settings that you want ill attach my medical settings so if you want to use just import them.
7. If you want to use the doctor and medic without using the Duty System by The-Programmer you will have to go to you Slots Unit and set them their rank ( Option for this is a the bottom of the settings form the Slot Unit)!! IMPORTANT!! Make sure you give the right slot the permissions.
8. If you are done with doing you settings you can just Save your mission file upload it to your server. Add ACE as a Mod in the Start Parameter and you can use it on your server.
9. Get the classname's of the ace items which are important for the Medical System. They can be found in the Virtual Arsenal when u have selected a backpack.
Add them to the Medic Shop So they can buy it. It Counts as a Weapon so make Sure u add is as Weapon.
Go to your config_master and allowed medics to use Weapons.
There will come an video for explaining everything as soon as i got the time for it.
If you have any question feel free to DM me on DC or just replay to this thread.
Merry Christmas and a good start in to the new year.
ACE SETTINGS:
[CODE title="ACE SETTINGS"]
// ACE-Medicsystem
force force ace_medical_ai_enabledFor = 2;
force force ace_medical_AIDamageThreshold = 1;
force force ace_medical_bleedingCoefficient = 1;
force force ace_medical_blood_bloodLifetime = 387;
force force ace_medical_blood_enabledFor = 2;
force force ace_medical_blood_maxBloodObjects = 100;
force force ace_medical_fatalDamageSource = 0;
force force ace_medical_feedback_bloodVolumeEffectType = 0;
force force ace_medical_feedback_painEffectType = 1;
force force ace_medical_fractureChance = 0.672922;
force force ace_medical_fractures = 3;
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_ivFlowRate = 1;
force force ace_medical_limping = 2;
force force ace_medical_painCoefficient = 1;
force force ace_medical_playerDamageThreshold = 1.57829;
force force ace_medical_spontaneousWakeUpChance = 0.278352;
force force ace_medical_spontaneousWakeUpEpinephrineBoost = 1;
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 = 1;
force force ace_medical_treatment_advancedDiagnose = true;
force force ace_medical_treatment_advancedMedication = true;
force force ace_medical_treatment_allowBodyBagUnconscious = false;
force force ace_medical_treatment_allowLitterCreation = true;
force force ace_medical_treatment_allowSelfIV = 1;
force force ace_medical_treatment_allowSelfPAK = 0;
force force ace_medical_treatment_allowSelfStitch = 1;
force force ace_medical_treatment_allowSharedEquipment = 1;
force force ace_medical_treatment_clearTraumaAfterBandage = false;
force force ace_medical_treatment_consumePAK = 1;
force force ace_medical_treatment_consumeSurgicalKit = 1;
force force ace_medical_treatment_convertItems = 0;
force force ace_medical_treatment_cprSuccessChance = 0.4;
force force ace_medical_treatment_holsterRequired = 0;
force force ace_medical_treatment_litterCleanupDelay = 329.669;
force force ace_medical_treatment_locationEpinephrine = 0;
force force ace_medical_treatment_locationPAK = 0;
force force ace_medical_treatment_locationsBoostTraining = false;
force force ace_medical_treatment_locationSurgicalKit = 0;
force force ace_medical_treatment_maxLitterObjects = 50;
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 = 1;
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;
[/CODE]
Dernière édition par un modérateur: