From d905a640cdf2db2f255c65fb08298aa783c9f811 Mon Sep 17 00:00:00 2001 From: "Marcos \"Tupper\" Romero" Date: Sat, 19 Dec 2020 22:59:59 -0700 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 2399830..2e421ed 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,22 @@ The script has lots of configuration options that can be used to further customi ````lua +csar.enableAllslots = true -- Doesn't require to set the Unit name check Aircraft Type and Limit below +csar.useprefix = false -- Use the Prefixed defined below, Requires Unit have the Prefix defined below +-- Prefix settting +csar.csarPrefix = { "helicargo", "MEDEVAC"} + +-- All slot / Limit settings +csar.aircraftType = {} -- Type and limit +csar.aircraftType["SA342Mistral"] = 2 +csar.aircraftType["SA342Minigun"] = 2 +csar.aircraftType["SA342L"] = 2 +csar.aircraftType["SA342M"] = 2 +csar.aircraftType["UH-1H"] = 8 +csar.aircraftType["Mi-8MT"] = 16 + + + csar.csarMode = 0 -- 0 - No Limit - NO Aircraft disabling @@ -33,6 +49,10 @@ csar.countCSARCrash = false -- If you set to true, pilot lives count for CSAR an csar.csarOncrash = true -- If set to true, will generate CSAR even when crash +csar.autosmoke = false -- Automatically Smoke when CSAR helicopter is at 5 km + +csar.allowDownedPilotCAcontrol = true -- Set to false if you don't want to allow control by Combined arms + csar.reenableIfCSARCrashes = true -- If a CSAR heli crashes, the pilots are counted as rescued anyway. Set to false to Stop this -- - I recommend you leave the option on below IF USING MODE 1 otherwise the @@ -44,6 +64,8 @@ csar.destructionHeight = 150 -- height in meters an aircraft will be destroyed a csar.enableForAI = false -- set to false to disable AI units from being rescued. +csar.weight = 100 -- Downed pilot weight when picked up + csar.enableForRED = true -- enable for red side csar.enableForBLUE = true -- enable for blue side