From 9511852b34fa6a38faacec39f49aa7216e0921e9 Mon Sep 17 00:00:00 2001 From: MooseBotter Date: Sat, 7 Mar 2026 17:19:56 +0000 Subject: [PATCH] Auto commit by GitHub Actions Workflow --- Documentation/Core.Fsm.html | 4 +- Documentation/Core.Message.html | 19 +- Documentation/Core.Settings.html | 4 +- Documentation/Core.Spawn.html | 148 ++++++++---- Documentation/Core.Spot.html | 132 ----------- Documentation/Core.Zone.html | 44 ++++ Documentation/Functional.AICSAR.html | 51 ++++- Documentation/Functional.ATC_Ground.html | 10 +- Documentation/Functional.Autolase.html | 102 ++++----- Documentation/Functional.Designate.html | 11 + Documentation/Functional.Mantis.html | 198 +++------------- Documentation/Functional.RAT.html | 12 + Documentation/Functional.Range.html | 51 ++++- Documentation/Functional.Scoring.html | 26 ++- Documentation/OPS.FlightControl.html | 51 ++++- Documentation/Ops.ATIS.html | 17 +- Documentation/Ops.AWACS.html | 129 ++++++++++- Documentation/Ops.Airboss.html | 107 ++++++++- Documentation/Ops.ArmyGroup.html | 23 +- Documentation/Ops.Auftrag.html | 33 --- Documentation/Ops.CSAR.html | 6 +- Documentation/Ops.CTLD.html | 276 ++++++++++++++++++++--- Documentation/Ops.FlightGroup.html | 67 ++---- Documentation/Ops.Intel.html | 198 ---------------- Documentation/Ops.NavyGroup.html | 23 +- Documentation/Ops.OpsGroup.html | 58 ++++- Documentation/Ops.PlayerRecce.html | 17 +- Documentation/Ops.PlayerTask.html | 17 +- Documentation/Utilities.FiFo.html | 44 ++-- Documentation/Wrapper.Controllable.html | 55 ----- Documentation/Wrapper.Group.html | 78 ++++++- Documentation/Wrapper.Marker.html | 132 +++++------ 32 files changed, 1226 insertions(+), 917 deletions(-) diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html index 2fa347885..5c035c055 100644 --- a/Documentation/Core.Fsm.html +++ b/Documentation/Core.Fsm.html @@ -5978,7 +5978,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + FSM._StartState @@ -7610,7 +7610,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + FSM._StartState diff --git a/Documentation/Core.Message.html b/Documentation/Core.Message.html index 10141150a..bbf5f3024 100644 --- a/Documentation/Core.Message.html +++ b/Documentation/Core.Message.html @@ -1607,7 +1607,7 @@ To send messages, you need to use the To functions.

-

MESSAGE.SetMSRS(PathToSRS, Port, PathToCredentials, Frequency, Modulation, Gender, Culture, Voice, Coalition, Volume, Label, Coordinate, Backend, Provider)

+

MESSAGE.SetMSRS(PathToSRS, Port, PathToCredentials, Frequency, Modulation, Gender, Culture, Voice, Coalition, Volume, Label, Coordinate, Backend, Provider, Speaker)

Set up MESSAGE generally to allow Text-To-Speech via SRS and TTS functions.

@@ -2686,7 +2686,7 @@ The message display times are automatically defined based on the timing settings
-

(optional) Privider to be used, can be MSRS.Provider.WINDOWS or MSRS.Backend.GOOGLE or MSRS.Backend.PIPER etc

+

(optional) Provider to be used, can be MSRS.Provider.WINDOWS or MSRS.Provider.GOOGLE or MSRS.Provider.PIPER etc

+ +
+
+
+
+

+ #string + Speaker +

+
+
+ +

(optional) Speaker to be used. Only for select provider PIPER TTS Voices, requires HOUND backend.

diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html index e62e3dd0a..bcab56c1a 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -2774,7 +2774,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + SETTINGS.A2ASystem @@ -4931,7 +4931,7 @@ It is advised to use this method at the start of the mission.

- #string + SETTINGS.A2ASystem diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index 07cc830a9..532241bdb 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -2992,6 +2992,18 @@ and any spaces before and after the resulting name are removed.

SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)

+ + + +

SPAWN.hidden

+ + + + + +

SPAWN.modulation

+ + @@ -4057,9 +4069,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Overwrite unit names by default with group name.

-
@@ -4071,6 +4080,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
@@ -4104,17 +4124,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - -SPAWN.SpawnInitModu - - -
@@ -4135,15 +4144,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- -SPAWN.SpawnInitSADL + #string +SPAWN.SpawnInitSkill - -

we arrived here seeing that self.SpawnInitSADL == nil, but now that we have a SADL (num), we also need to set it to self.SpawnInitSADL in case - we need to get the next SADL from _DATABASE, or else UTILS.OctalToDecimal() will fail in GetNextSADL

-
@@ -4357,6 +4362,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ + +
+
+ + #boolean +SPAWN.SpawnUnControlled + + +
@@ -4424,7 +4440,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -

When the first Spawn executes, all the Groups need to be made visible before start.

+

Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.

@@ -4498,6 +4514,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPAWN.hidden + + + +
+ +
+
+
+ + +SPAWN.modulation + + +
@@ -10678,9 +10716,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

Overwrite unit names by default with group name.

- @@ -10692,6 +10727,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
@@ -10725,17 +10771,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- - -
-
- - -SPAWN.SpawnInitModu - - -
@@ -10756,15 +10791,11 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- -SPAWN.SpawnInitSADL + #string +SPAWN.SpawnInitSkill - -

we arrived here seeing that self.SpawnInitSADL == nil, but now that we have a SADL (num), we also need to set it to self.SpawnInitSADL in case - we need to get the next SADL from _DATABASE, or else UTILS.OctalToDecimal() will fail in GetNextSADL

-
@@ -10978,6 +11009,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ + #boolean +SPAWN.SpawnUnControlled + + +
@@ -11045,7 +11087,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

When the first Spawn executes, all the Groups need to be made visible before start.

+

Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.

@@ -11119,6 +11161,28 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ + +SPAWN.hidden + + + +
+ +
+
+
+ + +SPAWN.modulation + + +
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html index 4e2e19cf8..1ac2aadd8 100644 --- a/Documentation/Core.Spot.html +++ b/Documentation/Core.Spot.html @@ -2742,50 +2742,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.ScheduleID - - - -
- -
-
-
- - -SPOT.SpotIR - - - -
- -
-
-
- - -SPOT.SpotLaser - - - -
- -
-
-
- - -SPOT.Target - - -
@@ -4069,50 +4025,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.ScheduleID - - - -
- -
-
-
- - -SPOT.SpotIR - - - -
- -
-
-
- - -SPOT.SpotLaser - - - -
- -
-
-
- - -SPOT.Target - - -
@@ -5668,50 +5580,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.ScheduleID - - - -
- -
-
-
- - -SPOT.SpotIR - - - -
- -
-
-
- - -SPOT.SpotLaser - - - -
- -
-
-
- - -SPOT.Target - - -
diff --git a/Documentation/Core.Zone.html b/Documentation/Core.Zone.html index 7c6b124b7..2d23df4cb 100644 --- a/Documentation/Core.Zone.html +++ b/Documentation/Core.Zone.html @@ -16535,6 +16535,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+ZONE_OVAL.Angle + + + +
+ + +
+
+ + #table ZONE_OVAL.CenterVec2 @@ -17239,6 +17250,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
+ZONE_OVAL.Angle + + + +
+ +
+
+
+ + #table ZONE_OVAL.CenterVec2 @@ -19410,6 +19432,17 @@ end
+ZONE_OVAL.Angle + + + +
+ +
+
+
+ + #table ZONE_OVAL.CenterVec2 @@ -20943,6 +20976,17 @@ end
+ZONE_OVAL.Angle + + + +
+ +
+
+
+ + #table ZONE_OVAL.CenterVec2 diff --git a/Documentation/Functional.AICSAR.html b/Documentation/Functional.AICSAR.html index 78d59fb7d..0940c51ea 100644 --- a/Documentation/Functional.AICSAR.html +++ b/Documentation/Functional.AICSAR.html @@ -1908,13 +1908,13 @@ save your sound file inside of the .miz mission file. -

AICSAR:SetOperatorTTSVoice(Voice, Culture, Gender)

+

AICSAR:SetOperatorTTSVoice(Voice, Culture, Gender, Speaker)

[User] Set SRS TTS Voice of the rescue operator.

-

AICSAR:SetPilotTTSVoice(Voice, Culture, Gender)

+

AICSAR:SetPilotTTSVoice(Voice, Culture, Gender, Speaker)

[User] Set SRS TTS Voice of downed pilot.

@@ -1926,7 +1926,7 @@ save your sound file inside of the .miz mission file. -

AICSAR:SetSRSTTSRadio(OnOff, Path, Frequency, Modulation, Port, Voice, Culture, Gender, GoogleCredentials, Provider)

+

AICSAR:SetSRSTTSRadio(OnOff, Path, Frequency, Modulation, Port, Voice, Culture, Gender, GoogleCredentials, Provider, Speaker)

[User] Switch sound output on and use SRS-TTS output.

@@ -4574,7 +4574,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

[User] Set SRS TTS Voice of the rescue operator.

@@ -4627,6 +4627,19 @@ Specific voices override culture and gender!

(Optional) The gender to be used, defaults to "female"

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

@@ -4648,7 +4661,7 @@ Specific voices override culture and gender!

[User] Set SRS TTS Voice of downed pilot.

@@ -4701,6 +4714,19 @@ Specific voices override culture and gender!

(Optional) The gender to be used, defaults to "male"

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

@@ -4831,7 +4857,7 @@ Specific voices override culture and gender!

[User] Switch sound output on and use SRS-TTS output.

@@ -4975,6 +5001,19 @@ See AICSAR:SetPilotTTSVoice() and AICSAR:SetOperatorTTSVoice(

(Optional) TTS Provider to be used.

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html index a6c93529b..eff528a1b 100644 --- a/Documentation/Functional.ATC_Ground.html +++ b/Documentation/Functional.ATC_Ground.html @@ -3876,7 +3876,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + ATC_GROUND.Airbases @@ -3892,9 +3892,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Kickspeed

-
@@ -4464,7 +4461,7 @@ An airbase can be specified to set the maximum kick speed for.

- #table + ATC_GROUND.Airbases @@ -4480,9 +4477,6 @@ An airbase can be specified to set the maximum kick speed for.

- -

Kickspeed

-
diff --git a/Documentation/Functional.Autolase.html b/Documentation/Functional.Autolase.html index d633ae1ee..e9545717d 100644 --- a/Documentation/Functional.Autolase.html +++ b/Documentation/Functional.Autolase.html @@ -1964,7 +1964,7 @@ -

AUTOLASE:SetUsingSRS(OnOff, Path, Frequency, Modulation, Label, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, Provider)

+

AUTOLASE:SetUsingSRS(OnOff, Path, Frequency, Modulation, Label, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, Provider, Speaker)

(User) Function enable sending messages via SRS.

@@ -2389,7 +2389,7 @@
- #table + AUTOLASE.GroupsByThreat @@ -2427,6 +2427,17 @@ +
+ +
+
+
+ + +AUTOLASE.LaserCodes + + +
@@ -2551,39 +2562,6 @@

set up SRS

-
- -
-
-
- - #number -AUTOLASE.SRSFreq - - - -
- -
-
-
- - -AUTOLASE.SRSMod - - - -
- -
-
-
- - #string -AUTOLASE.SRSPath - - -
@@ -2601,7 +2579,7 @@
- #table + AUTOLASE.UnitsByThreat @@ -2694,17 +2672,6 @@ -
- -
-
-
- - #number -AUTOLASE.lasingindex - - -
@@ -2725,22 +2692,11 @@
- -
-
-
- - #boolean -AUTOLASE.notifypilots - - -
@@ -2785,6 +2741,17 @@ + + + +
+
+ + +AUTOLASE.smokecolor + + +
@@ -2802,7 +2769,7 @@
- + #boolean AUTOLASE.smoketargets @@ -4653,7 +4620,7 @@ Step 2 - send a message, e.g.

(User) Function enable sending messages via SRS.

@@ -4820,6 +4787,19 @@ Note that this must be installed on your windows system. Can also be Google voic

(Optional) TTS Provider to be used.

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html index 7afea4979..cc959d93f 100644 --- a/Documentation/Functional.Designate.html +++ b/Documentation/Functional.Designate.html @@ -2397,6 +2397,17 @@ Use the method DESIGNATE.SetMission() to +
+ + +
+
+ + #table +DESIGNATE.LaserCodes + + +
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html index f18625d3a..126665a9a 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -1919,6 +1919,12 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%

MANTIS:GetCommandCenter()

Function to get the HQ object for further use

+ + + +

MANTIS.Groupset

+ + @@ -4516,6 +4522,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.

+ + + +
+
+ + +MANTIS.Groupset + + +
@@ -4538,28 +4555,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The ME name of the HQ object

- - - -
-
- - #table -MANTIS.InboundARMs - - - -
- -
-
-
- - #table -MANTIS.LastThreatEval - - -
@@ -4599,7 +4594,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_Long @@ -4610,7 +4605,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_Medium @@ -4621,7 +4616,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_PointDef @@ -4632,7 +4627,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_Short @@ -5127,61 +5122,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Log SAM status in dcs.log every cycle if true.

-
- -
-
-
- - #number -MANTIS.maxclassic - - - -
- -
-
-
- - #number -MANTIS.maxlongrange - - - -
- -
-
-
- - #number -MANTIS.maxmidrange - - - -
- -
-
-
- - #number -MANTIS.maxpointdefrange - - - -
- -
-
-
- - #number -MANTIS.maxshortrange - - -
@@ -10174,6 +10114,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.

+
+ +
+
+
+ + +MANTIS.Groupset + + +
@@ -10196,28 +10147,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

The ME name of the HQ object

-
- -
-
-
- - #table -MANTIS.InboundARMs - - - -
- -
-
-
- - #table -MANTIS.LastThreatEval - - -
@@ -10257,7 +10186,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table + MANTIS.SAM_Table_Long @@ -10268,7 +10197,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table + MANTIS.SAM_Table_Medium @@ -10279,7 +10208,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table + MANTIS.SAM_Table_PointDef @@ -10290,7 +10219,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
- #table + MANTIS.SAM_Table_Short @@ -10785,61 +10714,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

Log SAM status in dcs.log every cycle if true.

-
- -
-
-
- - #number -MANTIS.maxclassic - - - -
- -
-
-
- - #number -MANTIS.maxlongrange - - - -
- -
-
-
- - #number -MANTIS.maxmidrange - - - -
- -
-
-
- - #number -MANTIS.maxpointdefrange - - - -
- -
-
-
- - #number -MANTIS.maxshortrange - - -
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html index becfe76a6..1657778a1 100644 --- a/Documentation/Functional.RAT.html +++ b/Documentation/Functional.RAT.html @@ -4576,6 +4576,18 @@ and any spaces before and after the resulting name are removed.

RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)

+ + + +

RAT.hidden

+ + + + + +

RAT.modulation

+ + diff --git a/Documentation/Functional.Range.html b/Documentation/Functional.Range.html index 277ce6834..931ad3a2c 100644 --- a/Documentation/Functional.Range.html +++ b/Documentation/Functional.Range.html @@ -2100,19 +2100,19 @@ The could avoid the lua garbage collection to accidentally/falsely deallocate th -

RANGE:SetSRS(PathToSRS, Port, Coalition, Frequency, Modulation, Volume, PathToGoogleKey, Provider)

+

RANGE:SetSRS(PathToSRS, Port, Coalition, Frequency, Modulation, Volume, PathToGoogleKey, Provider, Backend)

Use SRS Simple-Text-To-Speech for transmissions.

-

RANGE:SetSRSRangeControl(frequency, modulation, voice, culture, gender, relayunitname)

+

RANGE:SetSRSRangeControl(frequency, modulation, voice, culture, gender, relayunitname, Speaker)

(SRS) Set range control frequency and voice.

-

RANGE:SetSRSRangeInstructor(frequency, modulation, voice, culture, gender, relayunitname)

+

RANGE:SetSRSRangeInstructor(frequency, modulation, voice, culture, gender, relayunitname, Speaker)

(SRS) Set range instructor frequency and voice.

@@ -7787,7 +7787,7 @@ If a zone is not explicitly specified, the range zone is determined by its locat

Use SRS Simple-Text-To-Speech for transmissions.

@@ -7904,6 +7904,19 @@ If a zone is not explicitly specified, the range zone is determined by its locat

(Optional) TTS Provider to be used.

+
+
+
+
+

+ #string + Backend +

+
+
+ +

(Optional) TTS Backend to be used.

+

Return value:

@@ -7925,7 +7938,7 @@ If a zone is not explicitly specified, the range zone is determined by its locat

(SRS) Set range control frequency and voice.

@@ -8016,6 +8029,19 @@ If a zone is not explicitly specified, the range zone is determined by its locat

Name of the unit used for transmission location.

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

@@ -8037,7 +8063,7 @@ If a zone is not explicitly specified, the range zone is determined by its locat

(SRS) Set range instructor frequency and voice.

@@ -8128,6 +8154,19 @@ If a zone is not explicitly specified, the range zone is determined by its locat

Name of the unit used for transmission location.

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html index 1a85823c0..b5166095d 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -2899,6 +2899,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +
+
+
+ + SCORING.AutoSavePath @@ -3154,7 +3165,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + SCORING.penaltyonfratricide @@ -6356,6 +6367,17 @@ The scale magnifies the scores given to the players.

+ +
+
+
+ + SCORING.AutoSavePath @@ -6611,7 +6633,7 @@ The scale magnifies the scores given to the players.

- #boolean + SCORING.penaltyonfratricide diff --git a/Documentation/OPS.FlightControl.html b/Documentation/OPS.FlightControl.html index 6d8f0d053..5e7da6814 100644 --- a/Documentation/OPS.FlightControl.html +++ b/Documentation/OPS.FlightControl.html @@ -2103,7 +2103,7 @@ atcNellis:Start() -

FLIGHTCONTROL:SetSRSPilot(Gender, Culture, Voice, Volume, Label)

+

FLIGHTCONTROL:SetSRSPilot(Gender, Culture, Voice, Volume, Label, Speaker)

Set SRS options for pilot voice.

@@ -2115,7 +2115,7 @@ atcNellis:Start() -

FLIGHTCONTROL:SetSRSTower(Gender, Culture, Voice, Volume, Label)

+

FLIGHTCONTROL:SetSRSTower(Gender, Culture, Voice, Volume, Label, Speaker)

Set SRS options for tower voice.

@@ -2523,7 +2523,7 @@ atcNellis:Start() -

FLIGHTCONTROL:_SetSRSOptions(msrs, Gender, Culture, Voice, Volume, Label, PathToGoogleCredentials, Port)

+

FLIGHTCONTROL:_SetSRSOptions(msrs, Gender, Culture, Voice, Volume, Label, PathToGoogleCredentials, Port, Speaker)

Set SRS options for a given MSRS object.

@@ -7029,7 +7029,7 @@ You need to input the value. On the DCS forum it was stated that this is current

Set SRS options for pilot voice.

@@ -7104,6 +7104,19 @@ You need to input the value. On the DCS forum it was stated that this is current

(Optional) Name under which SRS transmits. Default "Pilot".

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

@@ -7169,7 +7182,7 @@ You need to input the value. On the DCS forum it was stated that this is current

Set SRS options for tower voice.

@@ -7244,6 +7257,19 @@ You need to input the value. On the DCS forum it was stated that this is current

(Optional) Name under which SRS transmits. Default self.alias.

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

@@ -9709,7 +9735,7 @@ You need to input the value. On the DCS forum it was stated that this is current

Set SRS options for a given MSRS object.

@@ -9823,6 +9849,19 @@ You need to input the value. On the DCS forum it was stated that this is current

(Optional) Server port for SRS. Defaults to 5002.

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

diff --git a/Documentation/Ops.ATIS.html b/Documentation/Ops.ATIS.html index c711183bb..91e0b67e4 100644 --- a/Documentation/Ops.ATIS.html +++ b/Documentation/Ops.ATIS.html @@ -2158,7 +2158,7 @@ atis:Start() -

ATIS:SetSRS(PathToSRS, Gender, Culture, Voice, Port, GoogleKey, Provider)

+

ATIS:SetSRS(PathToSRS, Gender, Culture, Voice, Port, GoogleKey, Provider, Speaker)

Use SRS Simple-Text-To-Speech for transmissions.

@@ -6793,7 +6793,7 @@ Note that the dew point is only an artificial information as DCS does not have a

Use SRS Simple-Text-To-Speech for transmissions.

@@ -6897,6 +6897,19 @@ Note that the dew point is only an artificial information as DCS does not have a

(Optional) TTS Provider to be used.

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

diff --git a/Documentation/Ops.AWACS.html b/Documentation/Ops.AWACS.html index 9d41520d5..a2e4469fa 100644 --- a/Documentation/Ops.AWACS.html +++ b/Documentation/Ops.AWACS.html @@ -2137,6 +2137,12 @@ To add a localization, the following texts need to be translated and set in your

AWACS.CAPIdleHuman

+ + + +

AWACS.CAPSpeaker

+ + @@ -2647,6 +2653,12 @@ To add a localization, the following texts need to be translated and set in your

AWACS.PrioRadioQueue

+ + + +

AWACS.Provider

+ + @@ -2848,13 +2860,13 @@ To add a localization, the following texts need to be translated and set in your -

AWACS:SetSRS(PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, AccessKey, Backend, Provider)

+

AWACS:SetSRS(PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, AccessKey, Backend, Provider, Speaker)

[User] Set AWACS SRS TTS details - see Sound.SRS for details.

-

AWACS:SetSRSVoiceCAP(Gender, Culture, Voice)

+

AWACS:SetSRSVoiceCAP(Gender, Culture, Voice, Speaker)

[User] Set AWACS Voice Details for AI CAP Planes - SRS TTS - see Sound.SRS for details

@@ -2866,7 +2878,7 @@ To add a localization, the following texts need to be translated and set in your -

AWACS:SetTacticalRadios(BaseFreq, Increase, Modulation, Interval, Number, Provider)

+

AWACS:SetTacticalRadios(BaseFreq, Increase, Modulation, Interval, Number, Provider, Speaker)

[User] Set the tactical information option, create 10 radio channels groups can subscribe and get Bogey Dope on a specific frequency automatically.

@@ -5767,6 +5779,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +AWACS.CAPSpeaker + + +
@@ -6372,6 +6395,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +AWACS.Provider + + +
@@ -9855,7 +9889,7 @@ Sets TAC/Meld/Threat call distances to 35, 25 and 15 nm.

[User] Set AWACS SRS TTS details - see Sound.SRS for details.

@@ -9999,6 +10033,19 @@ Note that this must be installed on your windows system. Can also be Google voic

(Optional) TTS Provider to be used.

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

@@ -10020,7 +10067,7 @@ Note that this must be installed on your windows system. Can also be Google voic

[User] Set AWACS Voice Details for AI CAP Planes - SRS TTS - see Sound.SRS for details

@@ -10070,6 +10117,19 @@ Note that this must be installed on your windows system. Can also be Google voic

(Optional) Use a specifc voice with the MSRS.SetVoice function, e.g, :SetVoice("Microsoft Hedda Desktop"). Note that this must be installed on your windows system. Can also be Google voice types, if you are using Google TTS.

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

@@ -10148,7 +10208,7 @@ Note that this must be installed on your windows system. Can also be Google voic

[User] Set the tactical information option, create 10 radio channels groups can subscribe and get Bogey Dope on a specific frequency automatically.

@@ -10239,6 +10299,19 @@ Note that this must be installed on your windows system. Can also be Google voic

(Optional) TTS Provider to be used.

+
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

@@ -15741,6 +15814,17 @@ Note that this must be installed on your windows system. Can also be Google voic + + + +
+
+ + +AWACS.CAPSpeaker + + +
@@ -16346,6 +16430,17 @@ Note that this must be installed on your windows system. Can also be Google voic + + + +
+
+ + +AWACS.Provider + + +
@@ -18754,6 +18849,17 @@ Note that this must be installed on your windows system. Can also be Google voic + + + +
+
+ + +AWACS.CAPSpeaker + + +
@@ -19359,6 +19465,17 @@ Note that this must be installed on your windows system. Can also be Google voic + + + +
+
+ + +AWACS.Provider + + +
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html index 005343d40..a303d7341 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -9831,6 +9831,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Radio queue of LSO.

+ + + +
+
+ + +AIRBOSS.RQLid + + +
@@ -9842,6 +9853,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Radio queue of marshal.

+ + + +
+
+ + +AIRBOSS.RQMid + + +
@@ -30478,6 +30500,17 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of LSO.

+ + + +
+
+ + +AIRBOSS.RQLid + + +
@@ -30489,6 +30522,17 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of marshal.

+ + + +
+
+ + +AIRBOSS.RQMid + + +
@@ -33602,6 +33646,17 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of LSO.

+ + + +
+
+ + +AIRBOSS.RQLid + + +
@@ -33613,6 +33668,17 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of marshal.

+ + + +
+
+ + +AIRBOSS.RQMid + + +
@@ -41874,7 +41940,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

VNAO Edit - Added

+

VNAO Edit - Added

@@ -41902,7 +41968,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

VNAO Edit - Added

+

VNAO Edit - Added

@@ -41916,7 +41982,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

VNAO Edit - Added

+

VNAO Edit - Added

@@ -42028,9 +42094,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - -

Set current case.

- @@ -42094,6 +42157,20 @@ When moose is loading dynamically (for moose class development), tracing is swit
+AIRBOSS.PlayerData.flag + + + + +

Also decrease flag for section members of flight.

+ +
+ + +
+
+ + AIRBOSS.PlayerData.grade @@ -42269,9 +42346,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - -

Set Stable Hover

-
@@ -42306,7 +42380,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

Set time stamp.

+

Set new time stamp.

@@ -42444,7 +42518,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

VNAO Edit - Added

+

VNAO Edit - Added

@@ -42550,6 +42624,17 @@ When moose is loading dynamically (for moose class development), tracing is swit

Band modulation.

+ + + +
+
+ + +AIRBOSS.Radio.voice + + +
diff --git a/Documentation/Ops.ArmyGroup.html b/Documentation/Ops.ArmyGroup.html index 65c2814c0..d6ad5cf85 100644 --- a/Documentation/Ops.ArmyGroup.html +++ b/Documentation/Ops.ArmyGroup.html @@ -2434,6 +2434,12 @@

ARMYGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

+ + + +

ARMYGROUP.EPLRS

+ + @@ -3740,7 +3746,7 @@ -

ARMYGROUP:SetSRS(PathToSRS, Gender, Culture, Voice, Port, PathToGoogleKey, Label, Volume, Provider)

+

ARMYGROUP:SetSRS(PathToSRS, Gender, Culture, Voice, Port, PathToGoogleKey, Label, Volume, Provider, Speaker)

Use SRS Simple-Text-To-Speech for transmissions.

@@ -23360,7 +23366,7 @@ Optionally, you can calculate the current max weight possible, which accounts fo

Use SRS Simple-Text-To-Speech for transmissions.

@@ -23487,6 +23493,19 @@ Optionally, you can calculate the current max weight possible, which accounts fo

(Optional) TTS Provider to be used.

+
+ +
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

diff --git a/Documentation/Ops.Auftrag.html b/Documentation/Ops.Auftrag.html index 6693eafd4..effe7966c 100644 --- a/Documentation/Ops.Auftrag.html +++ b/Documentation/Ops.Auftrag.html @@ -7421,17 +7421,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Mission Ingress waypoint coordinate.

- - - -
-
@@ -23261,17 +23250,6 @@ will always return.

Mission Ingress waypoint coordinate.

- - - -
-
@@ -26686,17 +26664,6 @@ will always return.

Mission Ingress waypoint coordinate.

- - - -
-
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html index d47b10bcc..189f0e671 100644 --- a/Documentation/Ops.CSAR.html +++ b/Documentation/Ops.CSAR.html @@ -1608,14 +1608,16 @@ Create a late-activated single infantry unit as template in the mission editor a mycsar.SRSModulation = radio.modulation.AM -- modulation mycsar.SRSport = 5002 -- and SRS Server port mycsar.SRSCulture = "en-GB" -- SRS voice culture - mycsar.SRSVoice = nil -- SRS voice for downed pilot, relevant for Google TTS + mycsar.SRSVoice = nil -- TTS voice for downed pilot, relevant for Google TTS + mycsar.SRSSpeaker = nil -- TTS sub-voice, only relevant for Piper TTS with Hound backend mycsar.SRSGPathToCredentials = nil -- Path to your Google credentials json file, set this if you want to use Google TTS as provider mycsar.SRSBackend = MSRS.Backend.SRSEXE -- default backend is windows mycsar.SRSProvider = MSRS.Provider.WINDOWS -- default TTS provider is windows mycsar.SRSSpeed = 1.0 -- default speech speed - does not work with all providers mycsar.SRSVolume = 1 -- Volume, between 0 and 1 mycsar.SRSGender = "male" -- male or female voice - mycsar.CSARVoice = MSRS.Voices.Google.Standard.en_US_Standard_A -- SRS voice for CSAR Controller, relevant for Google TTS + mycsar.CSARVoice = MSRS.Voices.Google.Standard.en_US_Standard_A -- TTS voice for CSAR Controller, relevant for Google TTS + mycsar.CSARSpeaker = nil -- TTS sub-voice, only relevant for Piper TTS with Hound backend mycsar.CSARVoiceMS = MSRS.Voices.Microsoft.Hedda -- SRS voice for CSAR Controller, relevant for MS Desktop TTS mycsar.coordinate -- Coordinate from which CSAR TTS is sending. Defaults to a random MASH object position -- diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html index 8bbd95217..2d523f67d 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -3071,7 +3071,7 @@ If you use units built by multiple templates, they will effectively double on lo -

CTLD:SetSRS(Frequency, Modulation, PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, AccessKey, Backend, Provider)

+

CTLD:SetSRS(Frequency, Modulation, PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, AccessKey, Backend, Provider, Speaker)

[User] Set SRS TTS details - see Sound.SRS for details.SetSRS() will try to use as many attributes configured with Sound.SRS#MSRS.LoadConfigFile() as possible.

@@ -6007,6 +6007,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Name of the class.

+ + + +
+
+ + #number +CTLD.CrateCounter + + +
@@ -6049,7 +6060,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.DroppedTroops @@ -6074,11 +6085,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CTLD.EngineersInField + +

holds #CTLD_ENGINEERING objects

+
@@ -6185,14 +6199,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeVHFFrequencies - -

Beacons

-
@@ -6365,6 +6376,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Smokes and Flares

+
+ +
+
+
+ + #table +CTLD.Spawned_Cargo + + +
@@ -6462,6 +6484,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +CTLD.UserSetGroup + + +
@@ -6480,7 +6513,40 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#table -CTLD._troopsByName +CTLD._c130DcAutoBatches + + + +
+ + +
+
+ + #table +CTLD._c130DcAutoMap + + + +
+ +
+
+
+ + #number +CTLD._c130DcAutoSeq + + + +
+ +
+
+
+ + #table +CTLD._c130DcAutoSets @@ -6992,7 +7058,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -

time to repairor build a unit/group

+

noob catch

@@ -14633,7 +14699,7 @@ Return true to allow the request, or false to block it. When blocked, _LoadTroop

[User] Set SRS TTS details - see Sound.SRS for details.SetSRS() will try to use as many attributes configured with Sound.SRS#MSRS.LoadConfigFile() as possible.

@@ -14798,7 +14864,20 @@ Note that this must be installed on your windows system. Can also be Google voic
-

(Optional) MSRS Provider to be used, can be MSRS.Provider.Google or MSRS.Provider.WINDOWS etc; if you use a config file for MSRS, hand in nil here.

+

(Optional) MSRS Provider to be used, can be MSRS.Provider.Google or MSRS.Provider.WINDOWS etc; if you use a config file for MSRS, hand in nil here.

+ +
+
+
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

@@ -22681,6 +22760,17 @@ However, if you create a new folder inside the miz file, which contains the soun

Name of the class.

+ + + +
+
+ + #number +CTLD.CrateCounter + + +
@@ -22723,7 +22813,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.DroppedTroops @@ -22748,11 +22838,14 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.EngineersInField + +

holds #CTLD_ENGINEERING objects

+
@@ -22859,14 +22952,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeVHFFrequencies - -

Beacons

-
@@ -23039,6 +23129,17 @@ However, if you create a new folder inside the miz file, which contains the soun

Smokes and Flares

+
+ +
+
+
+ + #table +CTLD.Spawned_Cargo + + +
@@ -23136,6 +23237,17 @@ However, if you create a new folder inside the miz file, which contains the soun + + + +
+
+ + +CTLD.UserSetGroup + + +
@@ -23154,7 +23266,40 @@ However, if you create a new folder inside the miz file, which contains the soun
#table -CTLD._troopsByName +CTLD._c130DcAutoBatches + + + +
+ + +
+
+ + #table +CTLD._c130DcAutoMap + + + +
+ +
+
+
+ + #number +CTLD._c130DcAutoSeq + + + +
+ +
+
+
+ + #table +CTLD._c130DcAutoSets @@ -23666,7 +23811,7 @@ However, if you create a new folder inside the miz file, which contains the soun -

time to repairor build a unit/group

+

noob catch

@@ -25491,6 +25636,17 @@ However, if you create a new folder inside the miz file, which contains the soun

Name of the class.

+
+ + +
+
+ + #number +CTLD.CrateCounter + + +
@@ -25533,7 +25689,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.DroppedTroops @@ -25558,11 +25714,14 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #table CTLD.EngineersInField + +

holds #CTLD_ENGINEERING objects

+
@@ -25669,14 +25828,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeVHFFrequencies - -

Beacons

-
@@ -25849,6 +26005,17 @@ However, if you create a new folder inside the miz file, which contains the soun

Smokes and Flares

+
+ +
+
+
+ + #table +CTLD.Spawned_Cargo + + +
@@ -25946,6 +26113,17 @@ However, if you create a new folder inside the miz file, which contains the soun + + + +
+
+ + +CTLD.UserSetGroup + + +
@@ -25964,7 +26142,40 @@ However, if you create a new folder inside the miz file, which contains the soun
#table -CTLD._troopsByName +CTLD._c130DcAutoBatches + + + +
+ + +
+
+ + #table +CTLD._c130DcAutoMap + + + +
+ +
+
+
+ + #number +CTLD._c130DcAutoSeq + + + +
+ +
+
+
+ + #table +CTLD._c130DcAutoSets @@ -26476,7 +26687,7 @@ However, if you create a new folder inside the miz file, which contains the soun -

time to repairor build a unit/group

+

noob catch

@@ -31238,6 +31449,17 @@ When moose is loading dynamically (for moose class development), tracing is swit

Can transport crate.

+
+ + +
+
diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html index 141d47225..8793dfc6f 100644 --- a/Documentation/Ops.FlightGroup.html +++ b/Documentation/Ops.FlightGroup.html @@ -3294,6 +3294,12 @@

FLIGHTGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

+ + + +

FLIGHTGROUP.EPLRS

+ + @@ -4600,7 +4606,7 @@ -

FLIGHTGROUP:SetSRS(PathToSRS, Gender, Culture, Voice, Port, PathToGoogleKey, Label, Volume, Provider)

+

FLIGHTGROUP:SetSRS(PathToSRS, Gender, Culture, Voice, Port, PathToGoogleKey, Label, Volume, Provider, Speaker)

Use SRS Simple-Text-To-Speech for transmissions.

@@ -8058,17 +8064,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
@@ -18877,17 +18872,6 @@ Here we only check if stuck whilst taxiing.

- - - -
-
@@ -30027,7 +30011,7 @@ Optionally, you can calculate the current max weight possible, which accounts fo

Use SRS Simple-Text-To-Speech for transmissions.

@@ -30154,6 +30138,19 @@ Optionally, you can calculate the current max weight possible, which accounts fo

(Optional) TTS Provider to be used.

+
+ +
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

@@ -39726,17 +39723,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo - - - -
-
@@ -41928,17 +41914,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo - - - -
-
diff --git a/Documentation/Ops.Intel.html b/Documentation/Ops.Intel.html index fad891b57..a6c634175 100644 --- a/Documentation/Ops.Intel.html +++ b/Documentation/Ops.Intel.html @@ -4828,72 +4828,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}

- - - -
-
- - #boolean -INTEL.DetectDLINK - - - -
- -
-
-
- - #boolean -INTEL.DetectIRST - - - -
- -
-
-
- - #boolean -INTEL.DetectOptical - - - -
- -
-
-
- - #boolean -INTEL.DetectRWR - - - -
- -
-
-
- - #boolean -INTEL.DetectRadar - - - -
- -
-
-
- - #boolean -INTEL.DetectVisual - - -
@@ -10194,72 +10128,6 @@ Note that reject zones overrule accept zones, i.e. if a unit is inside an accept

Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}

- - - -
-
- - #boolean -INTEL.DetectDLINK - - - -
- -
-
-
- - #boolean -INTEL.DetectIRST - - - -
- -
-
-
- - #boolean -INTEL.DetectOptical - - - -
- -
-
-
- - #boolean -INTEL.DetectRWR - - - -
- -
-
-
- - #boolean -INTEL.DetectRadar - - - -
- -
-
-
- - #boolean -INTEL.DetectVisual - - -
@@ -12112,72 +11980,6 @@ Note that reject zones overrule accept zones, i.e. if a unit is inside an accept

Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}

- - - -
-
- - #boolean -INTEL.DetectDLINK - - - -
- -
-
-
- - #boolean -INTEL.DetectIRST - - - -
- -
-
-
- - #boolean -INTEL.DetectOptical - - - -
- -
-
-
- - #boolean -INTEL.DetectRWR - - - -
- -
-
-
- - #boolean -INTEL.DetectRadar - - - -
- -
-
-
- - #boolean -INTEL.DetectVisual - - -
diff --git a/Documentation/Ops.NavyGroup.html b/Documentation/Ops.NavyGroup.html index 2ce8a680d..b667fb910 100644 --- a/Documentation/Ops.NavyGroup.html +++ b/Documentation/Ops.NavyGroup.html @@ -2463,6 +2463,12 @@

NAVYGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

+ + + +

NAVYGROUP.EPLRS

+ + @@ -3769,7 +3775,7 @@ -

NAVYGROUP:SetSRS(PathToSRS, Gender, Culture, Voice, Port, PathToGoogleKey, Label, Volume, Provider)

+

NAVYGROUP:SetSRS(PathToSRS, Gender, Culture, Voice, Port, PathToGoogleKey, Label, Volume, Provider, Speaker)

Use SRS Simple-Text-To-Speech for transmissions.

@@ -23248,7 +23254,7 @@ Optionally, you can calculate the current max weight possible, which accounts fo

Use SRS Simple-Text-To-Speech for transmissions.

@@ -23375,6 +23381,19 @@ Optionally, you can calculate the current max weight possible, which accounts fo

(Optional) TTS Provider to be used.

+
+ +
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

diff --git a/Documentation/Ops.OpsGroup.html b/Documentation/Ops.OpsGroup.html index c2dbf773d..c27c66719 100644 --- a/Documentation/Ops.OpsGroup.html +++ b/Documentation/Ops.OpsGroup.html @@ -1692,6 +1692,12 @@

OPSGROUP:DestroyUnit(UnitName, Delay)

Destroy a unit of the group.

+ + + +

OPSGROUP.EPLRS

+ + @@ -2998,7 +3004,7 @@ -

OPSGROUP:SetSRS(PathToSRS, Gender, Culture, Voice, Port, PathToGoogleKey, Label, Volume, Provider)

+

OPSGROUP:SetSRS(PathToSRS, Gender, Culture, Voice, Port, PathToGoogleKey, Label, Volume, Provider, Speaker)

Use SRS Simple-Text-To-Speech for transmissions.

@@ -7322,6 +7328,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Name of the class.

+ + + +
+
+ + +OPSGROUP.EPLRS + + +
@@ -19790,7 +19807,7 @@ Optionally, you can calculate the current max weight possible, which accounts fo

Use SRS Simple-Text-To-Speech for transmissions.

@@ -19917,6 +19934,19 @@ Optionally, you can calculate the current max weight possible, which accounts fo

(Optional) TTS Provider to be used.

+
+ +
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

@@ -29102,6 +29132,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo

Name of the class.

+ + + +
+
+ + +OPSGROUP.EPLRS + + +
@@ -32235,6 +32276,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo

Name of the class.

+ + + +
+
+ + +OPSGROUP.EPLRS + + +
@@ -39370,7 +39422,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

No of sight.

+

Has line of sight.

diff --git a/Documentation/Ops.PlayerRecce.html b/Documentation/Ops.PlayerRecce.html index cca85ba76..a759b0798 100644 --- a/Documentation/Ops.PlayerRecce.html +++ b/Documentation/Ops.PlayerRecce.html @@ -2214,7 +2214,7 @@ -

PLAYERRECCE:SetSRS(Frequency, Modulation, PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, Backend, Provider)

+

PLAYERRECCE:SetSRS(Frequency, Modulation, PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, Backend, Provider, Speaker)

[User] Set SRS TTS details - see Sound.SRS for details

@@ -6456,7 +6456,7 @@ callsigns from playername or group name.

[User] Set SRS TTS details - see Sound.SRS for details

@@ -6610,6 +6610,19 @@ Note that this must be installed on your windows system. Can also be Google voic

(Optional) TTS Provider to be used.

+
+ +
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

diff --git a/Documentation/Ops.PlayerTask.html b/Documentation/Ops.PlayerTask.html index 105961125..6be542d6f 100644 --- a/Documentation/Ops.PlayerTask.html +++ b/Documentation/Ops.PlayerTask.html @@ -4201,7 +4201,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -

PLAYERTASKCONTROLLER:SetSRS(Frequency, Modulation, PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, AccessKey, Coordinate, Backend, Provider)

+

PLAYERTASKCONTROLLER:SetSRS(Frequency, Modulation, PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, AccessKey, Coordinate, Backend, Provider, Speaker)

[User] Set SRS TTS details - see Sound.SRS for details.SetSRS() will try to use as many attributes configured with Sound.SRS#MSRS.LoadConfigFile() as possible.

@@ -20162,7 +20162,7 @@ If you want to e.g. exclude AAA, so target groups with this attribute are assign

[User] Set SRS TTS details - see Sound.SRS for details.SetSRS() will try to use as many attributes configured with Sound.SRS#MSRS.LoadConfigFile() as possible.

@@ -20342,6 +20342,19 @@ Note that this must be installed on your windows system. Can also be Google voic

(Optional) TTS Provider to be used.

+
+ +
+
+

+ #string + Speaker +

+
+
+ +

(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).

+

Return value:

diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html index 92a8445a3..2a6c9348a 100644 --- a/Documentation/Utilities.FiFo.html +++ b/Documentation/Utilities.FiFo.html @@ -3253,17 +3253,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Stack by pointer.

- - - -
-
- - #number -FIFO.uniquecounter - - -
@@ -4113,17 +4102,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Stack by pointer.

- - - -
-
- - #number -FIFO.uniquecounter - - -
@@ -8041,6 +8019,17 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+
+ + #number +LIFO.uniquecounter + + +
@@ -8890,6 +8879,17 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+
+ + #number +LIFO.uniquecounter + + +
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html index f47e20eda..9f4fa9648 100644 --- a/Documentation/Wrapper.Controllable.html +++ b/Documentation/Wrapper.Controllable.html @@ -4423,17 +4423,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - -
@@ -18114,17 +18103,6 @@ mygroup:WayPointExecute()

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - -
@@ -22280,17 +22258,6 @@ Coordinates are dependent on the position of the maps origin.

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - -
@@ -22967,17 +22934,6 @@ If the Identifiable is alive, true is returned.

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - -
@@ -23165,17 +23121,6 @@ If the Identifiable is alive, true is returned.

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - -
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html index 3ed3381d5..f3f575d15 100644 --- a/Documentation/Wrapper.Group.html +++ b/Documentation/Wrapper.Group.html @@ -5563,7 +5563,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-GROUP.InitRespawnRandomizePositionZone +GROUP.InitRespawnRandomizePositionInner + + + +
+ + +
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -10747,7 +10758,18 @@ These settings can be provided by calling the relevant Init...() methods of the + +
+
+ +
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -28792,7 +28825,18 @@ Coordinates are dependent on the position of the maps origin.

+ +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -29573,7 +29617,18 @@ If the Identifiable is alive, true is returned.

+ +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -29865,7 +29920,18 @@ If the Identifiable is alive, true is returned.

+ +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html index c7930afb1..e830070d4 100644 --- a/Documentation/Wrapper.Marker.html +++ b/Documentation/Wrapper.Marker.html @@ -2949,28 +2949,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

-
- -
-
-
- - -MARKER.groupid - - - -
- -
-
-
- - -MARKER.groupname - - -
@@ -3048,6 +3026,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Text displayed in the mark panel.

+
+ +
+
+
+ + #boolean +MARKER.toall + + + +
+ +
+
+
+ + #boolean +MARKER.tocoalition + + +
@@ -5098,28 +5098,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

-
- -
-
-
- - -MARKER.groupid - - - -
- -
-
-
- - -MARKER.groupname - - -
@@ -5197,6 +5175,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Text displayed in the mark panel.

+
+ + +
+
+ + #boolean +MARKER.toall + + + +
+ +
+
+
+ + #boolean +MARKER.tocoalition + + +
@@ -6741,28 +6741,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

- - - -
-
- - -MARKER.groupid - - - -
- -
-
-
- - -MARKER.groupname - - -
@@ -6840,6 +6818,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Text displayed in the mark panel.

+ + + +
+
+ + #boolean +MARKER.toall + + + +
+ +
+
+
+ + #boolean +MARKER.tocoalition + + +