mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -1746,21 +1746,21 @@ Create a late-activated single infantry unit as template in the mission editor a
|
||||
mycsar.PilotWeight = 80 -- Loaded pilots weigh 80kgs each
|
||||
</code></pre>
|
||||
|
||||
<h2>2.1 Experimental Features</h2>
|
||||
<h2>2.1 SRS Features and Other Features</h2>
|
||||
|
||||
<pre><code> WARNING - Here\'ll be dragons!
|
||||
DANGER - For this to work you need to de-sanitize your mission environment (all three entries) in <DCS root>\Scripts\MissionScripting.lua
|
||||
Needs SRS => 1.9.6 to work (works on the **server** side of SRS)
|
||||
mycsar.useSRS = false -- Set true to use FF\'s SRS integration
|
||||
<pre><code> mycsar.useSRS = false -- Set true to use FF\'s SRS integration
|
||||
mycsar.SRSPath = "C:\\Progra~1\\DCS-SimpleRadio-Standalone\\" -- adjust your own path in your SRS installation -- server(!)
|
||||
mycsar.SRSchannel = 300 -- radio channel
|
||||
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, relevant for Google TTS
|
||||
mycsar.SRSVoice = nil -- SRS voice for downed pilot, relevant for Google TTS
|
||||
mycsar.SRSGPathToCredentials = nil -- Path to your Google credentials json file, set this if you want to use Google TTS
|
||||
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.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
|
||||
--
|
||||
mycsar.csarUsePara = false -- If set to true, will use the LandingAfterEjection Event instead of Ejection. Requires mycsar.enableForAI to be set to true. --shagrat
|
||||
mycsar.wetfeettemplate = "man in floating thingy" -- if you use a mod to have a pilot in a rescue float, put the template name in here for wet feet spawns. Note: in conjunction with csarUsePara this might create dual ejected pilots in edge cases.
|
||||
@@ -1897,6 +1897,18 @@ Dropped troop noMessage and forcedesc parameters aren't saved. </p>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).BeaconTimer">CSAR.BeaconTimer</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).CSARVoice">CSAR.CSARVoice</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).CSARVoiceMS">CSAR.CSARVoiceMS</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2467,6 +2479,12 @@ Dropped troop noMessage and forcedesc parameters aren't saved. </p>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).coalitiontxt">CSAR.coalitiontxt</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).coordinate">CSAR.coordinate</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2587,12 +2605,6 @@ Dropped troop noMessage and forcedesc parameters aren't saved. </p>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).inTransitGroups">CSAR.inTransitGroups</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).index">CSAR.index</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -3923,6 +3935,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CSAR).CSARVoice" ><strong>CSAR.CSARVoice</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CSAR).CSARVoiceMS" ><strong>CSAR.CSARVoiceMS</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -3965,7 +3999,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#table
|
||||
<a id="#(CSAR).FreeVHFFrequencies" ><strong>CSAR.FreeVHFFrequencies</strong></a>
|
||||
|
||||
|
||||
@@ -4054,7 +4088,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a href="Sound.SRS.html##(MSRSQUEUE)">Sound.SRS#MSRSQUEUE</a>
|
||||
<a id="#(CSAR).SRSQueue" ><strong>CSAR.SRSQueue</strong></a>
|
||||
|
||||
|
||||
@@ -4294,6 +4328,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
|
||||
<a id="#(CSAR).coordinate" ><strong>CSAR.coordinate</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -4378,14 +4423,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
|
||||
<a id="#(CSAR).csarUnits" ><strong>CSAR.csarUnits</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> table of CSAR unit names</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -4406,11 +4448,25 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#table
|
||||
<a id="#(CSAR).downedPilots" ><strong>CSAR.downedPilots</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Replacement woundedGroups</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CSAR).downedpilotcounter" ><strong>CSAR.downedpilotcounter</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -4534,17 +4590,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
<p> contain a table for each SAR with all units he has with the original names</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CSAR).index" ><strong>CSAR.index</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -4704,7 +4749,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a href="Sound.SRS.html##(MSRS)">Sound.SRS#MSRS</a>
|
||||
<a id="#(CSAR).msrs" ><strong>CSAR.msrs</strong></a>
|
||||
|
||||
|
||||
@@ -4753,6 +4798,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CSAR).rescuedpilots" ><strong>CSAR.rescuedpilots</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> counter for saved pilots</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
@@ -4778,6 +4837,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CSAR).rescues" ><strong>CSAR.rescues</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> counter for successful rescue landings at FARP/AFB/MASH</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
@@ -9905,6 +9978,28 @@ callsigns from playername or group name.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CSAR).CSARVoice" ><strong>CSAR.CSARVoice</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CSAR).CSARVoiceMS" ><strong>CSAR.CSARVoiceMS</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -9947,7 +10042,7 @@ callsigns from playername or group name.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#table
|
||||
<a id="#(CSAR).FreeVHFFrequencies" ><strong>CSAR.FreeVHFFrequencies</strong></a>
|
||||
|
||||
|
||||
@@ -10036,7 +10131,7 @@ callsigns from playername or group name.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a href="Sound.SRS.html##(MSRSQUEUE)">Sound.SRS#MSRSQUEUE</a>
|
||||
<a id="#(CSAR).SRSQueue" ><strong>CSAR.SRSQueue</strong></a>
|
||||
|
||||
|
||||
@@ -10276,6 +10371,17 @@ callsigns from playername or group name.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
|
||||
<a id="#(CSAR).coordinate" ><strong>CSAR.coordinate</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -10360,14 +10466,11 @@ callsigns from playername or group name.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
|
||||
<a id="#(CSAR).csarUnits" ><strong>CSAR.csarUnits</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> table of CSAR unit names</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -10388,11 +10491,25 @@ callsigns from playername or group name.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#table
|
||||
<a id="#(CSAR).downedPilots" ><strong>CSAR.downedPilots</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Replacement woundedGroups</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CSAR).downedpilotcounter" ><strong>CSAR.downedpilotcounter</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -10516,17 +10633,6 @@ callsigns from playername or group name.</p>
|
||||
|
||||
<p> contain a table for each SAR with all units he has with the original names</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CSAR).index" ><strong>CSAR.index</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -10686,7 +10792,7 @@ callsigns from playername or group name.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a href="Sound.SRS.html##(MSRS)">Sound.SRS#MSRS</a>
|
||||
<a id="#(CSAR).msrs" ><strong>CSAR.msrs</strong></a>
|
||||
|
||||
|
||||
@@ -10735,6 +10841,20 @@ callsigns from playername or group name.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CSAR).rescuedpilots" ><strong>CSAR.rescuedpilots</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> counter for saved pilots</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
@@ -10760,6 +10880,20 @@ callsigns from playername or group name.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CSAR).rescues" ><strong>CSAR.rescues</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> counter for successful rescue landings at FARP/AFB/MASH</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
@@ -12372,6 +12506,28 @@ callsigns from playername or group name.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CSAR).CSARVoice" ><strong>CSAR.CSARVoice</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CSAR).CSARVoiceMS" ><strong>CSAR.CSARVoiceMS</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -12414,7 +12570,7 @@ callsigns from playername or group name.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#table
|
||||
<a id="#(CSAR).FreeVHFFrequencies" ><strong>CSAR.FreeVHFFrequencies</strong></a>
|
||||
|
||||
|
||||
@@ -12503,7 +12659,7 @@ callsigns from playername or group name.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a href="Sound.SRS.html##(MSRSQUEUE)">Sound.SRS#MSRSQUEUE</a>
|
||||
<a id="#(CSAR).SRSQueue" ><strong>CSAR.SRSQueue</strong></a>
|
||||
|
||||
|
||||
@@ -12743,6 +12899,17 @@ callsigns from playername or group name.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
|
||||
<a id="#(CSAR).coordinate" ><strong>CSAR.coordinate</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -12827,14 +12994,11 @@ callsigns from playername or group name.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
|
||||
<a id="#(CSAR).csarUnits" ><strong>CSAR.csarUnits</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> table of CSAR unit names</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -12855,11 +13019,25 @@ callsigns from playername or group name.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#table
|
||||
<a id="#(CSAR).downedPilots" ><strong>CSAR.downedPilots</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Replacement woundedGroups</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CSAR).downedpilotcounter" ><strong>CSAR.downedpilotcounter</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -12983,17 +13161,6 @@ callsigns from playername or group name.</p>
|
||||
|
||||
<p> contain a table for each SAR with all units he has with the original names</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CSAR).index" ><strong>CSAR.index</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -13153,7 +13320,7 @@ callsigns from playername or group name.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a href="Sound.SRS.html##(MSRS)">Sound.SRS#MSRS</a>
|
||||
<a id="#(CSAR).msrs" ><strong>CSAR.msrs</strong></a>
|
||||
|
||||
|
||||
@@ -13202,6 +13369,20 @@ callsigns from playername or group name.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CSAR).rescuedpilots" ><strong>CSAR.rescuedpilots</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> counter for saved pilots</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
@@ -13227,6 +13408,20 @@ callsigns from playername or group name.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CSAR).rescues" ><strong>CSAR.rescues</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> counter for successful rescue landings at FARP/AFB/MASH</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
Reference in New Issue
Block a user