Montley Posted August 11, 2023 Posted August 11, 2023 (edited) Having problems in SRS and In-Game radio for the FM radio, FM in the current built is literally AM. For example I try to connect to 30FM, but the SRS and the In-game radio say that it IS 30AM, and yes, I'm using MAN-FM.. + there is another problem such as when you try to enter some freqs like 30FM it flashes unles you enter 30.001 or you cant enter them. There is another problem such you cant setup FM radio presets in the mission editor, I have fixed it via lua but it is still a problem in the module itself. 3 minutes ago, Montley said: There is another problem such you cant setup FM radio presets in the mission editor, I have fixed it via lua but it is still a problem in the module itself. (Still cant connect to FM radio ingame btw) The old lua had only options to select AM not FM This is the Fix: [2] = { name = _("V/UHF Radio 2"), range = { {min = 30.0, max = 87.975, modulation = MODULATION_FM}, {min = 108.0, max = 115.975, modulation = MODULATION_AM}, {min = 118.0, max = 173.975, modulation = MODULATION_AM}, {min = 225.0, max = 399.975, modulation = MODULATION_AM}, }, channels = { [1] = { name = _("Channel 1"), default = 87.5, modulation = _("FM")},--TEST FREQS [2] = { name = _("Channel 2"), default = 87.6, modulation = _("FM")},--TEST FREQS [3] = { name = _("Channel 3"), default = 87.7, modulation = _("FM")},--TEST FREQS [4] = { name = _("Channel 4"), default = 53.3, modulation = _("FM")},--TEST FREQS [5] = { name = _("Channel 5"), default = 31.5, modulation = _("FM")},--TEST FREQS [6] = { name = _("Channel 6"), default = 87.5, modulation = _("FM")},--TEST FREQS [7] = { name = _("Channel 7"), default = 130.0, modulation = _("AM")}, -- Gudauta ATC [8] = { name = _("Channel 8"), default = 385.4, modulation = _("AM")}, -- Ground Control Approach [9] = { name = _("Channel 9"), default = 139.0, modulation = _("AM")}, -- Tblisi - Soganiug ATC [10] = { name = _("Channel 10"), default = 140.0, modulation = _("AM")}, -- Vazinai ATC [11] = { name = _("Channel 11"), default = 134.0, modulation = _("AM")}, -- Kutaisi - Kopitnari ATC [12] = { name = _("Channel 12"), default = 132.0, modulation = _("AM")}, -- Senaki-Koikhi ATC [13] = { name = _("Channel 13"), default = 131.0, modulation = _("AM")}, -- Batumi ATC } } Edited August 11, 2023 by Montley
Rongor Posted August 13, 2023 Posted August 13, 2023 I summarized this issue 7 weeks ago, together with other stuff here
Recommended Posts