Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-07-19 14:07:22 +00:00
parent 64b4e52061
commit cb62e848ea
28 changed files with 600 additions and 1001 deletions

View File

@@ -2938,7 +2938,7 @@ The message display times are automatically defined based on the timing settings
</div>
<div class="w3-half">
<p>(optional) Path to SRS Folder, defaults to "C:\\Program Files\\DCS-SimpleRadio-Standalone" or your configuration file setting.</p>
<p>(optional) Path to SRS TTS Folder, defaults to "C:\\Program Files\\DCS-SimpleRadio-Standalone\ExternalAudio" or your configuration file setting.</p>
</div>
</div>
@@ -3101,7 +3101,7 @@ The message display times are automatically defined based on the timing settings
<h2><strong>Usage:</strong></h2>
<pre class="example"><code> -- 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)
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.BLUE)
-- later on in your code
MESSAGE:New("Test message!",15,"SPAWN"):ToSRS()
</code></pre>
@@ -3896,7 +3896,7 @@ The message display times are automatically defined based on the timing settings
<h2><strong>Usage:</strong></h2>
<pre class="example"><code> -- 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)
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.BLUE)
-- later on in your code
MESSAGE:New("Test message!",15,"SPAWN"):ToSRS()
</code></pre>
@@ -4026,7 +4026,7 @@ The message display times are automatically defined based on the timing settings
<h2><strong>Usage:</strong></h2>
<pre class="example"><code> -- 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.NEUTRAL)
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.NEUTRAL)
-- later on in your code
MESSAGE:New("Test message!",15,"SPAWN"):ToSRSAll()
</code></pre>
@@ -4156,7 +4156,7 @@ The message display times are automatically defined based on the timing settings
<h2><strong>Usage:</strong></h2>
<pre class="example"><code> -- 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)
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.BLUE)
-- later on in your code
MESSAGE:New("Test message!",15,"SPAWN"):ToSRSBlue()
</code></pre>
@@ -4286,7 +4286,7 @@ The message display times are automatically defined based on the timing settings
<h2><strong>Usage:</strong></h2>
<pre class="example"><code> -- 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.RED)
MESSAGE.SetMSRS("D:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio",5012,nil,127,radio.modulation.FM,"female","en-US",nil,coalition.side.RED)
-- later on in your code
MESSAGE:New("Test message!",15,"SPAWN"):ToSRSRed()
</code></pre>