Analysis updated 2026-05-18
Hear live spoken Tower, AWACS, and ground radio calls that use real mission bearings and callsigns.
Accept, decline, or switch between ground-support requests using natural spoken phrases.
Request updated vectors from AWACS to a target or secondary support group mid-mission.
Suppress routine radio chatter by declaring weapons expended or requesting radio silence.
| lnenad/radiochatter | babelive/windows | edmire2k/fortnitecinematicenabler | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | C# | C# | C# |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 3/5 | 2/5 |
| Audience | general | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires the Nuclear Option game, BepInEx, and a local text-to-speech sidecar program.
RadioChatter is a mod for the flight combat video game Nuclear Option that adds live, spoken radio communication instead of the game's default silence or canned recordings. Tower controllers, AWACS controllers, and ground units all speak to you during a mission, and what they say is generated on the spot from the actual state of the game, so callouts include real bearings, distances, altitudes, runway numbers, and callsigns rather than generic pre-recorded lines. Under the hood, the mod hooks into the game through BepInEx, a common modding framework, and sends text to a local text-to-speech program running alongside the game to turn it into spoken audio in real time. It is built to work in singleplayer and for the player hosting a multiplayer session. If it detects it is running as a regular multiplayer client rather than the host, it turns itself off automatically, since it cannot safely read the game state it would need. The README describes a fairly detailed radio workflow. Ground units in trouble call out for support and are grouped by location under consistent callsigns, but those calls wait until the player has actually taken off. Players can accept a ground unit's call for help using natural sounding phrases, decline it, switch which group they are supporting, or ask AWACS for updated directions to a target. Declaring specific mission types, such as close air support or suppression of enemy air defenses, changes which radio chatter is allowed through, and a pilot can also call out that they are out of weapons to quiet unnecessary chatter, or ask for radio silence and later resume it. Installation and setup details for players are not shown in the excerpt available here, though release downloads and a demo video are linked from the project page. The mod is distributed through GitHub releases with an automated build pipeline, and supports both Windows and Linux. The full README is longer than what was shown.
A Nuclear Option flight sim mod that adds live, dynamically spoken radio chatter from Tower, AWACS, and ground units based on real in-game state.
Mainly C#. The stack also includes C#, BepInEx, Pocket TTS.
The README does not state a license, so terms of use are unclear.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.