Missing DCS‐BIOS module - DCS-Skunkworks/DCSFlightpanels GitHub Wiki
Problem :
A module that has recently been added to DCS-BIOS isn't visible in the dropdown menu of DCSP.
Solution :
Edit dcs-bios_modules.txt
, add the new module to the end of the file. It is from this file DCSFP reads which DCS-BIOS modules it should show.
The module will be included in next DCSFP release.
dcs-bios_modules.txt
A-10C|5|A-10C Thunderbolt/II
A-10C
is the name of the json file.- 5 is the ID. Look which is the biggest ID and add +1 to that for your entry. Used internally inside DCSFP.
A-10C Thunderbolt/II
is the pretty name for the module that is shown by the DCSFP GUI.