Skip to content

Releases: ciribob/DCS-SimpleRadioStandalone

Improved Profiles and Radio Tone

29 Dec 14:02
Compare
Choose a tag to compare

Donation Link - https://tinyurl.com/srs-donate

Support - Discord - https://discord.gg/vqxAw7H

INSTALLATION & UPDATE INSTRUCTIONS

Download and run SRS-AutoUpdater.exe

OR

Extract ALL the files from the "DCS-SimpleRadioStandalone.zip" (link below) zip into a temporary folder and just run the installer which'll replace any previous version installed automatically. The auto updater will not install BETA versions.

Windows N users may need to enable the Media Pack or they will get the audio initialisation error - Details on Discord - https://discord.gg/vqxAw7H

Changelog

  • Possible fix for PTT not working (Occurred if "default" used for the mic)
  • Improved profile feature - you can now use profiles to set inputs as well as audio channel settings per profile or even per aircraft if you want. Check out the updated Settings section!. Enable Auto Select profile for aircraft and name the profile after the airframe - e.g. A10C if you want per aircraft profiles
  • Added new (NATO) Radio tone - this tone is played for all received FM transmission and is used to break squelch. See #236 issue for details on GitHub. Thanks to Sniperbob for the info and tone! Enable using "Enable Radio Tone"

Thanks to you all for the support - SRS Team (MorpheusXAUT and Ciribob)

DCS / VR Overlay & Overlay Configuration

The overlay has 4 states, hidden, small, small+volume & full that you can see by pressing Left Control + Left Shift + Escape by default.

The Full state has a title bar that you can click and drag the window around with. The window position will be saved for when DCS is next opened.

The radio status is removed after 5 seconds if SRS is closed or loses server connection

To configure the overlay hotkey, run DCS once to create a config file in Saved Games\DCS\Config which will look something like so and quit DCS:

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+escape",
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Edit the "Hotkey" section and add the characters from the keyboard you'd like to use instead. i.e

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+1", -- now uses the combination of ctrl shift and 1 together to toggle
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Fixed Channels

Fixed channels can be created for all FC3 aircraft and all expansion radios for Non FC3.

Channel presets are created per Radio - full list of names & frequencies here https://docs.google.com/spreadsheets/d/1tzd996zJ1t0heZ-t1PpL7vNUIZbXl7pI6De0GThN1Qw/edit#gid=1869108790 )

Preset files are named after the radio (no special characters needed & case is ignored) and are text files with a single frequency on each line.

For example, to create a fixed channel list for the first UHF radio in the F15C:

Create a file called ANARC-164 UHF1.txt or anarc164 UHF1.txt where you installed SimpleRadio Standalone (where the client exe is), add frequencies and save. Example also attached

The file will be automatically loaded when that radio appears on an aircraft. The frequency list can also be manually reloaded with the reload button

See http://forums.eagle.ru/showthread.php?t=169387 for more info on Radio Encryption

The Wiki has even more information: https://github.com/ciribob/DCS-SimpleRadioStandalone/wiki

Troubleshooting - https://forums.eagle.ru/showpost.php?p=2963204&postcount=1122 or ask me on Discord https://discord.gg/baw7g3t

Server Details

For the server you need to open TCP AND UDP PORTS 5002 unless you've changed the server port using the server config file.

Banned IPs are added to a file created where ever the server is run called banned.txt. To unban, just delete the IP from the file and restart the server.

The server will always open ONE PORT in two Protocols TCP and UDP - you can control this with the Config file. If you cant press PTT but everything else looks fine - this is why and indicated with the VoIP Green Plug 👍

KNOWN BUG: If you get lag while using the radio, press L Ctrl + L Shift + L to fix. This is a DCS bug i'm trying to work around and triggered by pressing L Ctrl + L. It doesn't matter if that key is bound or not, it'll still cause lag when you press it

Donation Link - https://tinyurl.com/srs-donate

BETA: New Profiles!

28 Dec 12:37
90e90c3
Compare
Choose a tag to compare
BETA: New Profiles! Pre-release
Pre-release

Donation Link - https://tinyurl.com/srs-donate

Support - Discord - https://discord.gg/vqxAw7H

INSTALLATION & UPDATE INSTRUCTIONS

Extract ALL the files from the "DCS-SimpleRadioStandalone.zip" (link below) zip into a temporary folder and just run the installer which'll replace any previous version installed automatically. The auto updater will not install this BETA version unless you enable BETA updates in SRS

Windows N users may need to enable the Media Pack or they will get the audio initialisation error - Details on Discord - https://discord.gg/vqxAw7H

Changelog

  • Possible fix for PTT not working
  • Improved profile feature - you can now use profiles to set inputs as well as audio channel settings per profile or even per aircraft if you want
  • Enable Auto Select profile for aircraft and name the profile after the airframe - e.g. A10C if you want per aircraft profiles

Thanks to you all for the support - SRS Team (MorpheusXAUT and Ciribob)

DCS / VR Overlay & Overlay Configuration

The overlay has 4 states, hidden, small, small+volume & full that you can see by pressing Left Control + Left Shift + Escape by default.

The Full state has a title bar that you can click and drag the window around with. The window position will be saved for when DCS is next opened.

The radio status is removed after 5 seconds if SRS is closed or loses server connection

To configure the overlay hotkey, run DCS once to create a config file in Saved Games\DCS\Config which will look something like so and quit DCS:

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+escape",
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Edit the "Hotkey" section and add the characters from the keyboard you'd like to use instead. i.e

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+1", -- now uses the combination of ctrl shift and 1 together to toggle
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Fixed Channels

Fixed channels can be created for all FC3 aircraft and all expansion radios for Non FC3.

Channel presets are created per Radio - full list of names & frequencies here https://docs.google.com/spreadsheets/d/1tzd996zJ1t0heZ-t1PpL7vNUIZbXl7pI6De0GThN1Qw/edit#gid=1869108790 )

Preset files are named after the radio (no special characters needed & case is ignored) and are text files with a single frequency on each line.

For example, to create a fixed channel list for the first UHF radio in the F15C:

Create a file called ANARC-164 UHF1.txt or anarc164 UHF1.txt where you installed SimpleRadio Standalone (where the client exe is), add frequencies and save. Example also attached

The file will be automatically loaded when that radio appears on an aircraft. The frequency list can also be manually reloaded with the reload button

See http://forums.eagle.ru/showthread.php?t=169387 for more info on Radio Encryption

The Wiki has even more information: https://github.com/ciribob/DCS-SimpleRadioStandalone/wiki

Troubleshooting - https://forums.eagle.ru/showpost.php?p=2963204&postcount=1122 or ask me on Discord https://discord.gg/baw7g3t

Server Details

For the server you need to open TCP AND UDP PORTS 5002 unless you've changed the server port using the server config file.

Banned IPs are added to a file created where ever the server is run called banned.txt. To unban, just delete the IP from the file and restart the server.

The server will always open ONE PORT in two Protocols TCP and UDP - you can control this with the Config file. If you cant press PTT but everything else looks fine - this is why and indicated with the VoIP Green Plug 👍

KNOWN BUG: If you get lag while using the radio, press L Ctrl + L Shift + L to fix. This is a DCS bug i'm trying to work around and triggered by pressing L Ctrl + L. It doesn't matter if that key is bound or not, it'll still cause lag when you press it

Donation Link - https://tinyurl.com/srs-donate

JF-17 Fixes

21 Dec 10:13
a98a9a0
Compare
Choose a tag to compare

Donation Link - https://tinyurl.com/srs-donate

Support - Discord - https://discord.gg/vqxAw7H

INSTALLATION & UPDATE INSTRUCTIONS

Download and run SRS-AutoUpdater.exe

OR

Extract ALL the files from the "DCS-SimpleRadioStandalone.zip" (link below) zip into a temporary folder and just run the installer which'll replace any previous version installed automatically. The auto updater will not install BETA versions.

Windows N users may need to enable the Media Pack or they will get the audio initialisation error - Details on Discord - https://discord.gg/vqxAw7H

Changelog

  • Fix for Jeff
  • Fix for non latin characters in SRS path causing the SRS auto launch from DCS to fail
  • More logging for the installer to help with debugging installation issues
  • Improvements to Client Launch for Admin & Non Admin mode

Thanks to you all for the support - SRS Team (MorpheusXAUT and Ciribob)

DCS / VR Overlay & Overlay Configuration

The overlay has 4 states, hidden, small, small+volume & full that you can see by pressing Left Control + Left Shift + Escape by default.

The Full state has a title bar that you can click and drag the window around with. The window position will be saved for when DCS is next opened.

The radio status is removed after 5 seconds if SRS is closed or loses server connection

To configure the overlay hotkey, run DCS once to create a config file in Saved Games\DCS\Config which will look something like so and quit DCS:

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+escape",
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Edit the "Hotkey" section and add the characters from the keyboard you'd like to use instead. i.e

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+1", -- now uses the combination of ctrl shift and 1 together to toggle
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Fixed Channels

Fixed channels can be created for all FC3 aircraft and all expansion radios for Non FC3.

Channel presets are created per Radio - full list of names & frequencies here https://docs.google.com/spreadsheets/d/1tzd996zJ1t0heZ-t1PpL7vNUIZbXl7pI6De0GThN1Qw/edit#gid=1869108790 )

Preset files are named after the radio (no special characters needed & case is ignored) and are text files with a single frequency on each line.

For example, to create a fixed channel list for the first UHF radio in the F15C:

Create a file called ANARC-164 UHF1.txt or anarc164 UHF1.txt where you installed SimpleRadio Standalone (where the client exe is), add frequencies and save. Example also attached

The file will be automatically loaded when that radio appears on an aircraft. The frequency list can also be manually reloaded with the reload button

See http://forums.eagle.ru/showthread.php?t=169387 for more info on Radio Encryption

The Wiki has even more information: https://github.com/ciribob/DCS-SimpleRadioStandalone/wiki

Troubleshooting - https://forums.eagle.ru/showpost.php?p=2963204&postcount=1122 or ask me on Discord https://discord.gg/baw7g3t

Server Details

For the server you need to open TCP AND UDP PORTS 5002 unless you've changed the server port using the server config file.

Banned IPs are added to a file created where ever the server is run called banned.txt. To unban, just delete the IP from the file and restart the server.

The server will always open ONE PORT in two Protocols TCP and UDP - you can control this with the Config file. If you cant press PTT but everything else looks fine - this is why and indicated with the VoIP Green Plug 👍

KNOWN BUG: If you get lag while using the radio, press L Ctrl + L Shift + L to fix. This is a DCS bug i'm trying to work around and triggered by pressing L Ctrl + L. It doesn't matter if that key is bound or not, it'll still cause lag when you press it

Donation Link - https://tinyurl.com/srs-donate

Input profiles and many more things!

12 Dec 20:43
8b7603b
Compare
Choose a tag to compare

Donation Link - https://tinyurl.com/srs-donate

Support - Discord - https://discord.gg/vqxAw7H

INSTALLATION & UPDATE INSTRUCTIONS
Download and run SRS-AutoUpdater.exe

OR

Extract ALL the files from the "DCS-SimpleRadioStandalone.zip" (link below) zip into a temporary folder and just run the installer which'll replace any previous version installed automatically. The auto updater will not install BETA versions.

Windows N users may need to enable the Media Pack or they will get the audio initialisation error - Details on Discord - https://discord.gg/vqxAw7H

Changelog

  • Optional Admin Mode toggle for client to disable admin requirements (if you do this keyboard input will NOT work in the background)
  • Input Profiles
  • Optional Auto Input Profile switch based on your current aircraft. Just name profile after the aircraft - i.e UH1H, A10C
  • Optional test frequencies - Use this to enable SRS users to test their transmissions. Any transmission on this frequency will also be played back to the sender
  • New default mic and speaker option - Warning: If Mic default is used and the default mic device is changed SRS will hang. Just pick a device explicity to solve
  • Fix for volume in the Jeff

Thanks to you all for the support - SRS Team (MorpheusXAUT and Ciribob)

DCS / VR Overlay & Overlay Configuration

The overlay has 4 states, hidden, small, small+volume & full that you can see by pressing Left Control + Left Shift + Escape by default.

The Full state has a title bar that you can click and drag the window around with. The window position will be saved for when DCS is next opened.

The radio status is removed after 5 seconds if SRS is closed or loses server connection

To configure the overlay hotkey, run DCS once to create a config file in Saved Games\DCS\Config which will look something like so and quit DCS:

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+escape",
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Edit the "Hotkey" section and add the characters from the keyboard you'd like to use instead. i.e

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+1", -- now uses the combination of ctrl shift and 1 together to toggle
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Fixed Channels

Fixed channels can be created for all FC3 aircraft and all expansion radios for Non FC3.

Channel presets are created per Radio - full list of names & frequencies here https://docs.google.com/spreadsheets/d/1tzd996zJ1t0heZ-t1PpL7vNUIZbXl7pI6De0GThN1Qw/edit#gid=1869108790 )

Preset files are named after the radio (no special characters needed & case is ignored) and are text files with a single frequency on each line.

For example, to create a fixed channel list for the first UHF radio in the F15C:

Create a file called ANARC-164 UHF1.txt or anarc164 UHF1.txt where you installed SimpleRadio Standalone (where the client exe is), add frequencies and save. Example also attached

The file will be automatically loaded when that radio appears on an aircraft. The frequency list can also be manually reloaded with the reload button

See http://forums.eagle.ru/showthread.php?t=169387 for more info on Radio Encryption

The Wiki has even more information: https://github.com/ciribob/DCS-SimpleRadioStandalone/wiki

Troubleshooting - https://forums.eagle.ru/showpost.php?p=2963204&postcount=1122 or ask me on Discord https://discord.gg/baw7g3t

Server Details

For the server you need to open TCP AND UDP PORTS 5002 unless you've changed the server port using the server config file.

Banned IPs are added to a file created where ever the server is run called banned.txt. To unban, just delete the IP from the file and restart the server.

The server will always open ONE PORT in two Protocols TCP and UDP - you can control this with the Config file. If you cant press PTT but everything else looks fine - this is why and indicated with the VoIP Green Plug 👍

KNOWN BUG: If you get lag while using the radio, press L Ctrl + L Shift + L to fix. This is a DCS bug i'm trying to work around and triggered by pressing L Ctrl + L. It doesn't matter if that key is bound or not, it'll still cause lag when you press it

Donation Link - https://tinyurl.com/srs-donate

JF-17!

04 Dec 21:41
04bb6de
Compare
Choose a tag to compare

Donation Link - https://tinyurl.com/srs-donate

Support - Discord - https://discord.gg/vqxAw7H

INSTALLATION & UPDATE INSTRUCTIONS
Download and run SRS-AutoUpdater.exe

OR

Extract ALL the files from the "DCS-SimpleRadioStandalone.zip" (link below) zip into a temporary folder and just run the installer which'll replace any previous version installed automatically. The auto updater will not install BETA versions.

Windows N users may need to enable the Media Pack or they will get the audio initialisation error - Details on Discord - https://discord.gg/vqxAw7H

Changelog

  • Full support for JF-17
  • Fix for VC Redist causing restart (patched in previous release without version change)
  • Fix for Auto Start SRS Setting not being respected (patched in previous release without version change)

Thanks to you all for the support - SRS Team (MorpheusXAUT and Ciribob)

DCS / VR Overlay & Overlay Configuration

The overlay has 4 states, hidden, small, small+volume & full that you can see by pressing Left Control + Left Shift + Escape by default.

The Full state has a title bar that you can click and drag the window around with. The window position will be saved for when DCS is next opened.

The radio status is removed after 5 seconds if SRS is closed or loses server connection

To configure the overlay hotkey, run DCS once to create a config file in Saved Games\DCS\Config which will look something like so and quit DCS:

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+escape",
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Edit the "Hotkey" section and add the characters from the keyboard you'd like to use instead. i.e

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+1", -- now uses the combination of ctrl shift and 1 together to toggle
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Fixed Channels

Fixed channels can be created for all FC3 aircraft and all expansion radios for Non FC3.

Channel presets are created per Radio - full list of names & frequencies here https://docs.google.com/spreadsheets/d/1tzd996zJ1t0heZ-t1PpL7vNUIZbXl7pI6De0GThN1Qw/edit#gid=1869108790 )

Preset files are named after the radio (no special characters needed & case is ignored) and are text files with a single frequency on each line.

For example, to create a fixed channel list for the first UHF radio in the F15C:

Create a file called ANARC-164 UHF1.txt or anarc164 UHF1.txt where you installed SimpleRadio Standalone (where the client exe is), add frequencies and save. Example also attached

The file will be automatically loaded when that radio appears on an aircraft. The frequency list can also be manually reloaded with the reload button

See http://forums.eagle.ru/showthread.php?t=169387 for more info on Radio Encryption

The Wiki has even more information: https://github.com/ciribob/DCS-SimpleRadioStandalone/wiki

Troubleshooting - https://forums.eagle.ru/showpost.php?p=2963204&postcount=1122 or ask me on Discord https://discord.gg/baw7g3t

Server Details

For the server you need to open TCP AND UDP PORTS 5002 unless you've changed the server port using the server config file.

Banned IPs are added to a file created where ever the server is run called banned.txt. To unban, just delete the IP from the file and restart the server.

The server will always open ONE PORT in two Protocols TCP and UDP - you can control this with the Config file. If you cant press PTT but everything else looks fine - this is why and indicated with the VoIP Green Plug 👍

KNOWN BUG: If you get lag while using the radio, press L Ctrl + L Shift + L to fix. This is a DCS bug i'm trying to work around and triggered by pressing L Ctrl + L. It doesn't matter if that key is bound or not, it'll still cause lag when you press it

Donation Link - https://tinyurl.com/srs-donate

LotATC and New DCS Integration

01 Dec 12:02
a118c58
Compare
Choose a tag to compare

Donation Link - https://tinyurl.com/srs-donate

Support - Discord - https://discord.gg/vqxAw7H

INSTALLATION & UPDATE INSTRUCTIONS
Download and run SRS-AutoUpdater.exe

OR

Extract ALL the files from the "DCS-SimpleRadioStandalone.zip" (link below) zip into a temporary folder and just run the installer which'll replace any previous version installed automatically. The auto updater will not install BETA versions.

Windows N users may need to enable the Media Pack or they will get the audio initialisation error - Details on Discord - https://discord.gg/vqxAw7H

Changelog

  • Support for LotATC 2.0 - Details on Discord for how to use https://discord.gg/vqxAw7H
  • Fixed Disconnect / Reconnect on new Auto Connect
  • Added new SRS auto launch on Auto Connect message - Control in DCS Module Settings
  • Added new DCS-SRS module to DCS settings including settings around Auto Connect and Overlay
  • Added more logging and debug help to the installer
  • Added support for beta builds to the auto updater - enable beta updates in SRS to be informed about new Betas
  • Exposed AGC and Denoise settings in SRS Client - thanks to mdias
  • Added workaround for Windows N users - media pack may no longer be required! Please feedback if this works for you 🙂
  • Reworked installer ZIP layout
  • Added status to installer
  • Added automatic VC Redist x64 installer - required for SRS Auto Launch dll

Thanks to you all for the support - SRS Team (MorpheusXAUT and Ciribob)

DCS / VR Overlay & Overlay Configuration

The overlay has 4 states, hidden, small, small+volume & full that you can see by pressing Left Control + Left Shift + Escape by default.

The Full state has a title bar that you can click and drag the window around with. The window position will be saved for when DCS is next opened.

The radio status is removed after 5 seconds if SRS is closed or loses server connection

To configure the overlay hotkey, run DCS once to create a config file in Saved Games\DCS\Config which will look something like so and quit DCS:

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+escape",
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Edit the "Hotkey" section and add the characters from the keyboard you'd like to use instead. i.e

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+1", -- now uses the combination of ctrl shift and 1 together to toggle
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Fixed Channels

Fixed channels can be created for all FC3 aircraft and all expansion radios for Non FC3.

Channel presets are created per Radio - full list of names & frequencies here https://docs.google.com/spreadsheets/d/1tzd996zJ1t0heZ-t1PpL7vNUIZbXl7pI6De0GThN1Qw/edit#gid=1869108790 )

Preset files are named after the radio (no special characters needed & case is ignored) and are text files with a single frequency on each line.

For example, to create a fixed channel list for the first UHF radio in the F15C:

Create a file called ANARC-164 UHF1.txt or anarc164 UHF1.txt where you installed SimpleRadio Standalone (where the client exe is), add frequencies and save. Example also attached

The file will be automatically loaded when that radio appears on an aircraft. The frequency list can also be manually reloaded with the reload button

See http://forums.eagle.ru/showthread.php?t=169387 for more info on Radio Encryption

The Wiki has even more information: https://github.com/ciribob/DCS-SimpleRadioStandalone/wiki

Troubleshooting - https://forums.eagle.ru/showpost.php?p=2963204&postcount=1122 or ask me on Discord https://discord.gg/baw7g3t

Server Details

For the server you need to open TCP AND UDP PORTS 5002 unless you've changed the server port using the server config file.

Banned IPs are added to a file created where ever the server is run called banned.txt. To unban, just delete the IP from the file and restart the server.

The server will always open ONE PORT in two Protocols TCP and UDP - you can control this with the Config file. If you cant press PTT but everything else looks fine - this is why and indicated with the VoIP Green Plug 👍

KNOWN BUG: If you get lag while using the radio, press L Ctrl + L Shift + L to fix. This is a DCS bug i'm trying to work around and triggered by pressing L Ctrl + L. It doesn't matter if that key is bound or not, it'll still cause lag when you press it

Donation Link - https://tinyurl.com/srs-donate

Auto Updater - Network improvements and fixes for disconnects

16 Nov 10:17
36e5b25
Compare
Choose a tag to compare

Donation Link - https://tinyurl.com/srs-donate

Support - Discord - https://discord.gg/vqxAw7H

ATTENTION

INSTALLATION INSTRUCTIONS

Download and run SRS-AutoUpdater.exe or alternatively follow the instructions below

To install or update, extract ALL the files from the "DCS-SimpleRadioStandalone.zip" (link below) zip into a temporary folder and just run the installer which'll replace any previous version installed automatically

Windows N users will need to enable the Media Pack or they will get the audio initialisation error - Details on Discord - https://discord.gg/vqxAw7H

Changelog

  • Added SRS-AutoUpdater.exe - run this to one click install the latest SRS version!
  • Fixed ability to SRS without a microphone if you just want to listen
  • Reworked TCP layer and fixed excessive CPU usage for Servers -Recommend all Servers update ASAP
  • Fixed random disconnects for clients from servers due to incorrect timeout
  • Improved RIO hotmic latency - please give feedback on Discord
  • Added Auto Updater - just run to one click install the latest version of SRS!

Thanks to you all for the support - SRS Team (MorpheusXAUT and Ciribob)

DCS / VR Overlay & Overlay Configuration

The overlay has 4 states, hidden, small, small+volume & full that you can see by pressing Left Control + Left Shift + Escape by default.

The Full state has a title bar that you can click and drag the window around with. The window position will be saved for when DCS is next opened.

The radio status is removed after 5 seconds if SRS is closed or loses server connection

To configure the overlay hotkey, run DCS once to create a config file in Saved Games\DCS\Config which will look something like so and quit DCS:

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+escape",
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Edit the "Hotkey" section and add the characters from the keyboard you'd like to use instead. i.e

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+1", -- now uses the combination of ctrl shift and 1 together to toggle
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Fixed Channels

Fixed channels can be created for all FC3 aircraft and all expansion radios for Non FC3.

Channel presets are created per Radio - full list of names & frequencies here https://docs.google.com/spreadsheets/d/1tzd996zJ1t0heZ-t1PpL7vNUIZbXl7pI6De0GThN1Qw/edit#gid=1869108790 )

Preset files are named after the radio (no special characters needed & case is ignored) and are text files with a single frequency on each line.

For example, to create a fixed channel list for the first UHF radio in the F15C:

Create a file called ANARC-164 UHF1.txt or anarc164 UHF1.txt where you installed SimpleRadio Standalone (where the client exe is), add frequencies and save. Example also attached

The file will be automatically loaded when that radio appears on an aircraft. The frequency list can also be manually reloaded with the reload button

See http://forums.eagle.ru/showthread.php?t=169387 for more info on Radio Encryption

The Wiki has even more information: https://github.com/ciribob/DCS-SimpleRadioStandalone/wiki

Troubleshooting - https://forums.eagle.ru/showpost.php?p=2963204&postcount=1122 or ask me on Discord https://discord.gg/baw7g3t

Server Details

For the server you need to open TCP AND UDP PORTS 5002 unless you've changed the server port using the server config file.

Banned IPs are added to a file created where ever the server is run called banned.txt. To unban, just delete the IP from the file and restart the server.

The server will always open ONE PORT in two Protocols TCP and UDP - you can control this with the Config file. If you cant press PTT but everything else looks fine - this is why and indicated with the VoIP Green Plug 👍

KNOWN BUG: If you get lag while using the radio, press L Ctrl + L Shift + L to fix. This is a DCS bug i'm trying to work around and triggered by pressing L Ctrl + L. It doesn't matter if that key is bound or not, it'll still cause lag when you press it

Donation Link - https://tinyurl.com/srs-donate

LotATC Support - Beta

17 Nov 19:36
36e5b25
Compare
Choose a tag to compare
LotATC Support - Beta Pre-release
Pre-release

Donation Link - https://tinyurl.com/srs-donate

Support - Discord - https://discord.gg/vqxAw7H

ATTENTION - BETA RELEASE - CURRENT RELEASE here: https://github.com/ciribob/DCS-SimpleRadioStandalone/releases/latest

INSTALLATION INSTRUCTIONS

To install or update, extract ALL the files from the "DCS-SimpleRadioStandalone.zip" (link below) zip into a temporary folder and just run the installer which'll replace any previous version installed automatically. The auto updater will not install BETA versions.

Windows N users will need to enable the Media Pack or they will get the audio initialisation error - Details on Discord - https://discord.gg/vqxAw7H

Changelog

Thanks to you all for the support - SRS Team (MorpheusXAUT and Ciribob)

DCS / VR Overlay & Overlay Configuration

The overlay has 4 states, hidden, small, small+volume & full that you can see by pressing Left Control + Left Shift + Escape by default.

The Full state has a title bar that you can click and drag the window around with. The window position will be saved for when DCS is next opened.

The radio status is removed after 5 seconds if SRS is closed or loses server connection

To configure the overlay hotkey, run DCS once to create a config file in Saved Games\DCS\Config which will look something like so and quit DCS:

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+escape",
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Edit the "Hotkey" section and add the characters from the keyboard you'd like to use instead. i.e

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+1", -- now uses the combination of ctrl shift and 1 together to toggle
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Fixed Channels

Fixed channels can be created for all FC3 aircraft and all expansion radios for Non FC3.

Channel presets are created per Radio - full list of names & frequencies here https://docs.google.com/spreadsheets/d/1tzd996zJ1t0heZ-t1PpL7vNUIZbXl7pI6De0GThN1Qw/edit#gid=1869108790 )

Preset files are named after the radio (no special characters needed & case is ignored) and are text files with a single frequency on each line.

For example, to create a fixed channel list for the first UHF radio in the F15C:

Create a file called ANARC-164 UHF1.txt or anarc164 UHF1.txt where you installed SimpleRadio Standalone (where the client exe is), add frequencies and save. Example also attached

The file will be automatically loaded when that radio appears on an aircraft. The frequency list can also be manually reloaded with the reload button

See http://forums.eagle.ru/showthread.php?t=169387 for more info on Radio Encryption

The Wiki has even more information: https://github.com/ciribob/DCS-SimpleRadioStandalone/wiki

Troubleshooting - https://forums.eagle.ru/showpost.php?p=2963204&postcount=1122 or ask me on Discord https://discord.gg/baw7g3t

Server Details

For the server you need to open TCP AND UDP PORTS 5002 unless you've changed the server port using the server config file.

Banned IPs are added to a file created where ever the server is run called banned.txt. To unban, just delete the IP from the file and restart the server.

The server will always open ONE PORT in two Protocols TCP and UDP - you can control this with the Config file. If you cant press PTT but everything else looks fine - this is why and indicated with the VoIP Green Plug 👍

KNOWN BUG: If you get lag while using the radio, press L Ctrl + L Shift + L to fix. This is a DCS bug i'm trying to work around and triggered by pressing L Ctrl + L. It doesn't matter if that key is bound or not, it'll still cause lag when you press it

Donation Link - https://tinyurl.com/srs-donate

Network and Latency Improvements and many others! - Breaking Change

02 Nov 14:19
Compare
Choose a tag to compare

Donation Link - https://tinyurl.com/srs-donate

ATTENTION

REQUIRES SERVER & CLIENT VERSION 1.7.0.0 or newer - NOT COMPATIBLE WITH ANYTHING BEFORE 1.7.0.0 - SERVERS MUST UPDATE

SERVER PORTS HAVE CHANGED - FORWARD 5002 TCP + UDP - 5003 NOT REQUIRED ANY LONGER

MAKE SURE TO FORWARD BOTH UDP and TCP ON THE SAME PORT

INSTALLATION INSTRUCTIONS
To install or update, extract ALL the files from the "DCS-SimpleRadioStandalone-1.7.0.1.zip" (link below) zip into a folder and just run the installer which'll replace any previous version installed automatically

If you're on Windows N edition (No media components installed) then install this (you'll know when you get the audio initialisation error!) - https://support.microsoft.com/en-us/help/3145500/media-feature-pack-list-for-windows-n-editions

KNOWN BUG: If you get lag while using the radio, press L Ctrl + L Shift + L to fix. This is a DCS bug i'm trying to work around and triggered by pressing L Ctrl + L. It doesn't matter if that key is bound or not, it'll still cause lag when you press it

Changelog

  • Switch VoIP to UDP to improve latency and comms for hotmic RIO (Forward TCP & UDP 5002 by default)
  • Network layer improvements & protocol change
  • Added Server version to client export JSON
  • Removed Administrator requirements for the server
  • Added new Guard option for F16 (VHF only) and F18 (both radios) - Right click to enable
  • Added radio filter to mic pass through for streamers
  • Possible fix for SRS volume ducking when overboosting
  • Logging switched to async
  • Whitelisted more Virpil devices

Thanks to you all for the support - SRS Team (MorpheusXAUT and Ciribob)

DCS / VR Overlay & Overlay Configuration

The overlay has 4 states, hidden, small, small+volume & full that you can see by pressing Left Control + Left Shift + Escape by default.

The Full state has a title bar that you can click and drag the window around with. The window position will be saved for when DCS is next opened.

The radio status is removed after 5 seconds if SRS is closed or loses server connection

To configure the overlay hotkey, run DCS once to create a config file in Saved Games\DCS\Config which will look something like so and quit DCS:

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+escape",
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Edit the "Hotkey" section and add the characters from the keyboard you'd like to use instead. i.e

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+1", -- now uses the combination of ctrl shift and 1 together to toggle
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Fixed Channels

Fixed channels can be created for all FC3 aircraft and all expansion radios for Non FC3.

Channel presets are created per Radio - full list of names & frequencies here https://docs.google.com/spreadsheets/d/1tzd996zJ1t0heZ-t1PpL7vNUIZbXl7pI6De0GThN1Qw/edit#gid=1869108790 )

Preset files are named after the radio (no special characters needed & case is ignored) and are text files with a single frequency on each line.

For example, to create a fixed channel list for the first UHF radio in the F15C:

Create a file called ANARC-164 UHF1.txt or anarc164 UHF1.txt where you installed SimpleRadio Standalone (where the client exe is), add frequencies and save. Example also attached

The file will be automatically loaded when that radio appears on an aircraft. The frequency list can also be manually reloaded with the reload button

See http://forums.eagle.ru/showthread.php?t=169387 for more info on Radio Encryption

The Wiki has even more information: https://github.com/ciribob/DCS-SimpleRadioStandalone/wiki

Troubleshooting - https://forums.eagle.ru/showpost.php?p=2963204&postcount=1122 or ask me on Discord https://discord.gg/baw7g3t

Server Details

For the server you need to open TCP AND UDP PORTS 5002 unless you've changed the server port using the server config file.

Banned IPs are added to a file created where ever the server is run called banned.txt. To unban, just delete the IP from the file and restart the server.

The server will always open ONE PORT in two Protocols TCP and UDP - you can control this with the Config file. If you cant press PTT but everything else looks fine - this is why and indicated with the VoIP Green Plug 👍

Donation Link - https://tinyurl.com/srs-donate

New AutoConnect Features - F16 & C101 Fixes

12 Oct 15:34
1432b95
Compare
Choose a tag to compare

Donation Link - https://tinyurl.com/srs-donate

ATTENTION

REQUIRES SERVER & CLIENT VERSION 1.6.0.0 or newer - NOT COMPATIBLE WITH ANYTHING BEFORE 1.6.0.0

INSTALLATION INSTRUCTIONS
To install or update, extract ALL the files from the "DCS-SimpleRadioStandalone-1.6.1.0.zip" (link below) zip into a folder and just run the installer which'll replace any previous version installed automatically

.NET version 4.6.2 or newer Required - PLEASE INSTALL THIS - https://www.microsoft.com/en-gb/download/details.aspx?id=53345

If you're on Windows N edition (No media components installed) then install this (you'll know when you get the audio initialisation error!) - https://support.microsoft.com/en-us/help/3145500/media-feature-pack-list-for-windows-n-editions

KNOWN BUG: If you get lag while using the radio, press L Ctrl + L Shift + L to fix. This is a DCS bug i'm trying to work around and triggered by pressing L Ctrl + L. It doesnt matter if that key is bound or not, it'll still cause lag when you press it

Changelog

  • Addition of F16 Secure comms only switch - thanks to bubblefrog
  • Fix for SRS for C101CC & EB
  • Addition of two new features to AutoConnect script for server owners - an automated message can be enabled as well as chat commands. See DCS-SRS-AutoConnectGameGUI.lua for more details and installation instructions for SERVER owners

Thanks to you all for the support - SRS Team (MorpheusXAUT and Ciribob)

DCS / VR Overlay & Overlay Configuration

The overlay has 4 states, hidden, small, small+volume & full that you can see by pressing Left Control + Left Shift + Escape by default.

The Full state has a title bar that you can click and drag the window around with. The window position will be saved for when DCS is next opened.

The radio status is removed after 5 seconds if SRS is closed or loses server connection

To configure the overlay hotkey, run DCS once to create a config file in Saved Games\DCS\Config which will look something like so and quit DCS:

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+escape",
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Edit the "Hotkey" section and add the characters from the keyboard you'd like to use instead. i.e

config = 
{
    ["mode"] = "minimum",
    ["hotkey"] = "Ctrl+Shift+1", -- now uses the combination of ctrl shift and 1 together to toggle
    ["windowPosition"] = 
    {
        ["y"] = 342,
        ["x"] = 981,
    }, -- end of ["windowPosition"]
} -- end of config

Fixed Channels

Fixed channels can be created for all FC3 aircraft and all expansion radios for Non FC3.

Channel presets are created per Radio - full list of names & frequencies here https://docs.google.com/spreadsheets/d/1tzd996zJ1t0heZ-t1PpL7vNUIZbXl7pI6De0GThN1Qw/edit#gid=1869108790 )

Preset files are named after the radio (no special characters needed & case is ignored) and are text files with a single frequency on each line.

For example, to create a fixed channel list for the first UHF radio in the F15C:

Create a file called ANARC-164 UHF1.txt or anarc164 UHF1.txt where you installed SimpleRadio Standalone (where the client exe is), add frequencies and save. Example also attached

The file will be automatically loaded when that radio appears on an aircraft. The frequency list can also be manually reloaded with the reload button

See http://forums.eagle.ru/showthread.php?t=169387 for more info on Radio Encryption

The Wiki has even more information: https://github.com/ciribob/DCS-SimpleRadioStandalone/wiki

Troubleshooting - https://forums.eagle.ru/showpost.php?p=2963204&postcount=1122 or ask me on Discord https://discord.gg/baw7g3t

Server Details

For the server you need to open TCP PORTS 5002 + 5003 unless you've changed the server port using the server config file.

Banned IPs are added to a file created where ever the server is run called banned.txt. To unban, just delete the IP from the file and restart the server.

The server will always open TWO TCP ports - one you can control with the Config file, the other is always +1 above the setting in the config. If you cant press PTT but everything else looks fine - this is why 👍

Donation Link - https://tinyurl.com/srs-donate