From 4f9a059c3e1bddac83d1ecdfc1235ea7256811c6 Mon Sep 17 00:00:00 2001
From: Applevangelist flash messages to players
flash messages to players
-flash messages to players
-flash messages to players
-The Defender Default Settings over all Squadrons.
+ + + +The Defender Default Settings over all Squadrons.
+ + + +The Defender Default Settings over all Squadrons.
+ + + +The Defender Default Settings over all Squadrons.
+ + + +No loading happened, so we need to pickup something else.
-No loading happened, so we need to pickup something else.
-No loading happened, so we need to pickup something else.
-No loading happened, so we need to pickup something else.
-Set destination airbase for next :Route() command.
- @@ -4538,9 +4535,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -Set destination airbase for next :Route() command.
- @@ -5167,9 +5161,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -Set destination airbase for next :Route() command.
- @@ -6684,9 +6675,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -Set destination airbase for next :Route() command.
- diff --git a/Documentation/AI.AI_Cargo_Helicopter.html b/Documentation/AI.AI_Cargo_Helicopter.html index ba7072f07..b6c23e96f 100644 --- a/Documentation/AI.AI_Cargo_Helicopter.html +++ b/Documentation/AI.AI_Cargo_Helicopter.html @@ -2908,28 +2908,22 @@ When Moose is loaded statically, (as one file), tracing is switched off by defaumeter
-kph
-meter
-kph
-meter
-kph
-meter
-kph
-This table contains the targets detected during patrol.
+ @@ -6506,6 +6509,9 @@ Note that this method is required, as triggers the next route when patrolling fo + +This table contains the targets detected during patrol.
+ @@ -7250,6 +7256,9 @@ Note that this method is required, as triggers the next route when patrolling fo + +This table contains the targets detected during patrol.
+ @@ -8882,6 +8891,9 @@ Note that this method is required, as triggers the next route when patrolling fo + +This table contains the targets detected during patrol.
+ diff --git a/Documentation/Cargo.CargoCrate.html b/Documentation/Cargo.CargoCrate.html index f1bcf0170..58b55730c 100644 --- a/Documentation/Cargo.CargoCrate.html +++ b/Documentation/Cargo.CargoCrate.html @@ -1864,17 +1864,6 @@ Therefore, this class is considered to be deprecatedself.CargoObject:Destroy()
- -Then we register the new group in the database
+Now we spawn the new group based on the template created.
-self.CargoObject:Destroy()
- -Then we register the new group in the database
+Now we spawn the new group based on the template created.
-Global _MESSAGESRS |
+ + + | +
Creates a new MESSAGE object of a certain type.
+Set up MESSAGE generally to allow Text-To-Speech via SRS and TTS functions.
Sends a MESSAGE to the Red Coalition.
+MESSAGE:ToSRS(frequency, modulation, gender, culture, voice, coalition, volume, coordinate)
Sends a message via SRS.
+MESSAGE:ToSRSAll(frequency, modulation, gender, culture, voice, volume, coordinate)
Sends a message via SRS to all - via the neutral coalition side.
+MESSAGE:ToSRSBlue(frequency, modulation, gender, culture, voice, volume, coordinate)
Sends a message via SRS on the blue coalition side.
+MESSAGE:ToSRSRed(frequency, modulation, gender, culture, voice, volume, coordinate)
Sends a message via SRS on the red coalition side.
Set up MESSAGE generally to allow Text-To-Speech via SRS and TTS functions.
+ +MESSAGE
++ #string + PathToSRS +
+Path to SRS Folder, defaults to "C:\\Program Files\\DCS-SimpleRadio-Standalone".
+ ++ #number + Port +
+Port number of SRS, defaults to 5002.
+ ++ #string + PathToCredentials +
+(optional) Path to credentials file for e.g. Google.
+ ++ #number + Frequency +
+Frequency in MHz. Can also be given as a #table of frequencies.
+ ++ #number + Modulation +
+Modulation, i.e. radio.modulation.AM or radio.modulation.FM. Can also be given as a #table of modulations.
+ ++ #string + Gender +
+(optional) Gender, i.e. "male" or "female", defaults to "male".
+ ++ #strimg + Culture +
+(optional) Culture, e.g. "en-US", defaults to "en-GB"
+ ++ #string + Voice +
+(optional) Voice. Will override gender and culture settings, e.g. MSRS.Voices.Microsoft.Hazel or MSRS.Voices.Google.Standard.de_DE_Standard_D. Hint on Microsoft voices - working voices are limited to Hedda, Hazel, David, Zira and Hortense. Must be installed on your Desktop or Server!
+ ++ #number + Coalition +
+(optional) Coalition, can be coalition.side.RED, coalition.side.BLUE or coalition.side.NEUTRAL. Defaults to coalition.side.NEUTRAL.
+ ++ #number + Volume +
+(optional) Volume, can be between 0.0 and 1.0 (loudest).
+ ++ #string + Label +
+(optional) Label, defaults to "MESSAGE" or the Message Category set.
+ ++ Core.Point#COORDINATE + Coordinate +
+(optional) Coordinate this messages originates from.
+ + -- Mind the dot here, not using the colon this time around!
+ -- Needed once only
+ MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.BLUE)
+ -- later on in your code
+ MESSAGE:New("Test message!",15,"SPAWN"):ToAll():ToSRS()
+
+
+Sends a message via SRS.
+ +MESSAGE
++ #number + frequency +
+(optional) Frequency in MHz. Can also be given as a #table of frequencies. Only needed if you want to override defaults set with MESSAGE.SetMSRS() for this one setting.
+ #number + modulation +
+(optional) Modulation, i.e. radio.modulation.AM or radio.modulation.FM. Can also be given as a #table of modulations. Only needed if you want to override defaults set with MESSAGE.SetMSRS() for this one setting.
+ #string + gender +
+(optional) Gender, i.e. "male" or "female". Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #strimg + culture +
+(optional) Culture, e.g. "en-US. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #string + voice +
+(optional) Voice. Will override gender and culture settings. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #number + coalition +
+(optional) Coalition, can be coalition.side.RED, coalition.side.BLUE or coalition.side.NEUTRAL. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #number + volume +
+(optional) Volume, can be between 0.0 and 1.0 (loudest). Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ Core.Point#COORDINATE + coordinate +
+(optional) Coordinate this messages originates from. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
self
+ +Sends a message via SRS to all - via the neutral coalition side.
+ +MESSAGE
++ #number + frequency +
+(optional) Frequency in MHz. Can also be given as a #table of frequencies. Only needed if you want to override defaults set with MESSAGE.SetMSRS() for this one setting.
+ #number + modulation +
+(optional) Modulation, i.e. radio.modulation.AM or radio.modulation.FM. Can also be given as a #table of modulations. Only needed if you want to override defaults set with MESSAGE.SetMSRS() for this one setting.
+ #string + gender +
+(optional) Gender, i.e. "male" or "female". Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #strimg + culture +
+(optional) Culture, e.g. "en-US. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #string + voice +
+(optional) Voice. Will override gender and culture settings. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #number + volume +
+(optional) Volume, can be between 0.0 and 1.0 (loudest). Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ Core.Point#COORDINATE + coordinate +
+(optional) Coordinate this messages originates from. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
self
+ +Sends a message via SRS on the blue coalition side.
+ +MESSAGE
++ #number + frequency +
+(optional) Frequency in MHz. Can also be given as a #table of frequencies. Only needed if you want to override defaults set with MESSAGE.SetMSRS() for this one setting.
+ #number + modulation +
+(optional) Modulation, i.e. radio.modulation.AM or radio.modulation.FM. Can also be given as a #table of modulations. Only needed if you want to override defaults set with MESSAGE.SetMSRS() for this one setting.
+ #string + gender +
+(optional) Gender, i.e. "male" or "female". Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #strimg + culture +
+(optional) Culture, e.g. "en-US. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #string + voice +
+(optional) Voice. Will override gender and culture settings. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #number + volume +
+(optional) Volume, can be between 0.0 and 1.0 (loudest). Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ Core.Point#COORDINATE + coordinate +
+(optional) Coordinate this messages originates from. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
self
+ +Sends a message via SRS on the red coalition side.
+ +MESSAGE
++ #number + frequency +
+(optional) Frequency in MHz. Can also be given as a #table of frequencies. Only needed if you want to override defaults set with MESSAGE.SetMSRS() for this one setting.
+ #number + modulation +
+(optional) Modulation, i.e. radio.modulation.AM or radio.modulation.FM. Can also be given as a #table of modulations. Only needed if you want to override defaults set with MESSAGE.SetMSRS() for this one setting.
+ #string + gender +
+(optional) Gender, i.e. "male" or "female". Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #strimg + culture +
+(optional) Culture, e.g. "en-US. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #string + voice +
+(optional) Voice. Will override gender and culture settings. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ #number + volume +
+(optional) Volume, can be between 0.0 and 1.0 (loudest). Only needed if you want to change defaults set with MESSAGE.SetMSRS().
+ Core.Point#COORDINATE + coordinate +
+(optional) Coordinate this messages originates from. Only needed if you want to change defaults set with MESSAGE.SetMSRS().
self
+ +the y coordinate in meters.
+ + + +the y coordinate in meters.
+ + + +the y coordinate in meters.
+ + + +SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)
The AI is on by default when spawning a group.
+Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
-By default, no InitLimit
+SPAWN.SpawnInitLivery + + + +The AI is on by default when spawning a group.
+By default, no InitLimit
+SPAWN.SpawnInitLivery + + + +Kickspeed
- @@ -4466,9 +4463,6 @@ An airbase can be specified to set the maximum kick speed for. - -Kickspeed
- diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html index fc43e39c7..840382432 100644 --- a/Documentation/Functional.Designate.html +++ b/Documentation/Functional.Designate.html @@ -3562,17 +3562,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -Function to get the HQ object for further use
-Contains the counter how many units are currently alive.
+ +Contains the counter how many units are currently alive.
+ +RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)
Set case to that of lead.
+Set case of f
Set stack flag.
- -Set Stable Hover
+table of CSAR unit names
-Replacement woundedGroups
- -contain a table for each SAR with all units he has with the original names
+counter for saved pilots
- -counter for successful rescue landings at FARP/AFB/MASH
- -table of CSAR unit names
-Replacement woundedGroups
- -contain a table for each SAR with all units he has with the original names
+counter for saved pilots
- -counter for successful rescue landings at FARP/AFB/MASH
- -table of CSAR unit names
-Replacement woundedGroups
- -contain a table for each SAR with all units he has with the original names
+counter for saved pilots
- -counter for successful rescue landings at FARP/AFB/MASH
- -holds #CTLD_ENGINEERING objects
+tables
+Folderpath.
-holds #CTLD_ENGINEERING objects
+tables
+Folderpath.
-holds #CTLD_ENGINEERING objects
+tables
+Folderpath.
-Can transport crate.
+set to false to suppress flash messages
-set to false to suppress flash messages
-set to false to suppress flash messages
-set to false to suppress flash messages
-Stack by pointer.
+Stack by pointer.
+