Jazz ¿Y que fue de las aproximaciones GCA que iba a ofrecer el Aries y sus maravillas varias? ¿Y lo del efecto de enmascara miento que daba tanta inmersión?
Yo lo de tener que hacer Alt-Tab lo veo un inconveniente para los que volamos un avión de FC-3.
Originally Posted by Esac_mirmidon View Post
Tested on our squad and is a wonderful piece of software. In my oppinion this is a game changer for DCS.
Thanks a lot to all of you involved in
Simple Radio.
One question.
It´s possible to have the Pop-Hide Overlay function in the control panel, to activate or deactive the Overlay Panel with a HOTAS or Keyboard button?
This is the only problem i have with the software. Anytime i´m flying a FC3 module and i want to change a
radio frequency i must Alt+Tab first, click over the Overlay to show it on the screen, change the frequencies and then minimize it again and it´s a little difficult to do that when you are flying.
Thanks again for this fantastic program.
No worries, glad you like it!
The overlay should appear over DCS as long as you've not got DCS set to fullscreen exclusive?
Having a show hide hotkey is a good idea though and I'll definitely add that to the list
==============================================
Hi All, I'm back from Holiday now so thought I would open a separate thread on the small side project that will hopefully make it to a BuddySpike round soon.
Introducing the snappily named:
DCS Simple Radio Standalone
The goal of this project is to bring integrated
Radio Comms into DCS similar to my existing TS plugin and others (Aries, UniversRadio, TARS) but
without relying on TeamSpeak.
The Standalone is meant to be a compliment for TS, allowing players to use Full
Radio voice comms if they want with the eventual goal of the program automatically connecting when connecting to a multiplayer server. TS is then used as a fall back to establish frequencies or for those that don't have the
radio.
Its quite early days but currently I have working:
- All FC3 Aircraft with Realistic Radios and Frequencies + Guard Frequencies
- All Clickable cockpit aircraft including Gazelle
- Hotkeys for PTT + Switching Active Radio (Gazelle + A10C + FC3 only)
- In Cockpit PTT
- Intercom Support in L-39
- GCI / CA Radio
- Voice encryption for A-10C and Mirage
- Radio Overlay indicating current frequencies, selected radio and active light when Transmitting or Receiving
- Built from Scratch voice protocol using OPUS encoding - allows much greater flexibility as I'm not dependant on TS3 or Mumble.
- Client Microphone Boost
- Audio Separation
A few people are currently putting it through its paces and some early feedback is already being incorporated but I hope you can all see the potential.
You only need to run the installer to install the Scripts into DCS. The SR-Server.exe can be run without the installer. DO NOT run the installer or install the Script on your Standalone server if its on the same network (but a separate PC) to your DCS PC.
To Host the server all you need to do is run SR-Server.exe and make sure UDP and TCP ports 5010 and 5002 are open. It does not need to be on a PC running DCS and you do NOT need to port forward if you're just using the client :)
DOWNLOAD HERE - Unzip all files and Run the Installer: https://github.com/ciribob/DCS-SimpleRa ... ses/latest
Manual Install Procedure
Copy DCS-SimpleRadioStandalone.lua from the zip to C:\Users\USERNAME\Saved Games\DCS\Scripts
Copy DCS-SRSGameGUI.lua from the zip to C:\Users\USERNAME\Saved Games\DCS\Scripts
Create the folder if it doesnt exist
Add to the END of the Export.lua file in C:\Users\USERNAME\Saved Games\DCS\Scripts:
Code: Select all
local dcsSr=require('lfs');dofile(dcsSr.writedir()..[[Scripts\DCS-SimpleRadioStandalone.lua]])
If Export.lua doesn't exist, just create the file and add the single line to it.
Copy the rest of the zip files where ever you like and then run, don't forget to keep opus.dll with the rest of the .exes
Installation and Overview Video
Teaser Video by Pikey
Future Features
- Signal Degradation and Line of Sight Limitations
- Squelch Effect
- Better Handling of Lag and Missing Packets
- Server admin screen allowing global options to be set. I.e. LOS or whether coalitions can hear each other
- Support for more than 3 radios for Ground Commander, Awacs
Encrypted Radios
DCS-SRS now supports encrypted Radios with differing keys. If a
Radio receives an encrypted voice signal but doesn't have either the correct decryption key or decryption equipment, white noise will be played.
A
radio with encryption enabled can hear non encrypted transmissions as normal.
Encryption is shown on the
Radio overlay with an E followed by a number by the
radio. The number indicates the key that is in use.
A-10C
Procedure to enable Encrypted Audio:
- Turn Power on to KY-58
- Set Mode to OP
- Pick the fill use wish to use. This is the key that encodes the audio. The receiving radio must have the same key set
- Turn to C/RAD 1 to encrypt AN/ARC-164 UHF
- Turn to C/RAD 2 to encrypt AN/ARC-186(V)FM
- Turning to plain will disable encryption again
Mirage
Procedure to enable Encrypted Audio:
- Setup Radios as Normal
- Press the Green UHF CDE Switch
- By default the Mirage will use Key Code 3
To change the Mirage code, go to Saved Games\DCS\Scripts and edit DCS-SimpleRadioStandalone.lua. Use Notepad++ or another good text editor, NOT Notepad!
Change the line below:
Code: Select all
SR.M2000C_ENCRYPTION_KEY = 3 -- Change your Mirage Encryption Key here. Set to a number (inclusive) between 1-15
-- Setting the number to 1-6 will allow you to talk to an A-10C with encryption
Save the file and reload the mission you're in. The Key will then be changed and shown on the Overlay again.
Finally - I need your help!
If you'd like to help with this project, please help me fill in this sheet of
radio info! It'll also help correct any mistakes I've made with the Radios.
LINK: https://docs.google.com/spreadsheets/d/ ... 1869108790
Once I have all the information about power and antenna gain (or anything important you think I need to know) I can start on the distance and finally the Line of Sight limitations.
The work can't be done without the data so if you can help fill in a box please do!