Skip to content

DCS Native Overlay and Frequency Key bindings - Release 1.2.9.7

Compare
Choose a tag to compare
@ciribob ciribob released this 02 Apr 17:49
· 1109 commits to master since this release

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

To update just run the installer which'll replace any previous version installed automatically

.NET version 4.6.2 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

Changelog

  • Fixed installer when updating deleting the favourites file (sorry!)
  • Added Native DCS Radio Overlay - VR Compatible (hopefully)! - Toggle with Left Control + Left Shift + Escape
  • Added OPTIONAL key bindings for
    +/- 100MHz
    +/- 10MHz
    +/- 1MHz
    +/- 0.1MHz
    +/- 0.01MHz
    +/- 0.001MHz

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.

You now also need the files below in Saved Games\DCS\Scripts if you are installing manually

  • DCS-SRSGameGUI.lua
  • DCS-SimpleRadioStandalone.lua
  • DCS-SRS-Overlay.dlg
  • DCS-SRS-OverlayGameGUI.lua

Overlay & Overlay Configuration

The overlay has 3 states, hidden, small & 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

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