1.4.2.0 - Bug fix and WIP Harrier Support
This version is incompatible with any previous server and client version - If you can't connect to your favourite server you may need to wait for them to update
Bug fix for 1.4.2.0 - HIGHLY RECOMMENDED that all SERVERs and CLIENTS update
For the server you need to open TCP PORTS 5002 + 5003 unless you've changed the server port using the server config file.
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.
INSTALLATION INSTRUCTIONS
To install or update, extract ALL the files from the zip into a folder and 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
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
- Bug fix for Audio Dropout
- Preliminary support for Harrier
- Previous notes left below for last release:
- Switched to all TCP for Audio - Server owners please note you'll need to allow an extra port 1 above the existing port you've opened. I.e port 5002 now needs 5002 and 5003 open for TCP Traffic
- Added Huey global volume via intercom panel
- Added an option for FC3 and expansion radios to automatically tune to the first fixed frequency on startup - check settings
- Added A10C global audio panel (left hand rear of aircraft)
- Minor bug fixes and internal library updates
- Fix for audio distortion when receiving over multiple radios
- Added option to load manual device whitelist from whitelist.txt file
- Possible fix for incorrect audio input & output being saved
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
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
Donation Link - https://tinyurl.com/srs-donate