mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Not every aircraft has a pydcs radio index, so we can't use that to index into a list. Any mission with an A-10C crashes, since it would try to use `None - 1` to index into the list of radios to find the intra-flight radio. Also fix the radio ranges for the newly added radios. The current implementation can't model gaps, so extending the radio ranges across those gaps means that we might allocate channels that aren't tunable by those radios. Additionally, the end frequency is exclusive rather than inclusive, so fix the ranges to include that last tunable frequency.
About DCS Liberation
DCS Liberation is a DCS World turn based single-player semi dynamic campaign. It is an external program that generates full and complex DCS missions and manage a persistent combat environment.
Downloads
Latest release is available here : https://github.com/Khopa/dcs_liberation/releases
Resources
Tutorials, contributors and developer's guides are available in the project's Wiki
Special Thanks
First, a big thanks to shdwp, for starting the original DCS Liberation project.
Then, DCS Liberation uses pydcs for mission generation, and nothing would be possible without this. It also uses the popular Mist lua framework for mission scripting. And for the JTAC feature, DCS Liberation embed Ciribob's JTAC Autolase script.
Please also show some support to these projects !
Description
Languages
Lua
60.2%
Python
38.3%
TypeScript
1.1%
Jinja
0.2%
CSS
0.2%

