-
+ #boolean
SCORING.penaltyoncoalitionchange
@@ -3067,7 +3064,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SCORING.penaltyonfratricide
@@ -5455,14 +5452,11 @@ The scale magnifies the scores given to the players.
@@ -5645,7 +5639,7 @@ The scale magnifies the scores given to the players.
-
+ #boolean
SCORING.penaltyoncoalitionchange
@@ -5656,7 +5650,7 @@ The scale magnifies the scores given to the players.
- #boolean
+
SCORING.penaltyonfratricide
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index fc41ae426..581a33ed2 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -40562,9 +40562,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
Set case of f
-
@@ -40628,6 +40625,20 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
AIRBOSS.PlayerData.grade
@@ -40646,17 +40657,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Data table at each position in the groove. Elements are of type AIRBOSS.GrooveData.
-
-
-
-
@@ -40793,7 +40793,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
Set section lead of player flight.
+
Make player section lead if he was not before.
@@ -40817,6 +40817,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set Stable Hover
+
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index 307c689e5..13900d978 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -4448,11 +4448,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -10488,11 +10491,14 @@ callsigns from playername or group name.
@@ -13013,11 +13019,14 @@ callsigns from playername or group name.
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index d663e1e96..6d4c3dc25 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -1814,7 +1814,7 @@ Create the late-activated troops, vehicles, that will make up your deployable fo
-- E.g. update unit capabilities for testing. Please stay realistic in your mission design.
-- Make a Gazelle into a heavy truck, this type can load both crates and troops and eight of each type, up to 4000 kgs:
- my_ctld:UnitCapabilities("SA342L", true, true, 8, 8, 12, 4000)
+ my_ctld:SetUnitCapabilities("SA342L", true, true, 8, 8, 12, 4000)
-- Default unit type capabilities are:
["SA342Mistral"] = {type="SA342Mistral", crates=false, troops=true, cratelimit = 0, trooplimit = 4, length = 12, cargoweightlimit = 400},
@@ -2840,6 +2840,12 @@ for FARP vehicles, so -- services are goin to work (e.g. for the blue side: an u
CTLD:SetTroopDropZoneRadius(Radius) |
(User) Set drop zone radius for troop drops in meters.
+ |
+
+
+ CTLD:SetUnitCapabilities(Unittype, Cancrates, Cantroops, Cratelimit, Trooplimit, Length, Maxcargoweight) |
+
+ User - Function to add/adjust unittype capabilities.
|
@@ -2891,13 +2897,7 @@ for FARP vehicles, so -- services are goin to work (e.g. for the blue side: an u
- CTLD:UnitCapabilities(Unittype, Cancrates, Cantroops, Cratelimit, Trooplimit, Length, Maxcargoweight) |
-
- User - Function to add/adjust unittype capabilities.
- |
-
-
- CTLD.UnitTypes |
+ CTLD.UnitTypeCapabilities |
|
@@ -4654,144 +4654,144 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+
- | Fields and Methods inherited from CTLD.UnitCapabilities |
+ Fields and Methods inherited from CTLD.UnitTypeCapabilities |
Description |
- CTLD.UnitCapabilities.AH-64D_BLK_II |
+ CTLD.UnitTypeCapabilities.AH-64D_BLK_II |
|
- CTLD.UnitCapabilities.Bronco-OV-10A |
+ CTLD.UnitTypeCapabilities.Bronco-OV-10A |
|
- CTLD.UnitCapabilities.Hercules |
+ CTLD.UnitTypeCapabilities.Hercules |
|
- CTLD.UnitCapabilities.Ka-50 |
+ CTLD.UnitTypeCapabilities.Ka-50 |
|
- CTLD.UnitCapabilities.Ka-50_3 |
+ CTLD.UnitTypeCapabilities.Ka-50_3 |
|
- CTLD.UnitCapabilities.Mi-24P |
+ CTLD.UnitTypeCapabilities.Mi-24P |
|
- CTLD.UnitCapabilities.Mi-24V |
+ CTLD.UnitTypeCapabilities.Mi-24V |
|
- CTLD.UnitCapabilities.Mi-8MT |
+ CTLD.UnitTypeCapabilities.Mi-8MT |
|
- CTLD.UnitCapabilities.Mi-8MTV2 |
+ CTLD.UnitTypeCapabilities.Mi-8MTV2 |
|
- CTLD.UnitCapabilities.SA342L |
+ CTLD.UnitTypeCapabilities.SA342L |
|
- CTLD.UnitCapabilities.SA342M |
+ CTLD.UnitTypeCapabilities.SA342M |
|
- CTLD.UnitCapabilities.SA342Minigun |
+ CTLD.UnitTypeCapabilities.SA342Minigun |
|
- CTLD.UnitCapabilities.SA342Mistral |
+ CTLD.UnitTypeCapabilities.SA342Mistral |
|
- CTLD.UnitCapabilities.UH-1H |
+ CTLD.UnitTypeCapabilities.UH-1H |
|
- CTLD.UnitCapabilities.UH-60L |
+ CTLD.UnitTypeCapabilities.UH-60L |
|
- CTLD.UnitCapabilities.cargoweightlimit |
+ CTLD.UnitTypeCapabilities.cargoweightlimit |
Max loadable kgs of cargo.
|
- CTLD.UnitCapabilities.cratelimit |
+ CTLD.UnitTypeCapabilities.cratelimit |
Number of crates transportable.
|
- CTLD.UnitCapabilities.crates |
+ CTLD.UnitTypeCapabilities.crates |
Can transport crate.
|
- CTLD.UnitCapabilities.length |
+ CTLD.UnitTypeCapabilities.length |
|
- CTLD.UnitCapabilities.trooplimit |
+ CTLD.UnitTypeCapabilities.trooplimit |
Number of troop units transportable.
|
- CTLD.UnitCapabilities.troops |
+ CTLD.UnitTypeCapabilities.troops |
Can transport troops.
|
- CTLD.UnitCapabilities.type |
+ CTLD.UnitTypeCapabilities.type |
Unit type.
|
@@ -7647,17 +7647,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
-
-
-
-
@@ -7678,7 +7667,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.CtldUnits
@@ -7700,7 +7689,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.DroppedTroops
@@ -7725,14 +7714,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -7764,7 +7750,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeFMFrequencies
@@ -7786,7 +7772,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeVHFFrequencies
@@ -7875,14 +7861,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -7986,8 +7969,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -8515,7 +8498,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
CTLD.troopdropzoneradius
@@ -13084,6 +13067,117 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
+
+
+
+
User - Function to add/adjust unittype capabilities.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Unittype
+
+
+
+
+
The unittype to adjust. If passed as Wrapper.Unit#UNIT, it will search for the unit in the mission.
+
+
+
+
+
+
+ #boolean
+ Cancrates
+
+
+
+
+
Unit can load crates. Default false.
+
+
+
+
+
+
+ #boolean
+ Cantroops
+
+
+
+
+
Unit can load troops. Default false.
+
+
+
+
+
+
+ #number
+ Cratelimit
+
+
+
+
+
Unit can carry number of crates. Default 0.
+
+
+
+
+
+
+ #number
+ Trooplimit
+
+
+
+
+
Unit can carry number of troops. Default 0.
+
+
+
+
+
+
+
+
Unit lenght (in metres) for the load radius. Default 20.
+
+
+
+
+
+
+ #number
+ Maxcargoweight
+
+
+
+
+
Maxmimum weight in kgs this helo can carry. Default 500.
+
+
+
+
+
@@ -13230,117 +13324,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
-
-
-
-
-
User - Function to add/adjust unittype capabilities.
-
-
-
-
Defined in:
-
-
Parameters:
-
-
-
- #string
- Unittype
-
-
-
-
-
The unittype to adjust. If passed as Wrapper.Unit#UNIT, it will search for the unit in the mission.
-
-
-
-
-
-
- #boolean
- Cancrates
-
-
-
-
-
Unit can load crates. Default false.
-
-
-
-
-
-
- #boolean
- Cantroops
-
-
-
-
-
Unit can load troops. Default false.
-
-
-
-
-
-
- #number
- Cratelimit
-
-
-
-
-
Unit can carry number of crates. Default 0.
-
-
-
-
-
-
- #number
- Trooplimit
-
-
-
-
-
Unit can carry number of troops. Default 0.
-
-
-
-
-
-
-
-
Unit lenght (in metres) for the load radius. Default 20.
-
-
-
-
-
-
- #number
- Maxcargoweight
-
-
-
-
-
Maxmimum weight in kgs this helo can carry. Default 500.
-
-
-
-
-
@@ -17318,17 +17301,6 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
-
-
-
-
@@ -17349,7 +17321,7 @@ However, if you create a new folder inside the miz file, which contains the soun